diff options
Diffstat (limited to 'chalk/doc')
-rw-r--r-- | chalk/doc/DESIGN.obsolete | 2 | ||||
-rw-r--r-- | chalk/doc/background_paper.txt | 2 | ||||
-rw-r--r-- | chalk/doc/brush.txt | 6 | ||||
-rw-r--r-- | chalk/doc/chalk-features | 2 | ||||
-rw-r--r-- | chalk/doc/chalk.xmi | 14450 | ||||
-rw-r--r-- | chalk/doc/channels_masks_selections | 2 | ||||
-rw-r--r-- | chalk/doc/colorspaces.xmi | 7328 | ||||
-rw-r--r-- | chalk/doc/colorstrategyAPI | 8 | ||||
-rw-r--r-- | chalk/doc/controller.xmi | 5540 | ||||
-rw-r--r-- | chalk/doc/doc-outline | 2 | ||||
-rw-r--r-- | chalk/doc/howtofilters.txt | 2 | ||||
-rw-r--r-- | chalk/doc/paint_device.txt | 2 |
12 files changed, 13673 insertions, 13673 deletions
diff --git a/chalk/doc/DESIGN.obsolete b/chalk/doc/DESIGN.obsolete index 51cadc58..520d4058 100644 --- a/chalk/doc/DESIGN.obsolete +++ b/chalk/doc/DESIGN.obsolete @@ -26,7 +26,7 @@ Design Patterns here. * The composite pattern is used in paint devices, layers, channels, - etc. (What about tqmasks?) + etc. (What about masks?) * Change colourspace handling to a Strategy pattern (strategy/kis_strategy_color) diff --git a/chalk/doc/background_paper.txt b/chalk/doc/background_paper.txt index 96226fe2..aa3bf87b 100644 --- a/chalk/doc/background_paper.txt +++ b/chalk/doc/background_paper.txt @@ -68,7 +68,7 @@ trying to use a pencil on a watercolor layer causes a nasty flow-impeding useless error box to popup. Media and ordinary layers can be grouped and mixed at will, together with adjustment -layers. Adjustment layers can also be attached to selection tqmasks, per layer. +layers. Adjustment layers can also be attached to selection masks, per layer. The composited layers is either scaled and color corrected, or color corrected and then scaled, depending on whether the zoom > 100% or < 100%. diff --git a/chalk/doc/brush.txt b/chalk/doc/brush.txt index bb932eee..17df4b48 100644 --- a/chalk/doc/brush.txt +++ b/chalk/doc/brush.txt @@ -16,17 +16,17 @@ grayscale or rgba images. If the image is grayscale, the gray image is intended to be used as an alpha tqmask: each gray level corresponds to a certain alpha level, and when painting the current painting colour is composited in the image with this level as its alpha component. The -image brushes should be tqmasked -- i.e., these are coloured images placed +image brushes should be masked -- i.e., these are coloured images placed on a white background. The white background should be made transparent, and then the brush image can be composited onto our image. -This is currently only half supported: I make tqmasks of everything, +This is currently only half supported: I make masks of everything, partly because I like that better, partly because until very recently there was no way of making out the difference between gray and rgb brushes because KisBrush didn't remember that bit of data. Making the initial tqmask of a brush is however by now pretty well done; the next -problem is painting with those tqmasks. +problem is painting with those masks. Here we have two situations, one easy, one difficult. The easy one is the single mouse click. If the user clicks or taps with his stylus, we can composite the diff --git a/chalk/doc/chalk-features b/chalk/doc/chalk-features index 77f79dcb..1c737ce6 100644 --- a/chalk/doc/chalk-features +++ b/chalk/doc/chalk-features @@ -206,7 +206,7 @@ of a tablet. Tilt and rotation is not yet supported. ** custom brush tqshapes ** text brush tqshapes ** brushes created from layers or images. These brushes can be saved -** colored brushes can also be used as tqmasks +** colored brushes can also be used as masks * Fills diff --git a/chalk/doc/chalk.xmi b/chalk/doc/chalk.xmi index 913db577..c16828cf 100644 --- a/chalk/doc/chalk.xmi +++ b/chalk/doc/chalk.xmi @@ -485,11 +485,11 @@ tiles." visibility="public" xmi.id="362" type="bool" name="empty" /> <UML:Parameter visibility="private" xmi.id="371" value="" type="Q_INT32" name="xpix" /> <UML:Parameter visibility="private" xmi.id="372" value="" type="Q_INT32" name="ypix" /> </UML:Operation> - <UML:Operation visibility="protected" xmi.id="373" type="KisTileSP" name="tqinvalidateTile" > + <UML:Operation visibility="protected" xmi.id="373" type="KisTileSP" name="invalidateTile" > <UML:Parameter visibility="private" xmi.id="374" value="" type="KisTileSP" name="tile" /> <UML:Parameter visibility="private" xmi.id="375" value="" type="Q_INT32" name="tilenum" /> </UML:Operation> - <UML:Operation comment="XXX" visibility="public" xmi.id="376" type="void" name="tqinvalidateTiles" > + <UML:Operation comment="XXX" visibility="public" xmi.id="376" type="void" name="invalidateTiles" > <UML:Parameter visibility="private" xmi.id="377" value="" type="KisTileSP" name="tile" /> </UML:Operation> <UML:Operation comment="Total size in memory the data managed by this KisTileMgr " visibility="public" xmi.id="378" type="Q_UINT32" name="memSize" /> @@ -843,7 +843,7 @@ percentage." visibility="public" xmi.id="631" type="" name="KisAlphaMask" > <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. -XXX: this is, of course, not the best way of tqmasking. +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, @@ -942,7 +942,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas <UML:Attribute visibility="private" xmi.id="687" value="" type=TQPOINT_OBJECT_NAME_STRING name="m_hotSpot" /> <UML:Attribute visibility="private" xmi.id="688" value="" type="QImage" name="m_img" /> <UML:Attribute visibility="private" xmi.id="689" value="" type="Q_UINT32" name="m_magic_number" /> - <UML:Attribute visibility="private" xmi.id="690" value="" type="QPtrList" name="m_tqmasks" /> + <UML:Attribute visibility="private" xmi.id="690" value="" type="QPtrList" name="m_masks" /> <UML:Attribute visibility="private" xmi.id="691" value="" type="Q_UINT32" name="m_version" /> <UML:Attribute visibility="private" xmi.id="692" value="" type="Q_UINT32" name="m_width" /> </UML:Class> @@ -1186,7 +1186,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas </UML:Class> <UML:Class stereotype="class" visibility="public" xmi.id="902" name="KisDoc" > <UML:Operation visibility="public" xmi.id="914" type="" name="KisDoc" > - <UML:Parameter visibility="private" xmi.id="915" value="" type="QWidget *" name="tqparentWidget" /> + <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="918" value="" type="const char *" name="name" /> @@ -1449,7 +1449,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas </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="tqparentWidget" /> + <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="1123" value="" type="const char *" name="name" /> @@ -1839,9 +1839,9 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas <UML:Attribute visibility="private" xmi.id="1271" value="" type="Q_INT32" name="m_height" /> <UML:Attribute visibility="private" xmi.id="1272" value="" type="vKisLayerSP" name="m_layerStack" /> <UML:Attribute visibility="private" xmi.id="1273" value="" type="vKisLayerSP" name="m_layers" /> - <UML:Attribute visibility="private" xmi.id="1274" value="" type="KoColor" name="m_tqmaskClr" /> - <UML:Attribute visibility="private" xmi.id="1275" value="" type="bool" name="m_tqmaskEnabled" /> - <UML:Attribute visibility="private" xmi.id="1276" value="" type="bool" name="m_tqmaskInverted" /> + <UML:Attribute visibility="private" xmi.id="1274" value="" type="KoColor" name="m_maskClr" /> + <UML:Attribute visibility="private" xmi.id="1275" value="" type="bool" name="m_maskEnabled" /> + <UML:Attribute visibility="private" xmi.id="1276" value="" type="bool" name="m_maskInverted" /> <UML:Attribute visibility="private" xmi.id="1277" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_name" /> <UML:Attribute visibility="private" xmi.id="1278" value="" type="KisNameServer *" name="m_nserver" /> <UML:Attribute visibility="private" xmi.id="1279" value="" type="Q_INT32" name="m_ntileCols" /> @@ -1943,10 +1943,10 @@ cannot be abstract, because otherwise this class would be abstract." visibility= <UML:Operation visibility="public" xmi.id="1539" type="virtual void" name="tqinvalidate" > <UML:Parameter visibility="private" xmi.id="1540" value="" type="const QRect &" name="rc" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1541" type="void" name="tqmaskBounds" > + <UML:Operation visibility="public" xmi.id="1541" type="void" name="maskBounds" > <UML:Parameter visibility="private" xmi.id="1542" value="" type="QRect *" name="rc" /> </UML:Operation> - <UML:Operation visibility="public" xmi.id="1543" type="void" name="tqmaskBounds" > + <UML:Operation visibility="public" xmi.id="1543" type="void" name="maskBounds" > <UML:Parameter visibility="private" xmi.id="1544" value="" type="Q_INT32 *" name="x1" /> <UML:Parameter visibility="private" xmi.id="1545" value="" type="Q_INT32 *" name="y1" /> <UML:Parameter visibility="private" xmi.id="1546" value="" type="Q_INT32 *" name="x2" /> @@ -2094,7 +2094,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility= <UML:Parameter visibility="private" xmi.id="1650" value="" type="Q_INT32" name="mode" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="1651" type="KisMaskSP" name="createMask" > - <UML:Parameter visibility="private" xmi.id="1652" value="" type="Q_INT32" name="tqmaskType" /> + <UML:Parameter visibility="private" xmi.id="1652" value="" type="Q_INT32" name="maskType" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="1653" type="bool" name="linked" /> <UML:Operation visibility="public" xmi.id="1654" type="void" name="linked" > @@ -2436,8 +2436,8 @@ cannot be abstract, because otherwise this class would be abstract." visibility= </UML:Operation> <UML:Operation visibility="public" xmi.id="1930" type="KisPaintDeviceSP" name="tqparent" /> <UML:Operation visibility="public" xmi.id="1931" type="void" name="setBounds" > - <UML:Parameter visibility="private" xmi.id="1932" value="" type="Q_INT32" name="tqparentX" /> - <UML:Parameter visibility="private" xmi.id="1933" value="" type="Q_INT32" name="tqparentY" /> + <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" /> <UML:Parameter visibility="private" xmi.id="1934" value="" type="Q_INT32" name="width" /> <UML:Parameter visibility="private" xmi.id="1935" value="" type="Q_INT32" name="height" /> </UML:Operation> @@ -3526,7 +3526,7 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="814" id="687" label="m_hotSpot" /> <listitem open="0" type="814" id="688" label="m_img" /> <listitem open="0" type="814" id="689" label="m_magic_number" /> - <listitem open="0" type="814" id="690" label="m_tqmasks" /> + <listitem open="0" type="814" id="690" label="m_masks" /> <listitem open="0" type="814" id="691" label="m_version" /> <listitem open="0" type="814" id="692" label="m_width" /> <listitem open="0" type="815" id="695" label="KisBrush" /> @@ -3873,9 +3873,9 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="814" id="1271" label="m_height" /> <listitem open="0" type="814" id="1272" label="m_layerStack" /> <listitem open="0" type="814" id="1273" label="m_layers" /> - <listitem open="0" type="814" id="1274" label="m_tqmaskClr" /> - <listitem open="0" type="814" id="1275" label="m_tqmaskEnabled" /> - <listitem open="0" type="814" id="1276" label="m_tqmaskInverted" /> + <listitem open="0" type="814" id="1274" label="m_maskClr" /> + <listitem open="0" type="814" id="1275" label="m_maskEnabled" /> + <listitem open="0" type="814" id="1276" label="m_maskInverted" /> <listitem open="0" type="814" id="1277" label="m_name" /> <listitem open="0" type="814" id="1278" label="m_nserver" /> <listitem open="0" type="814" id="1279" label="m_ntileCols" /> @@ -4130,8 +4130,8 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="1531" label="tqinvalidate" /> <listitem open="0" type="815" id="1539" label="tqinvalidate" /> <listitem open="0" type="815" id="1534" label="tqinvalidate" /> - <listitem open="0" type="815" id="1541" label="tqmaskBounds" /> - <listitem open="0" type="815" id="1543" label="tqmaskBounds" /> + <listitem open="0" type="815" id="1541" label="maskBounds" /> + <listitem open="0" type="815" id="1543" label="maskBounds" /> <listitem open="0" type="815" id="1548" label="move" /> <listitem open="0" type="815" id="1551" label="move" /> <listitem open="0" type="815" id="1553" label="name" /> @@ -4538,8 +4538,8 @@ in the constructor, you have to call loadAsync. <listitem open="0" type="815" id="364" label="tqinvalidate" /> <listitem open="0" type="815" id="370" label="tqinvalidate" /> <listitem open="0" type="815" id="368" label="tqinvalidate" /> - <listitem open="0" type="815" id="373" label="tqinvalidateTile" /> - <listitem open="0" type="815" id="376" label="tqinvalidateTiles" /> + <listitem open="0" type="815" id="373" label="invalidateTile" /> + <listitem open="0" type="815" id="376" label="invalidateTiles" /> <listitem open="0" type="815" id="378" label="memSize" /> <listitem open="0" type="815" id="379" label="ncols" /> <listitem open="0" type="815" id="380" label="nrows" /> @@ -4929,7 +4929,7 @@ in the constructor, you have to call loadAsync. <codegeneration> <codegenerator language="Perl" /> <codegenerator language="Cpp" > - <classifiercodedocument writeOutCode="true" package="" id="9" tqparent_class="9" fileExt=".cpp" fileName="kisbuildersubject" > + <classifiercodedocument writeOutCode="true" package="" id="9" parent_class="9" fileExt=".cpp" fileName="kisbuildersubject" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -4947,12 +4947,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="10" tag="operation_10" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="10" tag="operation_10" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="11" tag="operation_11" canDelete="false" role_id="-1" > + <codeoperation parent_id="11" tag="operation_11" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -4965,7 +4965,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="12" tqparent_class="12" fileExt=".cpp" fileName="kisimagemagickconverter" > + <classifiercodedocument writeOutCode="true" package="" id="12" parent_class="12" fileExt=".cpp" fileName="kisimagemagickconverter" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagebuilder_result.h"&#010;#include "kisimagesp.h"&#010;#include "kislayersp.h"&#010;#include "bool.h"&#010;" > <header> @@ -4983,117 +4983,117 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="13" tag="hblock_tag_0" canDelete="false" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="13" tag="hblock_tag_0" canDelete="false" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="13" tag="hblock_tag_1" canDelete="false" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="13" tag="hblock_tag_1" canDelete="false" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="14" tag="hblock_tag_2" canDelete="false" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="14" tag="hblock_tag_2" canDelete="false" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="14" tag="hblock_tag_3" canDelete="false" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="14" tag="hblock_tag_3" canDelete="false" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="15" tag="hblock_tag_4" canDelete="false" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="15" tag="hblock_tag_4" canDelete="false" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="15" tag="hblock_tag_5" canDelete="false" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="15" tag="hblock_tag_5" canDelete="false" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="16" tag="hblock_tag_6" canDelete="false" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="16" tag="hblock_tag_6" canDelete="false" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="16" tag="hblock_tag_7" canDelete="false" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="16" tag="hblock_tag_7" canDelete="false" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="17" tag="hblock_tag_8" canDelete="false" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="17" tag="hblock_tag_8" canDelete="false" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="17" tag="hblock_tag_9" canDelete="false" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="17" tag="hblock_tag_9" canDelete="false" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="18" tag="operation_18" canDelete="false" role_id="-1" > + <codeoperation parent_id="18" tag="operation_18" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="20" tag="operation_20" canDelete="false" role_id="-1" > + <codeoperation parent_id="20" tag="operation_20" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="23" tag="operation_23" canDelete="false" role_id="-1" > + <codeoperation parent_id="23" tag="operation_23" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="25" tag="operation_25" canDelete="false" role_id="-1" > + <codeoperation parent_id="25" tag="operation_25" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="28" tag="operation_28" canDelete="false" role_id="-1" > + <codeoperation parent_id="28" tag="operation_28" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="31" tag="operation_31" canDelete="false" role_id="-1" > + <codeoperation parent_id="31" tag="operation_31" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="33" tag="operation_33" canDelete="false" role_id="-1" > + <codeoperation parent_id="33" tag="operation_33" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="36" tag="operation_36" canDelete="false" role_id="-1" > + <codeoperation parent_id="36" tag="operation_36" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="37" tag="operation_37" canDelete="false" role_id="-1" > + <codeoperation parent_id="37" tag="operation_37" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="40" tag="operation_40" canDelete="false" role_id="-1" > + <codeoperation parent_id="40" tag="operation_40" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="41" tag="operation_41" canDelete="false" role_id="-1" > + <codeoperation parent_id="41" tag="operation_41" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="42" tag="operation_42" canDelete="false" role_id="-1" > + <codeoperation parent_id="42" tag="operation_42" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="43" tag="operation_43" canDelete="false" role_id="-1" > + <codeoperation parent_id="43" tag="operation_43" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5105,101 +5105,101 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimagemagickconverter.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="13" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="13" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="13" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="13" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="13" tag="hblock_tag_0" canDelete="false" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="13" tag="hblock_tag_0" canDelete="false" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="13" tag="hblock_tag_1" canDelete="false" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="13" tag="hblock_tag_1" canDelete="false" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="14" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="14" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="14" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="14" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="14" tag="hblock_tag_2" canDelete="false" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="14" tag="hblock_tag_2" canDelete="false" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="14" tag="hblock_tag_3" canDelete="false" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="14" tag="hblock_tag_3" canDelete="false" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="15" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="15" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="15" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="15" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="15" tag="hblock_tag_4" canDelete="false" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="15" tag="hblock_tag_4" canDelete="false" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="15" tag="hblock_tag_5" canDelete="false" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="15" tag="hblock_tag_5" canDelete="false" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="16" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="16" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="16" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="16" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="16" tag="hblock_tag_6" canDelete="false" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="16" tag="hblock_tag_6" canDelete="false" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="16" tag="hblock_tag_7" canDelete="false" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="16" tag="hblock_tag_7" canDelete="false" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="17" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="17" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="17" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="17" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="17" tag="hblock_tag_8" canDelete="false" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="17" tag="hblock_tag_8" canDelete="false" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="17" tag="hblock_tag_9" canDelete="false" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="17" tag="hblock_tag_9" canDelete="false" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5207,7 +5207,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="44" tqparent_class="44" fileExt=".cpp" fileName="kisbuildermonitor" > + <classifiercodedocument writeOutCode="true" package="" id="44" parent_class="44" fileExt=".cpp" fileName="kisbuildermonitor" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "vkisbuildersubject.h"&#010;" > <header> @@ -5225,57 +5225,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="45" tag="hblock_tag_0" canDelete="false" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="45" tag="hblock_tag_0" canDelete="false" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="45" tag="hblock_tag_1" canDelete="false" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="45" tag="hblock_tag_1" canDelete="false" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="46" tag="operation_46" canDelete="false" role_id="-1" > + <codeoperation parent_id="46" tag="operation_46" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="49" tag="operation_49" canDelete="false" role_id="-1" > + <codeoperation parent_id="49" tag="operation_49" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="51" tag="operation_51" canDelete="false" role_id="-1" > + <codeoperation parent_id="51" tag="operation_51" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="53" tag="operation_53" canDelete="false" role_id="-1" > + <codeoperation parent_id="53" tag="operation_53" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5287,56 +5287,56 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisbuildermonitor.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="45" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="45" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="45" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="45" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="45" tag="hblock_tag_0" canDelete="false" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="45" tag="hblock_tag_0" canDelete="false" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="45" tag="hblock_tag_1" canDelete="false" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="45" tag="hblock_tag_1" canDelete="false" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2390" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2390" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2390" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2390" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5344,7 +5344,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="55" tqparent_class="55" fileExt=".cpp" fileName="kisimagebuilder_result" > + <classifiercodedocument writeOutCode="true" package="" id="55" parent_class="55" fileExt=".cpp" fileName="kisimagebuilder_result" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -5369,7 +5369,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="69" tqparent_class="69" fileExt=".cpp" fileName="kisimagebuilder_step" > + <classifiercodedocument writeOutCode="true" package="" id="69" parent_class="69" fileExt=".cpp" fileName="kisimagebuilder_step" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -5394,7 +5394,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="81" tqparent_class="81" fileExt=".cpp" fileName="kisstrategycolorspacecmyk" > + <classifiercodedocument writeOutCode="true" package="" id="81" parent_class="81" fileExt=".cpp" fileName="kisstrategycolorspacecmyk" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "quantum.h"&#010;#include "kisimagesp.h"&#010;#include "compositeop.h"&#010;#include "colorlut.h"&#010;" > <header> @@ -5412,97 +5412,97 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="82" tag="hblock_tag_0" canDelete="false" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="82" tag="hblock_tag_0" canDelete="false" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="82" tag="hblock_tag_1" canDelete="false" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="82" tag="hblock_tag_1" canDelete="false" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="83" tag="hblock_tag_2" canDelete="false" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="83" tag="hblock_tag_2" canDelete="false" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="83" tag="hblock_tag_3" canDelete="false" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="83" tag="hblock_tag_3" canDelete="false" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="84" tag="hblock_tag_4" canDelete="false" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="84" tag="hblock_tag_4" canDelete="false" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="84" tag="hblock_tag_5" canDelete="false" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="84" tag="hblock_tag_5" canDelete="false" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="85" tag="hblock_tag_6" canDelete="false" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="85" tag="hblock_tag_6" canDelete="false" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="85" tag="hblock_tag_7" canDelete="false" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="85" tag="hblock_tag_7" canDelete="false" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="86" tag="operation_86" canDelete="false" role_id="-1" > + <codeoperation parent_id="86" tag="operation_86" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="87" tag="operation_87" canDelete="false" role_id="-1" > + <codeoperation parent_id="87" tag="operation_87" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="90" tag="operation_90" canDelete="false" role_id="-1" > + <codeoperation parent_id="90" tag="operation_90" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="94" tag="operation_94" canDelete="false" role_id="-1" > + <codeoperation parent_id="94" tag="operation_94" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="97" tag="operation_97" canDelete="false" role_id="-1" > + <codeoperation parent_id="97" tag="operation_97" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="101" tag="operation_101" canDelete="false" role_id="-1" > + <codeoperation parent_id="101" tag="operation_101" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="104" tag="operation_104" canDelete="false" role_id="-1" > + <codeoperation parent_id="104" tag="operation_104" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="108" tag="operation_108" canDelete="false" role_id="-1" > + <codeoperation parent_id="108" tag="operation_108" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="115" tag="operation_115" canDelete="false" role_id="-1" > + <codeoperation parent_id="115" tag="operation_115" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="125" tag="operation_125" canDelete="false" role_id="-1" > + <codeoperation parent_id="125" tag="operation_125" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="134" tag="operation_134" canDelete="false" role_id="-1" > + <codeoperation parent_id="134" tag="operation_134" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5514,81 +5514,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisstrategycolorspacecmyk.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="82" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="82" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="82" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="82" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="82" tag="hblock_tag_0" canDelete="false" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="82" tag="hblock_tag_0" canDelete="false" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="82" tag="hblock_tag_1" canDelete="false" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="82" tag="hblock_tag_1" canDelete="false" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="83" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="83" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="83" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="83" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="83" tag="hblock_tag_2" canDelete="false" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="83" tag="hblock_tag_2" canDelete="false" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="83" tag="hblock_tag_3" canDelete="false" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="83" tag="hblock_tag_3" canDelete="false" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="84" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="84" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="84" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="84" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="84" tag="hblock_tag_4" canDelete="false" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="84" tag="hblock_tag_4" canDelete="false" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="84" tag="hblock_tag_5" canDelete="false" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="84" tag="hblock_tag_5" canDelete="false" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="85" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="85" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="85" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="85" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="85" tag="hblock_tag_6" canDelete="false" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="85" tag="hblock_tag_6" canDelete="false" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="85" tag="hblock_tag_7" canDelete="false" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="85" tag="hblock_tag_7" canDelete="false" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5596,7 +5596,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="135" tqparent_class="135" fileExt=".cpp" fileName="rgb" > + <classifiercodedocument writeOutCode="true" package="" id="135" parent_class="135" fileExt=".cpp" fileName="rgb" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "quantum.h"&#010;" > <header> @@ -5614,32 +5614,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="136" tag="hblock_tag_0" canDelete="false" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="136" tag="hblock_tag_0" canDelete="false" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="136" tag="hblock_tag_1" canDelete="false" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="136" tag="hblock_tag_1" canDelete="false" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="137" tag="hblock_tag_2" canDelete="false" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="137" tag="hblock_tag_2" canDelete="false" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="137" tag="hblock_tag_3" canDelete="false" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="137" tag="hblock_tag_3" canDelete="false" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="138" tag="hblock_tag_4" canDelete="false" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="138" tag="hblock_tag_4" canDelete="false" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="138" tag="hblock_tag_5" canDelete="false" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="138" tag="hblock_tag_5" canDelete="false" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5651,61 +5651,61 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; rgb.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="136" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="136" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="136" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="136" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="136" tag="hblock_tag_0" canDelete="false" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="136" tag="hblock_tag_0" canDelete="false" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="136" tag="hblock_tag_1" canDelete="false" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="136" tag="hblock_tag_1" canDelete="false" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="137" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="137" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="137" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="137" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="137" tag="hblock_tag_2" canDelete="false" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="137" tag="hblock_tag_2" canDelete="false" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="137" tag="hblock_tag_3" canDelete="false" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="137" tag="hblock_tag_3" canDelete="false" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="138" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="138" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="138" tag="hblock_tag_4" canDelete="false" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="138" tag="hblock_tag_4" canDelete="false" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="138" tag="hblock_tag_5" canDelete="false" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="138" tag="hblock_tag_5" canDelete="false" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5713,7 +5713,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="139" tqparent_class="139" fileExt=".cpp" fileName="kisstrategycolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="139" parent_class="139" fileExt=".cpp" fileName="kisstrategycolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "quantum.h"&#010;#include "kisimagesp.h"&#010;#include "compositeop.h"&#010;" > <header> @@ -5731,67 +5731,67 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="140" tag="operation_140" canDelete="false" role_id="-1" > + <codeoperation parent_id="140" tag="operation_140" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="142" tag="operation_142" canDelete="false" role_id="-1" > + <codeoperation parent_id="142" tag="operation_142" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="143" tag="operation_143" canDelete="false" role_id="-1" > + <codeoperation parent_id="143" tag="operation_143" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="145" tag="operation_145" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="145" tag="operation_145" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="148" tag="operation_148" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="148" tag="operation_148" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="152" tag="operation_152" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="152" tag="operation_152" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="155" tag="operation_155" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="155" tag="operation_155" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="159" tag="operation_159" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="159" tag="operation_159" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="162" tag="operation_162" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="162" tag="operation_162" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="166" tag="operation_166" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="166" tag="operation_166" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="173" tag="operation_173" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="173" tag="operation_173" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="183" tag="operation_183" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="183" tag="operation_183" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="192" tag="operation_192" canDelete="false" role_id="-1" > + <codeoperation parent_id="192" tag="operation_192" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5804,7 +5804,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="193" tqparent_class="193" fileExt=".cpp" fileName="kiscolorspacefactoryinterface" > + <classifiercodedocument writeOutCode="true" package="" id="193" parent_class="193" fileExt=".cpp" fileName="kiscolorspacefactoryinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kiscolorspacefactoryinterface.h"&#010;#include "enumimgtype.h"&#010;" > <header> @@ -5822,62 +5822,62 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="194" tag="hblock_tag_5" canDelete="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="0" parent_id="194" tag="hblock_tag_5" canDelete="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="194" tag="hblock_tag_6" canDelete="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="1" parent_id="194" tag="hblock_tag_6" canDelete="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="2" parent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="3" parent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="4" parent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="195" tag="operation_195" canDelete="false" role_id="-1" > + <codeoperation parent_id="195" tag="operation_195" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="197" tag="operation_197" canDelete="false" role_id="-1" > + <codeoperation parent_id="197" tag="operation_197" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="198" tag="operation_198" canDelete="false" role_id="-1" > + <codeoperation parent_id="198" tag="operation_198" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="200" tag="operation_200" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="200" tag="operation_200" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="202" tag="operation_202" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="202" tag="operation_202" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="204" tag="operation_204" canDelete="false" role_id="-1" > + <codeoperation parent_id="204" tag="operation_204" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="205" tag="operation_205" canDelete="false" role_id="-1" > + <codeoperation parent_id="205" tag="operation_205" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5889,71 +5889,71 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kiscolorspacefactoryinterface.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="194" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="194" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="194" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="194" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="194" tag="hblock_tag_5" canDelete="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="0" parent_id="194" tag="hblock_tag_5" canDelete="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="194" tag="hblock_tag_6" canDelete="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="1" parent_id="194" tag="hblock_tag_6" canDelete="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="2" parent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="3" parent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="4" parent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="194" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="194" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="194" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="194" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="194" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="0" parent_id="194" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="194" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="1" parent_id="194" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="2" parent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="3" parent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="4" parent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -5961,7 +5961,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="206" tqparent_class="206" fileExt=".cpp" fileName="kisstrategycolorspacergb" > + <classifiercodedocument writeOutCode="true" package="" id="206" parent_class="206" fileExt=".cpp" fileName="kisstrategycolorspacergb" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "quantum.h"&#010;#include "kisimagesp.h"&#010;#include "compositeop.h"&#010;" > <header> @@ -5979,87 +5979,87 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="207" tag="hblock_tag_0" canDelete="false" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="207" tag="hblock_tag_0" canDelete="false" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="207" tag="hblock_tag_1" canDelete="false" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="207" tag="hblock_tag_1" canDelete="false" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="208" tag="hblock_tag_2" canDelete="false" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="208" tag="hblock_tag_2" canDelete="false" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="208" tag="hblock_tag_3" canDelete="false" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="208" tag="hblock_tag_3" canDelete="false" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="209" tag="hblock_tag_4" canDelete="false" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="209" tag="hblock_tag_4" canDelete="false" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="209" tag="hblock_tag_5" canDelete="false" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="209" tag="hblock_tag_5" canDelete="false" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="210" tag="operation_210" canDelete="false" role_id="-1" > + <codeoperation parent_id="210" tag="operation_210" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="211" tag="operation_211" canDelete="false" role_id="-1" > + <codeoperation parent_id="211" tag="operation_211" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="214" tag="operation_214" canDelete="false" role_id="-1" > + <codeoperation parent_id="214" tag="operation_214" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="218" tag="operation_218" canDelete="false" role_id="-1" > + <codeoperation parent_id="218" tag="operation_218" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="221" tag="operation_221" canDelete="false" role_id="-1" > + <codeoperation parent_id="221" tag="operation_221" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="225" tag="operation_225" canDelete="false" role_id="-1" > + <codeoperation parent_id="225" tag="operation_225" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="228" tag="operation_228" canDelete="false" role_id="-1" > + <codeoperation parent_id="228" tag="operation_228" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="232" tag="operation_232" canDelete="false" role_id="-1" > + <codeoperation parent_id="232" tag="operation_232" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="239" tag="operation_239" canDelete="false" role_id="-1" > + <codeoperation parent_id="239" tag="operation_239" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="249" tag="operation_249" canDelete="false" role_id="-1" > + <codeoperation parent_id="249" tag="operation_249" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="258" tag="operation_258" canDelete="false" role_id="-1" > + <codeoperation parent_id="258" tag="operation_258" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6071,61 +6071,61 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisstrategycolorspacergb.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="207" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="207" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="207" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="207" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="207" tag="hblock_tag_0" canDelete="false" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="207" tag="hblock_tag_0" canDelete="false" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="207" tag="hblock_tag_1" canDelete="false" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="207" tag="hblock_tag_1" canDelete="false" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="208" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="208" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="208" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="208" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="208" tag="hblock_tag_2" canDelete="false" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="208" tag="hblock_tag_2" canDelete="false" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="208" tag="hblock_tag_3" canDelete="false" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="208" tag="hblock_tag_3" canDelete="false" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="209" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="209" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="209" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="209" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="209" tag="hblock_tag_4" canDelete="false" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="209" tag="hblock_tag_4" canDelete="false" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="209" tag="hblock_tag_5" canDelete="false" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="209" tag="hblock_tag_5" canDelete="false" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6133,7 +6133,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="259" tqparent_class="259" fileExt=".cpp" fileName="cmyk" > + <classifiercodedocument writeOutCode="true" package="" id="259" parent_class="259" fileExt=".cpp" fileName="cmyk" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "quantum.h"&#010;" > <header> @@ -6151,47 +6151,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="260" tag="hblock_tag_0" canDelete="false" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="260" tag="hblock_tag_0" canDelete="false" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="260" tag="hblock_tag_1" canDelete="false" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="260" tag="hblock_tag_1" canDelete="false" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="261" tag="hblock_tag_2" canDelete="false" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="261" tag="hblock_tag_2" canDelete="false" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="261" tag="hblock_tag_3" canDelete="false" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="261" tag="hblock_tag_3" canDelete="false" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="262" tag="hblock_tag_4" canDelete="false" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="262" tag="hblock_tag_4" canDelete="false" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="262" tag="hblock_tag_5" canDelete="false" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="262" tag="hblock_tag_5" canDelete="false" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="263" tag="hblock_tag_6" canDelete="false" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="263" tag="hblock_tag_6" canDelete="false" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="263" tag="hblock_tag_7" canDelete="false" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="263" tag="hblock_tag_7" canDelete="false" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="264" tag="operation_264" canDelete="false" role_id="-1" > + <codeoperation parent_id="264" tag="operation_264" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6203,81 +6203,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; cmyk.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="260" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="260" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="260" tag="hblock_tag_0" canDelete="false" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="260" tag="hblock_tag_0" canDelete="false" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="260" tag="hblock_tag_1" canDelete="false" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="260" tag="hblock_tag_1" canDelete="false" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="261" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="261" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="261" tag="hblock_tag_2" canDelete="false" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="261" tag="hblock_tag_2" canDelete="false" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="261" tag="hblock_tag_3" canDelete="false" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="261" tag="hblock_tag_3" canDelete="false" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="262" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="262" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="262" tag="hblock_tag_4" canDelete="false" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="262" tag="hblock_tag_4" canDelete="false" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="262" tag="hblock_tag_5" canDelete="false" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="262" tag="hblock_tag_5" canDelete="false" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="263" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="263" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="263" tag="hblock_tag_6" canDelete="false" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="263" tag="hblock_tag_6" canDelete="false" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="263" tag="hblock_tag_7" canDelete="false" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="263" tag="hblock_tag_7" canDelete="false" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6285,7 +6285,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="266" tqparent_class="266" fileExt=".cpp" fileName="kiscolorspacefactoryflyweight" > + <classifiercodedocument writeOutCode="true" package="" id="266" parent_class="266" fileExt=".cpp" fileName="kiscolorspacefactoryflyweight" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "enumimgtype.h"&#010;#include "kisstrategycolorspacesp.h"&#010;#include "acflyweights.h"&#010;" > <header> @@ -6303,37 +6303,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="267" tag="hblock_tag_0" canDelete="false" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="267" tag="hblock_tag_0" canDelete="false" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="267" tag="hblock_tag_1" canDelete="false" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="267" tag="hblock_tag_1" canDelete="false" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="268" tag="operation_268" canDelete="false" role_id="-1" > + <codeoperation parent_id="268" tag="operation_268" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="269" tag="operation_269" canDelete="false" role_id="-1" > + <codeoperation parent_id="269" tag="operation_269" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="271" tag="operation_271" canDelete="false" role_id="-1" > + <codeoperation parent_id="271" tag="operation_271" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="273" tag="operation_273" canDelete="false" role_id="-1" > + <codeoperation parent_id="273" tag="operation_273" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="275" tag="operation_275" canDelete="false" role_id="-1" > + <codeoperation parent_id="275" tag="operation_275" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6345,21 +6345,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kiscolorspacefactoryflyweight.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="267" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="267" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="267" tag="hblock_tag_0" canDelete="false" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="267" tag="hblock_tag_0" canDelete="false" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="267" tag="hblock_tag_1" canDelete="false" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="267" tag="hblock_tag_1" canDelete="false" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6367,7 +6367,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="283" tqparent_class="283" fileExt=".cpp" fileName="kisscopedlock" > + <classifiercodedocument writeOutCode="true" package="" id="283" parent_class="283" fileExt=".cpp" fileName="kisscopedlock" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;" > <header> @@ -6385,37 +6385,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="284" tag="hblock_tag_0" canDelete="false" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="284" tag="hblock_tag_0" canDelete="false" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="284" tag="hblock_tag_1" canDelete="false" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="284" tag="hblock_tag_1" canDelete="false" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="285" tag="operation_285" canDelete="false" role_id="-1" > + <codeoperation parent_id="285" tag="operation_285" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="288" tag="operation_288" canDelete="false" role_id="-1" > + <codeoperation parent_id="288" tag="operation_288" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="289" tag="operation_289" canDelete="false" role_id="-1" > + <codeoperation parent_id="289" tag="operation_289" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="290" tag="operation_290" canDelete="false" role_id="-1" > + <codeoperation parent_id="290" tag="operation_290" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="291" tag="operation_291" canDelete="false" role_id="-1" > + <codeoperation parent_id="291" tag="operation_291" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6427,21 +6427,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisscopedlock.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:09&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="284" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="284" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="284" tag="hblock_tag_0" canDelete="false" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="284" tag="hblock_tag_0" canDelete="false" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="284" tag="hblock_tag_1" canDelete="false" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="284" tag="hblock_tag_1" canDelete="false" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6449,7 +6449,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="292" tqparent_class="292" fileExt=".cpp" fileName="kisstrategymove" > + <classifiercodedocument writeOutCode="true" package="" id="292" parent_class="292" fileExt=".cpp" fileName="kisstrategymove" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;" > <header> @@ -6467,127 +6467,127 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="293" tag="hblock_tag_0" canDelete="false" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="293" tag="hblock_tag_0" canDelete="false" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="293" tag="hblock_tag_1" canDelete="false" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="293" tag="hblock_tag_1" canDelete="false" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="294" tag="hblock_tag_2" canDelete="false" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="294" tag="hblock_tag_2" canDelete="false" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="294" tag="hblock_tag_3" canDelete="false" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="294" tag="hblock_tag_3" canDelete="false" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="295" tag="hblock_tag_4" canDelete="false" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="295" tag="hblock_tag_4" canDelete="false" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="295" tag="hblock_tag_5" canDelete="false" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="295" tag="hblock_tag_5" canDelete="false" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="296" tag="hblock_tag_6" canDelete="false" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="296" tag="hblock_tag_6" canDelete="false" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="296" tag="hblock_tag_7" canDelete="false" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="296" tag="hblock_tag_7" canDelete="false" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="297" tag="hblock_tag_8" canDelete="false" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="297" tag="hblock_tag_8" canDelete="false" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="297" tag="hblock_tag_9" canDelete="false" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="297" tag="hblock_tag_9" canDelete="false" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="298" tag="hblock_tag_10" canDelete="false" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="298" tag="hblock_tag_10" canDelete="false" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="298" tag="hblock_tag_11" canDelete="false" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="298" tag="hblock_tag_11" canDelete="false" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="299" tag="hblock_tag_12" canDelete="false" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="299" tag="hblock_tag_12" canDelete="false" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="299" tag="hblock_tag_13" canDelete="false" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="299" tag="hblock_tag_13" canDelete="false" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="300" tag="operation_300" canDelete="false" role_id="-1" > + <codeoperation parent_id="300" tag="operation_300" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="302" tag="operation_302" canDelete="false" role_id="-1" > + <codeoperation parent_id="302" tag="operation_302" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="303" tag="operation_303" canDelete="false" role_id="-1" > + <codeoperation parent_id="303" tag="operation_303" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="305" tag="operation_305" canDelete="false" role_id="-1" > + <codeoperation parent_id="305" tag="operation_305" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="307" tag="operation_307" canDelete="false" role_id="-1" > + <codeoperation parent_id="307" tag="operation_307" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="309" tag="operation_309" canDelete="false" role_id="-1" > + <codeoperation parent_id="309" tag="operation_309" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="312" tag="operation_312" canDelete="false" role_id="-1" > + <codeoperation parent_id="312" tag="operation_312" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="314" tag="operation_314" canDelete="false" role_id="-1" > + <codeoperation parent_id="314" tag="operation_314" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="319" tag="operation_319" canDelete="false" role_id="-1" > + <codeoperation parent_id="319" tag="operation_319" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="322" tag="operation_322" canDelete="false" role_id="-1" > + <codeoperation parent_id="322" tag="operation_322" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="324" tag="operation_324" canDelete="false" role_id="-1" > + <codeoperation parent_id="324" tag="operation_324" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6599,141 +6599,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisstrategymove.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:15&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="293" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="293" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="293" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="293" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="293" tag="hblock_tag_0" canDelete="false" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="293" tag="hblock_tag_0" canDelete="false" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="293" tag="hblock_tag_1" canDelete="false" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="293" tag="hblock_tag_1" canDelete="false" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="294" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="294" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="294" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="294" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="294" tag="hblock_tag_2" canDelete="false" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="294" tag="hblock_tag_2" canDelete="false" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="294" tag="hblock_tag_3" canDelete="false" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="294" tag="hblock_tag_3" canDelete="false" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="295" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="295" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="295" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="295" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="295" tag="hblock_tag_4" canDelete="false" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="295" tag="hblock_tag_4" canDelete="false" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="295" tag="hblock_tag_5" canDelete="false" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="295" tag="hblock_tag_5" canDelete="false" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="296" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="296" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="296" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="296" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="296" tag="hblock_tag_6" canDelete="false" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="296" tag="hblock_tag_6" canDelete="false" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="296" tag="hblock_tag_7" canDelete="false" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="296" tag="hblock_tag_7" canDelete="false" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="297" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="297" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="297" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="297" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="297" tag="hblock_tag_8" canDelete="false" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="297" tag="hblock_tag_8" canDelete="false" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="297" tag="hblock_tag_9" canDelete="false" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="297" tag="hblock_tag_9" canDelete="false" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="298" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="298" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="298" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="298" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="298" tag="hblock_tag_10" canDelete="false" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="298" tag="hblock_tag_10" canDelete="false" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="298" tag="hblock_tag_11" canDelete="false" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="298" tag="hblock_tag_11" canDelete="false" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="299" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="299" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="299" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="299" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="299" tag="hblock_tag_12" canDelete="false" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="299" tag="hblock_tag_12" canDelete="false" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="299" tag="hblock_tag_13" canDelete="false" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="299" tag="hblock_tag_13" canDelete="false" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -6741,7 +6741,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="325" tqparent_class="325" fileExt=".cpp" fileName="kistilemgr" > + <classifiercodedocument writeOutCode="true" package="" id="325" parent_class="325" fileExt=".cpp" fileName="kistilemgr" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kistilesp.h"&#010;#include "bool.h"&#010;#include "kispixeldatasp.h"&#010;#include "vkistilesp.h"&#010;" > <header> @@ -6759,267 +6759,267 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="326" tag="hblock_tag_0" canDelete="false" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="326" tag="hblock_tag_0" canDelete="false" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="326" tag="hblock_tag_1" canDelete="false" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="326" tag="hblock_tag_1" canDelete="false" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="327" tag="hblock_tag_2" canDelete="false" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="327" tag="hblock_tag_2" canDelete="false" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="327" tag="hblock_tag_3" canDelete="false" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="327" tag="hblock_tag_3" canDelete="false" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="330" tag="hblock_tag_4" canDelete="false" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="330" tag="hblock_tag_4" canDelete="false" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="330" tag="hblock_tag_5" canDelete="false" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="330" tag="hblock_tag_5" canDelete="false" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="331" tag="hblock_tag_6" canDelete="false" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="331" tag="hblock_tag_6" canDelete="false" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="331" tag="hblock_tag_7" canDelete="false" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="331" tag="hblock_tag_7" canDelete="false" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="332" tag="hblock_tag_8" canDelete="false" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="332" tag="hblock_tag_8" canDelete="false" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="332" tag="hblock_tag_9" canDelete="false" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="332" tag="hblock_tag_9" canDelete="false" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="333" tag="hblock_tag_10" canDelete="false" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="333" tag="hblock_tag_10" canDelete="false" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="333" tag="hblock_tag_11" canDelete="false" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="333" tag="hblock_tag_11" canDelete="false" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="334" tag="hblock_tag_12" canDelete="false" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="334" tag="hblock_tag_12" canDelete="false" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="334" tag="hblock_tag_13" canDelete="false" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="334" tag="hblock_tag_13" canDelete="false" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_14" canDelete="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_14" canDelete="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_15" canDelete="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_15" canDelete="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="335" tag="operation_335" canDelete="false" role_id="-1" > + <codeoperation parent_id="335" tag="operation_335" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="337" tag="operation_337" canDelete="false" role_id="-1" > + <codeoperation parent_id="337" tag="operation_337" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Create a new KisTileMgr of width and height with the&#010;specified colour depth. Deep copies the tiles of tm to the&#010;new KisTileMgr.&#010;&#010;XXX: I am not sure what happens when tm is bigger or smaller&#010;than width and height, nor what happens when tm has a&#010;different depth." /> </header> </codeoperation> - <codeoperation tqparent_id="342" tag="operation_342" canDelete="false" role_id="-1" > + <codeoperation parent_id="342" tag="operation_342" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Create a KisTileMgr of width and height with the specified&#010;colour depth." /> </header> </codeoperation> - <codeoperation tqparent_id="346" tag="operation_346" canDelete="false" role_id="-1" > + <codeoperation parent_id="346" tag="operation_346" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Creates a new KisTileMgr based on rhs, shares a reference&#010;to the tiles of rhs." /> </header> </codeoperation> - <codeoperation tqparent_id="348" tag="operation_348" canDelete="false" role_id="-1" > + <codeoperation parent_id="348" tag="operation_348" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="350" tag="operation_350" canDelete="false" role_id="-1" > + <codeoperation parent_id="350" tag="operation_350" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX?" /> </header> </codeoperation> - <codeoperation tqparent_id="354" tag="operation_354" canDelete="false" role_id="-1" > + <codeoperation parent_id="354" tag="operation_354" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Color-depth of the KisRenderInterface implementation&#010;managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="355" tag="operation_355" canDelete="false" role_id="-1" > + <codeoperation parent_id="355" tag="operation_355" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX?" /> </header> </codeoperation> - <codeoperation tqparent_id="359" tag="operation_359" canDelete="false" role_id="-1" > + <codeoperation parent_id="359" tag="operation_359" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="362" tag="operation_362" canDelete="false" role_id="-1" > + <codeoperation parent_id="362" tag="operation_362" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Returns true if this KisTileMgr does not manage any&#010;tiles." /> </header> </codeoperation> - <codeoperation tqparent_id="363" tag="operation_363" canDelete="false" role_id="-1" > + <codeoperation parent_id="363" tag="operation_363" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Height in pixels of the total area managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="364" tag="operation_364" canDelete="false" role_id="-1" > + <codeoperation parent_id="364" tag="operation_364" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="368" tag="operation_368" canDelete="false" role_id="-1" > + <codeoperation parent_id="368" tag="operation_368" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="370" tag="operation_370" canDelete="false" role_id="-1" > + <codeoperation parent_id="370" tag="operation_370" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="373" tag="operation_373" canDelete="false" role_id="-1" > + <codeoperation parent_id="373" tag="operation_373" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="376" tag="operation_376" canDelete="false" role_id="-1" > + <codeoperation parent_id="376" tag="operation_376" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="378" tag="operation_378" canDelete="false" role_id="-1" > + <codeoperation parent_id="378" tag="operation_378" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Total size in memory the data managed by this KisTileMgr " /> </header> </codeoperation> - <codeoperation tqparent_id="379" tag="operation_379" canDelete="false" role_id="-1" > + <codeoperation parent_id="379" tag="operation_379" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Number of columns of tiles managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="380" tag="operation_380" canDelete="false" role_id="-1" > + <codeoperation parent_id="380" tag="operation_380" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Number of rows of tiles managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="381" tag="operation_381" canDelete="false" role_id="-1" > + <codeoperation parent_id="381" tag="operation_381" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Returns the KisPixelData defined by the rectangle x1, y1,&#010;x2, y2. Depending on mode, this data is readable, writable&#010;or both." /> </header> </codeoperation> - <codeoperation tqparent_id="387" tag="operation_387" canDelete="false" role_id="-1" > + <codeoperation parent_id="387" tag="operation_387" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="389" tag="operation_389" canDelete="false" role_id="-1" > + <codeoperation parent_id="389" tag="operation_389" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Read the area defined by x1, y2, x2, y2 into the buffer. Stride is number of bytes&#010;that a pixel takes in the buffer." /> </header> </codeoperation> - <codeoperation tqparent_id="396" tag="operation_396" canDelete="false" role_id="-1" > + <codeoperation parent_id="396" tag="operation_396" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Not sure what this does... Perhaps write changed data if&#010;owner, else mark something invalid. XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="398" tag="operation_398" canDelete="false" role_id="-1" > + <codeoperation parent_id="398" tag="operation_398" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Create or duplicate a tile with identity tilenum; tilenum&#010;is computed from the x/y coordinates of the tile in the&#010;image&#010;&#010;XXX: Not sure what 'mode' is. Presumbly related to the&#010;TILEMODE constants." /> </header> </codeoperation> - <codeoperation tqparent_id="401" tag="operation_401" canDelete="false" role_id="-1" > + <codeoperation parent_id="401" tag="operation_401" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Create or duplicate a tile at location xpix/ypix.&#010;&#010;XXX: Not sure what 'mode' is. Presumbly related to the&#010;TILEMODE constants." /> </header> </codeoperation> - <codeoperation tqparent_id="405" tag="operation_405" canDelete="false" role_id="-1" > + <codeoperation parent_id="405" tag="operation_405" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Puts the x/y coordinates of the top left (?) corner&#010;of tile in coord." /> </header> </codeoperation> - <codeoperation tqparent_id="408" tag="operation_408" canDelete="false" role_id="-1" > + <codeoperation parent_id="408" tag="operation_408" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Puts the x/y coordinates of the top left (?) corner&#010;of tile in x and y." /> </header> </codeoperation> - <codeoperation tqparent_id="412" tag="operation_412" canDelete="false" role_id="-1" > + <codeoperation parent_id="412" tag="operation_412" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="415" tag="operation_415" canDelete="false" role_id="-1" > + <codeoperation parent_id="415" tag="operation_415" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="XXX" /> </header> </codeoperation> - <codeoperation tqparent_id="419" tag="operation_419" canDelete="false" role_id="-1" > + <codeoperation parent_id="419" tag="operation_419" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="422" tag="operation_422" canDelete="false" role_id="-1" > + <codeoperation parent_id="422" tag="operation_422" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Width in pixels of the total area managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="423" tag="operation_423" canDelete="false" role_id="-1" > + <codeoperation parent_id="423" tag="operation_423" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="425" tag="operation_425" canDelete="false" role_id="-1" > + <codeoperation parent_id="425" tag="operation_425" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Commit the pixel data in buffer." /> </header> </codeoperation> - <codeoperation tqparent_id="432" tag="operation_432" canDelete="false" role_id="-1" > + <codeoperation parent_id="432" tag="operation_432" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7031,176 +7031,176 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilemgr.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="326" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="326" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="326" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="326" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="326" tag="hblock_tag_0" canDelete="false" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="326" tag="hblock_tag_0" canDelete="false" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="326" tag="hblock_tag_1" canDelete="false" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="326" tag="hblock_tag_1" canDelete="false" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="327" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="327" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="327" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="327" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="327" tag="hblock_tag_2" canDelete="false" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="327" tag="hblock_tag_2" canDelete="false" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="327" tag="hblock_tag_3" canDelete="false" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="327" tag="hblock_tag_3" canDelete="false" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="330" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="330" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="330" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="330" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="330" tag="hblock_tag_4" canDelete="false" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="330" tag="hblock_tag_4" canDelete="false" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="330" tag="hblock_tag_5" canDelete="false" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="330" tag="hblock_tag_5" canDelete="false" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="331" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="331" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="331" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="331" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="331" tag="hblock_tag_6" canDelete="false" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="331" tag="hblock_tag_6" canDelete="false" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="331" tag="hblock_tag_7" canDelete="false" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="331" tag="hblock_tag_7" canDelete="false" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="332" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="332" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="332" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="332" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="332" tag="hblock_tag_8" canDelete="false" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="332" tag="hblock_tag_8" canDelete="false" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="332" tag="hblock_tag_9" canDelete="false" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="332" tag="hblock_tag_9" canDelete="false" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="333" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="333" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="333" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="333" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="333" tag="hblock_tag_10" canDelete="false" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="333" tag="hblock_tag_10" canDelete="false" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="333" tag="hblock_tag_11" canDelete="false" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="333" tag="hblock_tag_11" canDelete="false" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="334" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="334" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="334" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="334" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="334" tag="hblock_tag_12" canDelete="false" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="334" tag="hblock_tag_12" canDelete="false" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="334" tag="hblock_tag_13" canDelete="false" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="334" tag="hblock_tag_13" canDelete="false" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="329" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="329" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="329" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="329" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_14" canDelete="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_14" canDelete="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_15" canDelete="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_15" canDelete="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -7208,7 +7208,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="328" tqparent_class="328" fileExt=".cpp" fileName="kistilemediator" > + <classifiercodedocument writeOutCode="true" package="" id="328" parent_class="328" fileExt=".cpp" fileName="kistilemediator" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kistilesp.h"&#010;#include "kistilemgrsp.h"&#010;" > <header> @@ -7226,97 +7226,97 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="433" tag="hblock_tag_0" canDelete="false" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="433" tag="hblock_tag_0" canDelete="false" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="433" tag="hblock_tag_1" canDelete="false" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="433" tag="hblock_tag_1" canDelete="false" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="434" tag="hblock_tag_2" canDelete="false" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="434" tag="hblock_tag_2" canDelete="false" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="434" tag="hblock_tag_3" canDelete="false" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="434" tag="hblock_tag_3" canDelete="false" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="435" tag="hblock_tag_4" canDelete="false" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="435" tag="hblock_tag_4" canDelete="false" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="435" tag="hblock_tag_5" canDelete="false" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="435" tag="hblock_tag_5" canDelete="false" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="436" tag="operation_436" canDelete="false" role_id="-1" > + <codeoperation parent_id="436" tag="operation_436" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="438" tag="operation_438" canDelete="false" role_id="-1" > + <codeoperation parent_id="438" tag="operation_438" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="439" tag="operation_439" canDelete="false" role_id="-1" > + <codeoperation parent_id="439" tag="operation_439" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="441" tag="operation_441" canDelete="false" role_id="-1" > + <codeoperation parent_id="441" tag="operation_441" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="445" tag="operation_445" canDelete="false" role_id="-1" > + <codeoperation parent_id="445" tag="operation_445" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="449" tag="operation_449" canDelete="false" role_id="-1" > + <codeoperation parent_id="449" tag="operation_449" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="451" tag="operation_451" canDelete="false" role_id="-1" > + <codeoperation parent_id="451" tag="operation_451" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="454" tag="operation_454" canDelete="false" role_id="-1" > + <codeoperation parent_id="454" tag="operation_454" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7328,96 +7328,96 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilemediator.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="433" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="433" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="433" tag="hblock_tag_0" canDelete="false" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="433" tag="hblock_tag_0" canDelete="false" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="433" tag="hblock_tag_1" canDelete="false" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="433" tag="hblock_tag_1" canDelete="false" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="434" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="434" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="434" tag="hblock_tag_2" canDelete="false" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="434" tag="hblock_tag_2" canDelete="false" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="434" tag="hblock_tag_3" canDelete="false" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="434" tag="hblock_tag_3" canDelete="false" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="435" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="435" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="435" tag="hblock_tag_4" canDelete="false" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="435" tag="hblock_tag_4" canDelete="false" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="435" tag="hblock_tag_5" canDelete="false" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="435" tag="hblock_tag_5" canDelete="false" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="329" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="329" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="329" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="329" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7425,7 +7425,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="455" tqparent_class="455" fileExt=".cpp" fileName="kistileswapinterface" > + <classifiercodedocument writeOutCode="true" package="" id="455" parent_class="455" fileExt=".cpp" fileName="kistileswapinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kistilesp.h"&#010;" > <header> @@ -7443,72 +7443,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="456" tag="operation_456" canDelete="false" role_id="-1" > + <codeoperation parent_id="456" tag="operation_456" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="457" tag="operation_457" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="457" tag="operation_457" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="459" tag="operation_459" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="459" tag="operation_459" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="461" tag="operation_461" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="461" tag="operation_461" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="463" tag="operation_463" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="463" tag="operation_463" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="465" tag="operation_465" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="465" tag="operation_465" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="467" tag="operation_467" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="467" tag="operation_467" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="469" tag="operation_469" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="469" tag="operation_469" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="471" tag="operation_471" canDelete="false" role_id="-1" > + <codeoperation parent_id="471" tag="operation_471" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7520,36 +7520,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistileswapinterface.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="492" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="492" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="492" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="492" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7557,7 +7557,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="472" tqparent_class="472" fileExt=".cpp" fileName="kistilecacheinterface" > + <classifiercodedocument writeOutCode="true" package="" id="472" parent_class="472" fileExt=".cpp" fileName="kistilecacheinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kistilesp.h"&#010;" > <header> @@ -7575,52 +7575,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="473" tag="operation_473" canDelete="false" role_id="-1" > + <codeoperation parent_id="473" tag="operation_473" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="474" tag="operation_474" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="474" tag="operation_474" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="476" tag="operation_476" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="476" tag="operation_476" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="478" tag="operation_478" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="478" tag="operation_478" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="480" tag="operation_480" canDelete="false" role_id="-1" > + <codeoperation parent_id="480" tag="operation_480" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7632,36 +7632,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilecacheinterface.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:01&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="482" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="482" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="482" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="482" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -7669,7 +7669,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="481" tqparent_class="481" fileExt=".cpp" fileName="kistile" > + <classifiercodedocument writeOutCode="true" package="" id="481" parent_class="481" fileExt=".cpp" fileName="kistile" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "drawinghints.h"&#010;" > <header> @@ -7687,332 +7687,332 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="483" tag="hblock_tag_0" canDelete="false" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="483" tag="hblock_tag_0" canDelete="false" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="483" tag="hblock_tag_1" canDelete="false" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="483" tag="hblock_tag_1" canDelete="false" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="484" tag="hblock_tag_2" canDelete="false" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="484" tag="hblock_tag_2" canDelete="false" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="484" tag="hblock_tag_3" canDelete="false" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="484" tag="hblock_tag_3" canDelete="false" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="485" tag="hblock_tag_4" canDelete="false" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="485" tag="hblock_tag_4" canDelete="false" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="485" tag="hblock_tag_5" canDelete="false" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="485" tag="hblock_tag_5" canDelete="false" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="486" tag="hblock_tag_6" canDelete="false" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="486" tag="hblock_tag_6" canDelete="false" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="486" tag="hblock_tag_7" canDelete="false" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="486" tag="hblock_tag_7" canDelete="false" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="487" tag="hblock_tag_8" canDelete="false" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="487" tag="hblock_tag_8" canDelete="false" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="487" tag="hblock_tag_9" canDelete="false" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="487" tag="hblock_tag_9" canDelete="false" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="488" tag="hblock_tag_10" canDelete="false" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="488" tag="hblock_tag_10" canDelete="false" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="488" tag="hblock_tag_11" canDelete="false" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="488" tag="hblock_tag_11" canDelete="false" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="489" tag="hblock_tag_12" canDelete="false" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="489" tag="hblock_tag_12" canDelete="false" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="489" tag="hblock_tag_13" canDelete="false" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="489" tag="hblock_tag_13" canDelete="false" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="490" tag="hblock_tag_14" canDelete="false" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="490" tag="hblock_tag_14" canDelete="false" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="490" tag="hblock_tag_15" canDelete="false" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="490" tag="hblock_tag_15" canDelete="false" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="491" tag="hblock_tag_16" canDelete="false" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="491" tag="hblock_tag_16" canDelete="false" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="491" tag="hblock_tag_17" canDelete="false" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="491" tag="hblock_tag_17" canDelete="false" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="493" tag="hblock_tag_18" canDelete="false" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="493" tag="hblock_tag_18" canDelete="false" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="493" tag="hblock_tag_19" canDelete="false" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="493" tag="hblock_tag_19" canDelete="false" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="494" tag="hblock_tag_20" canDelete="false" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="494" tag="hblock_tag_20" canDelete="false" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="494" tag="hblock_tag_21" canDelete="false" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="494" tag="hblock_tag_21" canDelete="false" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="495" tag="hblock_tag_22" canDelete="false" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="495" tag="hblock_tag_22" canDelete="false" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="495" tag="hblock_tag_23" canDelete="false" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="495" tag="hblock_tag_23" canDelete="false" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_24" canDelete="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_24" canDelete="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_25" canDelete="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_25" canDelete="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_29" canDelete="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_29" canDelete="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_30" canDelete="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_30" canDelete="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_33" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_33" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="496" tag="operation_496" canDelete="false" role_id="-1" > + <codeoperation parent_id="496" tag="operation_496" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="498" tag="operation_498" canDelete="false" role_id="-1" > + <codeoperation parent_id="498" tag="operation_498" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="500" tag="operation_500" canDelete="false" role_id="-1" > + <codeoperation parent_id="500" tag="operation_500" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="504" tag="operation_504" canDelete="false" role_id="-1" > + <codeoperation parent_id="504" tag="operation_504" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="505" tag="operation_505" canDelete="false" role_id="-1" > + <codeoperation parent_id="505" tag="operation_505" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="508" tag="operation_508" canDelete="false" role_id="-1" > + <codeoperation parent_id="508" tag="operation_508" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="509" tag="operation_509" canDelete="false" role_id="-1" > + <codeoperation parent_id="509" tag="operation_509" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="510" tag="operation_510" canDelete="false" role_id="-1" > + <codeoperation parent_id="510" tag="operation_510" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="512" tag="operation_512" canDelete="false" role_id="-1" > + <codeoperation parent_id="512" tag="operation_512" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="514" tag="operation_514" canDelete="false" role_id="-1" > + <codeoperation parent_id="514" tag="operation_514" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="515" tag="operation_515" canDelete="false" role_id="-1" > + <codeoperation parent_id="515" tag="operation_515" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="517" tag="operation_517" canDelete="false" role_id="-1" > + <codeoperation parent_id="517" tag="operation_517" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="521" tag="operation_521" canDelete="false" role_id="-1" > + <codeoperation parent_id="521" tag="operation_521" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="522" tag="operation_522" canDelete="false" role_id="-1" > + <codeoperation parent_id="522" tag="operation_522" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="523" tag="operation_523" canDelete="false" role_id="-1" > + <codeoperation parent_id="523" tag="operation_523" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="524" tag="operation_524" canDelete="false" role_id="-1" > + <codeoperation parent_id="524" tag="operation_524" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="525" tag="operation_525" canDelete="false" role_id="-1" > + <codeoperation parent_id="525" tag="operation_525" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="526" tag="operation_526" canDelete="false" role_id="-1" > + <codeoperation parent_id="526" tag="operation_526" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="527" tag="operation_527" canDelete="false" role_id="-1" > + <codeoperation parent_id="527" tag="operation_527" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="528" tag="operation_528" canDelete="false" role_id="-1" > + <codeoperation parent_id="528" tag="operation_528" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="530" tag="operation_530" canDelete="false" role_id="-1" > + <codeoperation parent_id="530" tag="operation_530" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="533" tag="operation_533" canDelete="false" role_id="-1" > + <codeoperation parent_id="533" tag="operation_533" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="534" tag="operation_534" canDelete="false" role_id="-1" > + <codeoperation parent_id="534" tag="operation_534" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="535" tag="operation_535" canDelete="false" role_id="-1" > + <codeoperation parent_id="535" tag="operation_535" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="536" tag="operation_536" canDelete="false" role_id="-1" > + <codeoperation parent_id="536" tag="operation_536" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="537" tag="operation_537" canDelete="false" role_id="-1" > + <codeoperation parent_id="537" tag="operation_537" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="538" tag="operation_538" canDelete="false" role_id="-1" > + <codeoperation parent_id="538" tag="operation_538" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="540" tag="operation_540" canDelete="false" role_id="-1" > + <codeoperation parent_id="540" tag="operation_540" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="541" tag="operation_541" canDelete="false" role_id="-1" > + <codeoperation parent_id="541" tag="operation_541" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="543" tag="operation_543" canDelete="false" role_id="-1" > + <codeoperation parent_id="543" tag="operation_543" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="544" tag="operation_544" canDelete="false" role_id="-1" > + <codeoperation parent_id="544" tag="operation_544" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="545" tag="operation_545" canDelete="false" role_id="-1" > + <codeoperation parent_id="545" tag="operation_545" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8024,311 +8024,311 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistile.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:10&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="483" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="483" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="483" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="483" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="483" tag="hblock_tag_0" canDelete="false" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="483" tag="hblock_tag_0" canDelete="false" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="483" tag="hblock_tag_1" canDelete="false" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="483" tag="hblock_tag_1" canDelete="false" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="484" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="484" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="484" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="484" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="484" tag="hblock_tag_2" canDelete="false" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="484" tag="hblock_tag_2" canDelete="false" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="484" tag="hblock_tag_3" canDelete="false" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="484" tag="hblock_tag_3" canDelete="false" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="485" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="485" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="485" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="485" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="485" tag="hblock_tag_4" canDelete="false" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="485" tag="hblock_tag_4" canDelete="false" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="485" tag="hblock_tag_5" canDelete="false" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="485" tag="hblock_tag_5" canDelete="false" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="486" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="486" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="486" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="486" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="486" tag="hblock_tag_6" canDelete="false" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="486" tag="hblock_tag_6" canDelete="false" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="486" tag="hblock_tag_7" canDelete="false" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="486" tag="hblock_tag_7" canDelete="false" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="487" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="487" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="487" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="487" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="487" tag="hblock_tag_8" canDelete="false" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="487" tag="hblock_tag_8" canDelete="false" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="487" tag="hblock_tag_9" canDelete="false" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="487" tag="hblock_tag_9" canDelete="false" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="488" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="488" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="488" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="488" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="488" tag="hblock_tag_10" canDelete="false" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="488" tag="hblock_tag_10" canDelete="false" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="488" tag="hblock_tag_11" canDelete="false" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="488" tag="hblock_tag_11" canDelete="false" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="489" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="489" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="489" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="489" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="489" tag="hblock_tag_12" canDelete="false" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="489" tag="hblock_tag_12" canDelete="false" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="489" tag="hblock_tag_13" canDelete="false" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="489" tag="hblock_tag_13" canDelete="false" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="490" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="490" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="490" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="490" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="490" tag="hblock_tag_14" canDelete="false" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="490" tag="hblock_tag_14" canDelete="false" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="490" tag="hblock_tag_15" canDelete="false" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="490" tag="hblock_tag_15" canDelete="false" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="491" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="491" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="491" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="491" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="491" tag="hblock_tag_16" canDelete="false" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="491" tag="hblock_tag_16" canDelete="false" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="491" tag="hblock_tag_17" canDelete="false" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="491" tag="hblock_tag_17" canDelete="false" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="493" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="493" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="493" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="493" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="493" tag="hblock_tag_18" canDelete="false" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="493" tag="hblock_tag_18" canDelete="false" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="493" tag="hblock_tag_19" canDelete="false" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="493" tag="hblock_tag_19" canDelete="false" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="494" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="494" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="494" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="494" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="494" tag="hblock_tag_20" canDelete="false" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="494" tag="hblock_tag_20" canDelete="false" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="494" tag="hblock_tag_21" canDelete="false" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="494" tag="hblock_tag_21" canDelete="false" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="495" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="495" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="495" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="495" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="495" tag="hblock_tag_22" canDelete="false" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="495" tag="hblock_tag_22" canDelete="false" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="495" tag="hblock_tag_23" canDelete="false" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="495" tag="hblock_tag_23" canDelete="false" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="482" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="482" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="482" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="482" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_24" canDelete="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_24" canDelete="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_25" canDelete="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_25" canDelete="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="492" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="492" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="492" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="492" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_29" canDelete="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_29" canDelete="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_30" canDelete="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_30" canDelete="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_33" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_33" canDelete="false" writeOutText="false" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -8336,7 +8336,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="546" tqparent_class="546" fileExt=".cpp" fileName="drawinghints" > + <classifiercodedocument writeOutCode="true" package="" id="546" parent_class="546" fileExt=".cpp" fileName="drawinghints" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -8361,7 +8361,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="560" tqparent_class="560" fileExt=".cpp" fileName="kismerge" > + <classifiercodedocument writeOutCode="true" package="" id="560" parent_class="560" fileExt=".cpp" fileName="kismerge" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;#include "bool.h"&#010;#include "kispaintdevicesp.h"&#010;#include "kisselectionsp.h"&#010;#include "kislayersp.h"&#010;" > <header> @@ -8379,72 +8379,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="561" tag="hblock_tag_0" canDelete="false" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="561" tag="hblock_tag_0" canDelete="false" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="561" tag="hblock_tag_1" canDelete="false" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="561" tag="hblock_tag_1" canDelete="false" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="562" tag="hblock_tag_2" canDelete="false" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="562" tag="hblock_tag_2" canDelete="false" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="562" tag="hblock_tag_3" canDelete="false" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="562" tag="hblock_tag_3" canDelete="false" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="563" tag="hblock_tag_4" canDelete="false" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="563" tag="hblock_tag_4" canDelete="false" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="563" tag="hblock_tag_5" canDelete="false" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="563" tag="hblock_tag_5" canDelete="false" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="564" tag="hblock_tag_6" canDelete="false" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="564" tag="hblock_tag_6" canDelete="false" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="564" tag="hblock_tag_7" canDelete="false" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="564" tag="hblock_tag_7" canDelete="false" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="565" tag="operation_565" canDelete="false" role_id="-1" > + <codeoperation parent_id="565" tag="operation_565" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="568" tag="operation_568" canDelete="false" role_id="-1" > + <codeoperation parent_id="568" tag="operation_568" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="571" tag="operation_571" canDelete="false" role_id="-1" > + <codeoperation parent_id="571" tag="operation_571" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="574" tag="operation_574" canDelete="false" role_id="-1" > + <codeoperation parent_id="574" tag="operation_574" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="577" tag="operation_577" canDelete="false" role_id="-1" > + <codeoperation parent_id="577" tag="operation_577" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="580" tag="operation_580" canDelete="false" role_id="-1" > + <codeoperation parent_id="580" tag="operation_580" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8456,81 +8456,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kismerge.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="561" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="561" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="561" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="561" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="561" tag="hblock_tag_0" canDelete="false" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="561" tag="hblock_tag_0" canDelete="false" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="561" tag="hblock_tag_1" canDelete="false" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="561" tag="hblock_tag_1" canDelete="false" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="562" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="562" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="562" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="562" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="562" tag="hblock_tag_2" canDelete="false" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="562" tag="hblock_tag_2" canDelete="false" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="562" tag="hblock_tag_3" canDelete="false" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="562" tag="hblock_tag_3" canDelete="false" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="563" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="563" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="563" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="563" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="563" tag="hblock_tag_4" canDelete="false" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="563" tag="hblock_tag_4" canDelete="false" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="563" tag="hblock_tag_5" canDelete="false" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="563" tag="hblock_tag_5" canDelete="false" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="564" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="564" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="564" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="564" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="564" tag="hblock_tag_6" canDelete="false" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="564" tag="hblock_tag_6" canDelete="false" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="564" tag="hblock_tag_7" canDelete="false" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="564" tag="hblock_tag_7" canDelete="false" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8538,7 +8538,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="583" tqparent_class="583" fileExt=".cpp" fileName="kisflatten" > + <classifiercodedocument writeOutCode="true" package="" id="583" parent_class="583" fileExt=".cpp" fileName="kisflatten" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kislayersp.h"&#010;#include "kispaintdevicesp.h"&#010;#include "kisselectionsp.h"&#010;" > <header> @@ -8556,67 +8556,67 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="584" tag="hblock_tag_0" canDelete="false" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="584" tag="hblock_tag_0" canDelete="false" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="584" tag="hblock_tag_1" canDelete="false" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="584" tag="hblock_tag_1" canDelete="false" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="585" tag="hblock_tag_2" canDelete="false" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="585" tag="hblock_tag_2" canDelete="false" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="585" tag="hblock_tag_3" canDelete="false" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="585" tag="hblock_tag_3" canDelete="false" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="586" tag="operation_586" canDelete="false" role_id="-1" > + <codeoperation parent_id="586" tag="operation_586" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="588" tag="operation_588" canDelete="false" role_id="-1" > + <codeoperation parent_id="588" tag="operation_588" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="593" tag="operation_593" canDelete="false" role_id="-1" > + <codeoperation parent_id="593" tag="operation_593" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="596" tag="operation_596" canDelete="false" role_id="-1" > + <codeoperation parent_id="596" tag="operation_596" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="599" tag="operation_599" canDelete="false" role_id="-1" > + <codeoperation parent_id="599" tag="operation_599" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="603" tag="operation_603" canDelete="false" role_id="-1" > + <codeoperation parent_id="603" tag="operation_603" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="606" tag="operation_606" canDelete="false" role_id="-1" > + <codeoperation parent_id="606" tag="operation_606" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="609" tag="operation_609" canDelete="false" role_id="-1" > + <codeoperation parent_id="609" tag="operation_609" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="612" tag="operation_612" canDelete="false" role_id="-1" > + <codeoperation parent_id="612" tag="operation_612" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8628,41 +8628,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisflatten.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="584" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="584" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="584" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="584" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="584" tag="hblock_tag_0" canDelete="false" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="584" tag="hblock_tag_0" canDelete="false" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="584" tag="hblock_tag_1" canDelete="false" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="584" tag="hblock_tag_1" canDelete="false" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="585" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="585" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="585" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="585" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="585" tag="hblock_tag_2" canDelete="false" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="585" tag="hblock_tag_2" canDelete="false" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="585" tag="hblock_tag_3" canDelete="false" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="585" tag="hblock_tag_3" canDelete="false" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8670,7 +8670,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="613" tqparent_class="613" fileExt=".cpp" fileName="kisdociface" > + <classifiercodedocument writeOutCode="true" package="" id="613" parent_class="613" fileExt=".cpp" fileName="kisdociface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "int.h"&#010;" > <header> @@ -8688,37 +8688,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="614" tag="hblock_tag_0" canDelete="false" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="614" tag="hblock_tag_0" canDelete="false" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="614" tag="hblock_tag_1" canDelete="false" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="614" tag="hblock_tag_1" canDelete="false" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="615" tag="operation_615" canDelete="false" role_id="-1" > + <codeoperation parent_id="615" tag="operation_615" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="616" tag="operation_616" canDelete="false" role_id="-1" > + <codeoperation parent_id="616" tag="operation_616" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="619" tag="operation_619" canDelete="false" role_id="-1" > + <codeoperation parent_id="619" tag="operation_619" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="621" tag="operation_621" canDelete="false" role_id="-1" > + <codeoperation parent_id="621" tag="operation_621" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="623" tag="operation_623" canDelete="false" role_id="-1" > + <codeoperation parent_id="623" tag="operation_623" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8730,21 +8730,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisdociface.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:51&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="614" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="614" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="614" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="614" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="614" tag="hblock_tag_0" canDelete="false" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="614" tag="hblock_tag_0" canDelete="false" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="614" tag="hblock_tag_1" canDelete="false" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="614" tag="hblock_tag_1" canDelete="false" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8752,7 +8752,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="624" tqparent_class="624" fileExt=".cpp" fileName="kisalphatqmask" > + <classifiercodedocument writeOutCode="true" package="" id="624" parent_class="624" fileExt=".cpp" fileName="kisalphatqmask" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "double.h"&#010;#include "quantum.h"&#010;" > <header> @@ -8770,87 +8770,87 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="625" tag="hblock_tag_0" canDelete="false" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="625" tag="hblock_tag_0" canDelete="false" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="625" tag="hblock_tag_1" canDelete="false" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="625" tag="hblock_tag_1" canDelete="false" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="626" tag="hblock_tag_2" canDelete="false" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="626" tag="hblock_tag_2" canDelete="false" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="626" tag="hblock_tag_3" canDelete="false" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="626" tag="hblock_tag_3" canDelete="false" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="627" tag="hblock_tag_4" canDelete="false" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="627" tag="hblock_tag_4" canDelete="false" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="627" tag="hblock_tag_5" canDelete="false" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="627" tag="hblock_tag_5" canDelete="false" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="628" tag="hblock_tag_6" canDelete="false" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="628" tag="hblock_tag_6" canDelete="false" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="628" tag="hblock_tag_7" canDelete="false" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="628" tag="hblock_tag_7" canDelete="false" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="629" tag="operation_629" canDelete="false" role_id="-1" > + <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&#010;specified QImage. If the QImage is not grayscale, you're&#010;buggered." /> </header> </codeoperation> - <codeoperation tqparent_id="631" tag="operation_631" canDelete="false" role_id="-1" > + <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&#010;specified QImage. If the QImage is not grayscale, you're&#010;buggered. The QImage is scaled using QImage::smoothScale,&#010;where the target w and h are computed by taking scale as a&#010;percentage." /> </header> </codeoperation> - <codeoperation tqparent_id="634" tag="operation_634" canDelete="false" role_id="-1" > + <codeoperation parent_id="634" tag="operation_634" canDelete="false" role_id="-1" > <header> - <cppcodedocumentation tag="" text="@return the alpha value at the specified position.&#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&#010;outside the bounds of the tqmask.&#010;XXX: this is, of course, not the best way of tqmasking.&#010;Better would be to let KisAlphaMask fill a chunk of memory&#010;with the alpha values at the right position, something like&#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&#010;Q_INT32 alphaPos). That would be fastest, or we could&#010;provide an iterator over the tqmask, that would be nice, too." /> + <cppcodedocumentation tag="" text="@return the alpha value at the specified position.&#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&#010;outside the bounds of the tqmask.&#010;XXX: this is, of course, not the best way of masking.&#010;Better would be to let KisAlphaMask fill a chunk of memory&#010;with the alpha values at the right position, something like&#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&#010;Q_INT32 alphaPos). That would be fastest, or we could&#010;provide an iterator over the tqmask, that would be nice, too." /> </header> </codeoperation> - <codeoperation tqparent_id="637" tag="operation_637" canDelete="false" role_id="-1" > + <codeoperation parent_id="637" tag="operation_637" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="639" tag="operation_639" canDelete="false" role_id="-1" > + <codeoperation parent_id="639" tag="operation_639" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="641" tag="operation_641" canDelete="false" role_id="-1" > + <codeoperation parent_id="641" tag="operation_641" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="@return the number of alpha values in a scanline." /> </header> </codeoperation> - <codeoperation tqparent_id="642" tag="operation_642" canDelete="false" role_id="-1" > + <codeoperation parent_id="642" tag="operation_642" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="@return the scale factor." /> </header> </codeoperation> - <codeoperation tqparent_id="643" tag="operation_643" canDelete="false" role_id="-1" > + <codeoperation parent_id="643" tag="operation_643" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="@return the number of lines in the tqmask." /> </header> </codeoperation> - <codeoperation tqparent_id="644" tag="operation_644" canDelete="false" role_id="-1" > + <codeoperation parent_id="644" tag="operation_644" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8862,81 +8862,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisalphatqmask.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:52:01&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="625" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="625" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="625" tag="hblock_tag_0" canDelete="false" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="625" tag="hblock_tag_0" canDelete="false" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="625" tag="hblock_tag_1" canDelete="false" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="625" tag="hblock_tag_1" canDelete="false" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="626" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="626" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="626" tag="hblock_tag_2" canDelete="false" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="626" tag="hblock_tag_2" canDelete="false" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="626" tag="hblock_tag_3" canDelete="false" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="626" tag="hblock_tag_3" canDelete="false" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="627" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="627" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="627" tag="hblock_tag_4" canDelete="false" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="627" tag="hblock_tag_4" canDelete="false" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="627" tag="hblock_tag_5" canDelete="false" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="627" tag="hblock_tag_5" canDelete="false" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="628" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="628" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="628" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="628" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="628" tag="hblock_tag_6" canDelete="false" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="628" tag="hblock_tag_6" canDelete="false" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="628" tag="hblock_tag_7" canDelete="false" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="628" tag="hblock_tag_7" canDelete="false" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -8944,7 +8944,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="645" tqparent_class="645" fileExt=".cpp" fileName="krayonviewiface" > + <classifiercodedocument writeOutCode="true" package="" id="645" parent_class="645" fileExt=".cpp" fileName="krayonviewiface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -8962,122 +8962,122 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="646" tag="hblock_tag_0" canDelete="false" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="646" tag="hblock_tag_0" canDelete="false" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="646" tag="hblock_tag_1" canDelete="false" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="646" tag="hblock_tag_1" canDelete="false" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="647" tag="operation_647" canDelete="false" role_id="-1" > + <codeoperation parent_id="647" tag="operation_647" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="649" tag="operation_649" canDelete="false" role_id="-1" > + <codeoperation parent_id="649" tag="operation_649" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="650" tag="operation_650" canDelete="false" role_id="-1" > + <codeoperation parent_id="650" tag="operation_650" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="651" tag="operation_651" canDelete="false" role_id="-1" > + <codeoperation parent_id="651" tag="operation_651" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="652" tag="operation_652" canDelete="false" role_id="-1" > + <codeoperation parent_id="652" tag="operation_652" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="653" tag="operation_653" canDelete="false" role_id="-1" > + <codeoperation parent_id="653" tag="operation_653" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="654" tag="operation_654" canDelete="false" role_id="-1" > + <codeoperation parent_id="654" tag="operation_654" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="655" tag="operation_655" canDelete="false" role_id="-1" > + <codeoperation parent_id="655" tag="operation_655" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="656" tag="operation_656" canDelete="false" role_id="-1" > + <codeoperation parent_id="656" tag="operation_656" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="657" tag="operation_657" canDelete="false" role_id="-1" > + <codeoperation parent_id="657" tag="operation_657" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="658" tag="operation_658" canDelete="false" role_id="-1" > + <codeoperation parent_id="658" tag="operation_658" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="659" tag="operation_659" canDelete="false" role_id="-1" > + <codeoperation parent_id="659" tag="operation_659" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="660" tag="operation_660" canDelete="false" role_id="-1" > + <codeoperation parent_id="660" tag="operation_660" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="661" tag="operation_661" canDelete="false" role_id="-1" > + <codeoperation parent_id="661" tag="operation_661" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="662" tag="operation_662" canDelete="false" role_id="-1" > + <codeoperation parent_id="662" tag="operation_662" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="663" tag="operation_663" canDelete="false" role_id="-1" > + <codeoperation parent_id="663" tag="operation_663" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="664" tag="operation_664" canDelete="false" role_id="-1" > + <codeoperation parent_id="664" tag="operation_664" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="665" tag="operation_665" canDelete="false" role_id="-1" > + <codeoperation parent_id="665" tag="operation_665" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="666" tag="operation_666" canDelete="false" role_id="-1" > + <codeoperation parent_id="666" tag="operation_666" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="667" tag="operation_667" canDelete="false" role_id="-1" > + <codeoperation parent_id="667" tag="operation_667" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="668" tag="operation_668" canDelete="false" role_id="-1" > + <codeoperation parent_id="668" tag="operation_668" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="669" tag="operation_669" canDelete="false" role_id="-1" > + <codeoperation parent_id="669" tag="operation_669" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9089,21 +9089,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; krayonviewiface.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="646" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="646" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="646" tag="hblock_tag_0" canDelete="false" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="646" tag="hblock_tag_0" canDelete="false" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="646" tag="hblock_tag_1" canDelete="false" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="646" tag="hblock_tag_1" canDelete="false" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9111,7 +9111,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="670" tqparent_class="670" fileExt=".cpp" fileName="kisimageiface" > + <classifiercodedocument writeOutCode="true" package="" id="670" parent_class="670" fileExt=".cpp" fileName="kisimageiface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "int.h"&#010;" > <header> @@ -9129,47 +9129,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="671" tag="hblock_tag_0" canDelete="false" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="671" tag="hblock_tag_0" canDelete="false" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="671" tag="hblock_tag_1" canDelete="false" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="671" tag="hblock_tag_1" canDelete="false" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="672" tag="operation_672" canDelete="false" role_id="-1" > + <codeoperation parent_id="672" tag="operation_672" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="674" tag="operation_674" canDelete="false" role_id="-1" > + <codeoperation parent_id="674" tag="operation_674" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="675" tag="operation_675" canDelete="false" role_id="-1" > + <codeoperation parent_id="675" tag="operation_675" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="676" tag="operation_676" canDelete="false" role_id="-1" > + <codeoperation parent_id="676" tag="operation_676" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="677" tag="operation_677" canDelete="false" role_id="-1" > + <codeoperation parent_id="677" tag="operation_677" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="678" tag="operation_678" canDelete="false" role_id="-1" > + <codeoperation parent_id="678" tag="operation_678" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="680" tag="operation_680" canDelete="false" role_id="-1" > + <codeoperation parent_id="680" tag="operation_680" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9181,21 +9181,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimageiface.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:42&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="671" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="671" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="671" tag="hblock_tag_0" canDelete="false" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="671" tag="hblock_tag_0" canDelete="false" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="671" tag="hblock_tag_1" canDelete="false" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="671" tag="hblock_tag_1" canDelete="false" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9203,7 +9203,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="681" tqparent_class="681" fileExt=".cpp" fileName="kisbrush" > + <classifiercodedocument writeOutCode="true" package="" id="681" parent_class="681" fileExt=".cpp" fileName="kisbrush" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisresource.h"&#010;#include "enumbrushtype.h"&#010;" > <header> @@ -9221,217 +9221,217 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="682" tag="hblock_tag_0" canDelete="false" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="682" tag="hblock_tag_0" canDelete="false" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="682" tag="hblock_tag_1" canDelete="false" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="682" tag="hblock_tag_1" canDelete="false" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="683" tag="hblock_tag_2" canDelete="false" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="683" tag="hblock_tag_2" canDelete="false" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="683" tag="hblock_tag_3" canDelete="false" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="683" tag="hblock_tag_3" canDelete="false" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="684" tag="hblock_tag_4" canDelete="false" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="684" tag="hblock_tag_4" canDelete="false" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="684" tag="hblock_tag_5" canDelete="false" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="684" tag="hblock_tag_5" canDelete="false" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="685" tag="hblock_tag_6" canDelete="false" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="685" tag="hblock_tag_6" canDelete="false" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="685" tag="hblock_tag_7" canDelete="false" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="685" tag="hblock_tag_7" canDelete="false" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="686" tag="hblock_tag_8" canDelete="false" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="686" tag="hblock_tag_8" canDelete="false" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="686" tag="hblock_tag_9" canDelete="false" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="686" tag="hblock_tag_9" canDelete="false" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="687" tag="hblock_tag_10" canDelete="false" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="687" tag="hblock_tag_10" canDelete="false" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="687" tag="hblock_tag_11" canDelete="false" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="687" tag="hblock_tag_11" canDelete="false" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="688" tag="hblock_tag_12" canDelete="false" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="688" tag="hblock_tag_12" canDelete="false" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="688" tag="hblock_tag_13" canDelete="false" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="688" tag="hblock_tag_13" canDelete="false" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="689" tag="hblock_tag_14" canDelete="false" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="689" tag="hblock_tag_14" canDelete="false" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="689" tag="hblock_tag_15" canDelete="false" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="689" tag="hblock_tag_15" canDelete="false" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="690" tag="hblock_tag_16" canDelete="false" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="690" tag="hblock_tag_16" canDelete="false" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="690" tag="hblock_tag_17" canDelete="false" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="690" tag="hblock_tag_17" canDelete="false" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="691" tag="hblock_tag_18" canDelete="false" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="691" tag="hblock_tag_18" canDelete="false" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="691" tag="hblock_tag_19" canDelete="false" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="691" tag="hblock_tag_19" canDelete="false" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="692" tag="hblock_tag_20" canDelete="false" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="692" tag="hblock_tag_20" canDelete="false" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="692" tag="hblock_tag_21" canDelete="false" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="692" tag="hblock_tag_21" canDelete="false" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_29" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_29" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="693" tag="operation_693" canDelete="false" role_id="-1" > + <codeoperation parent_id="693" tag="operation_693" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="695" tag="operation_695" canDelete="false" role_id="-1" > + <codeoperation parent_id="695" tag="operation_695" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="699" tag="operation_699" canDelete="false" role_id="-1" > + <codeoperation parent_id="699" tag="operation_699" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="700" tag="operation_700" canDelete="false" role_id="-1" > + <codeoperation parent_id="700" tag="operation_700" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="702" tag="operation_702" canDelete="false" role_id="-1" > + <codeoperation parent_id="702" tag="operation_702" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="703" tag="operation_703" canDelete="false" role_id="-1" > + <codeoperation parent_id="703" tag="operation_703" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="704" tag="operation_704" canDelete="false" role_id="-1" > + <codeoperation parent_id="704" tag="operation_704" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="705" tag="operation_705" canDelete="false" role_id="-1" > + <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&#010;pixels in the brush." /> </header> </codeoperation> - <codeoperation tqparent_id="707" tag="operation_707" canDelete="false" role_id="-1" > + <codeoperation parent_id="707" tag="operation_707" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="708" tag="operation_708" canDelete="false" role_id="-1" > + <codeoperation parent_id="708" tag="operation_708" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="710" tag="operation_710" canDelete="false" role_id="-1" > + <codeoperation parent_id="710" tag="operation_710" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9443,291 +9443,291 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisbrush.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="682" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="682" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="682" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="682" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="682" tag="hblock_tag_0" canDelete="false" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="682" tag="hblock_tag_0" canDelete="false" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="682" tag="hblock_tag_1" canDelete="false" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="682" tag="hblock_tag_1" canDelete="false" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="683" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="683" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="683" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="683" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="683" tag="hblock_tag_2" canDelete="false" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="683" tag="hblock_tag_2" canDelete="false" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="683" tag="hblock_tag_3" canDelete="false" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="683" tag="hblock_tag_3" canDelete="false" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="684" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="684" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="684" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="684" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="684" tag="hblock_tag_4" canDelete="false" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="684" tag="hblock_tag_4" canDelete="false" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="684" tag="hblock_tag_5" canDelete="false" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="684" tag="hblock_tag_5" canDelete="false" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="685" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="685" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="685" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="685" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="685" tag="hblock_tag_6" canDelete="false" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="685" tag="hblock_tag_6" canDelete="false" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="685" tag="hblock_tag_7" canDelete="false" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="685" tag="hblock_tag_7" canDelete="false" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="686" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="686" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="686" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="686" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="686" tag="hblock_tag_8" canDelete="false" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="686" tag="hblock_tag_8" canDelete="false" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="686" tag="hblock_tag_9" canDelete="false" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="686" tag="hblock_tag_9" canDelete="false" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="687" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="687" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="687" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="687" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="687" tag="hblock_tag_10" canDelete="false" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="687" tag="hblock_tag_10" canDelete="false" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="687" tag="hblock_tag_11" canDelete="false" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="687" tag="hblock_tag_11" canDelete="false" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="688" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="688" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="688" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="688" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="688" tag="hblock_tag_12" canDelete="false" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="688" tag="hblock_tag_12" canDelete="false" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="688" tag="hblock_tag_13" canDelete="false" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="688" tag="hblock_tag_13" canDelete="false" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="689" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="689" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="689" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="689" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="689" tag="hblock_tag_14" canDelete="false" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="689" tag="hblock_tag_14" canDelete="false" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="689" tag="hblock_tag_15" canDelete="false" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="689" tag="hblock_tag_15" canDelete="false" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="690" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="690" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="690" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="690" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="690" tag="hblock_tag_16" canDelete="false" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="690" tag="hblock_tag_16" canDelete="false" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="690" tag="hblock_tag_17" canDelete="false" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="690" tag="hblock_tag_17" canDelete="false" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="691" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="691" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="691" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="691" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="691" tag="hblock_tag_18" canDelete="false" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="691" tag="hblock_tag_18" canDelete="false" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="691" tag="hblock_tag_19" canDelete="false" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="691" tag="hblock_tag_19" canDelete="false" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="692" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="692" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="692" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="692" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="692" tag="hblock_tag_20" canDelete="false" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="692" tag="hblock_tag_20" canDelete="false" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="692" tag="hblock_tag_21" canDelete="false" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="692" tag="hblock_tag_21" canDelete="false" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1769" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1769" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1769" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1769" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2368" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2368" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2368" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2368" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_27" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_28" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_29" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_29" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9735,7 +9735,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="711" tqparent_class="711" fileExt=".cpp" fileName="kisbackground" > + <classifiercodedocument writeOutCode="true" package="" id="711" parent_class="711" fileExt=".cpp" fileName="kisbackground" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;" > <header> @@ -9753,17 +9753,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="712" tag="operation_712" canDelete="false" role_id="-1" > + <codeoperation parent_id="712" tag="operation_712" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="716" tag="operation_716" canDelete="false" role_id="-1" > + <codeoperation parent_id="716" tag="operation_716" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="719" tag="operation_719" canDelete="false" role_id="-1" > + <codeoperation parent_id="719" tag="operation_719" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9776,7 +9776,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="720" tqparent_class="720" fileExt=".cpp" fileName="enumbrushtype" > + <classifiercodedocument writeOutCode="true" package="" id="720" parent_class="720" fileExt=".cpp" fileName="enumbrushtype" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -9794,27 +9794,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9826,36 +9826,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; enumbrushtype.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1742" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1742" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1742" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1742" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9863,7 +9863,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="727" tqparent_class="727" fileExt=".cpp" fileName="kiscommand" > + <classifiercodedocument writeOutCode="true" package="" id="727" parent_class="727" fileExt=".cpp" fileName="kiscommand" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -9881,57 +9881,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="728" tag="hblock_tag_0" canDelete="false" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="728" tag="hblock_tag_0" canDelete="false" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="728" tag="hblock_tag_1" canDelete="false" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="728" tag="hblock_tag_1" canDelete="false" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="729" tag="hblock_tag_2" canDelete="false" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="729" tag="hblock_tag_2" canDelete="false" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="729" tag="hblock_tag_3" canDelete="false" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="729" tag="hblock_tag_3" canDelete="false" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="730" tag="operation_730" canDelete="false" role_id="-1" > + <codeoperation parent_id="730" tag="operation_730" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="732" tag="operation_732" canDelete="false" role_id="-1" > + <codeoperation parent_id="732" tag="operation_732" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="735" tag="operation_735" canDelete="false" role_id="-1" > + <codeoperation parent_id="735" tag="operation_735" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="736" tag="operation_736" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="736" tag="operation_736" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="737" tag="operation_737" canDelete="false" role_id="-1" > + <codeoperation parent_id="737" tag="operation_737" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="738" tag="operation_738" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="738" tag="operation_738" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="739" tag="operation_739" canDelete="false" role_id="-1" > + <codeoperation parent_id="739" tag="operation_739" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9943,41 +9943,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kiscommand.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="728" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="728" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="728" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="728" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="728" tag="hblock_tag_0" canDelete="false" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="728" tag="hblock_tag_0" canDelete="false" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="728" tag="hblock_tag_1" canDelete="false" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="728" tag="hblock_tag_1" canDelete="false" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="729" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="729" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="729" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="729" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="729" tag="hblock_tag_2" canDelete="false" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="729" tag="hblock_tag_2" canDelete="false" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="729" tag="hblock_tag_3" canDelete="false" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="729" tag="hblock_tag_3" canDelete="false" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -9985,7 +9985,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="740" tqparent_class="740" fileExt=".cpp" fileName="kisguide" > + <classifiercodedocument writeOutCode="true" package="" id="740" parent_class="740" fileExt=".cpp" fileName="kisguide" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "double.h"&#010;" > <header> @@ -10003,62 +10003,62 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="741" tag="hblock_tag_0" canDelete="false" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="741" tag="hblock_tag_0" canDelete="false" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="741" tag="hblock_tag_1" canDelete="false" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="741" tag="hblock_tag_1" canDelete="false" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="742" tag="hblock_tag_2" canDelete="false" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="742" tag="hblock_tag_2" canDelete="false" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="742" tag="hblock_tag_3" canDelete="false" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="742" tag="hblock_tag_3" canDelete="false" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="743" tag="hblock_tag_4" canDelete="false" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="743" tag="hblock_tag_4" canDelete="false" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="743" tag="hblock_tag_5" canDelete="false" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="743" tag="hblock_tag_5" canDelete="false" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="744" tag="hblock_tag_6" canDelete="false" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="744" tag="hblock_tag_6" canDelete="false" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="744" tag="hblock_tag_7" canDelete="false" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="744" tag="hblock_tag_7" canDelete="false" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="745" tag="operation_745" canDelete="false" role_id="-1" > + <codeoperation parent_id="745" tag="operation_745" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="747" tag="operation_747" canDelete="false" role_id="-1" > + <codeoperation parent_id="747" tag="operation_747" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="748" tag="operation_748" canDelete="false" role_id="-1" > + <codeoperation parent_id="748" tag="operation_748" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="749" tag="operation_749" canDelete="false" role_id="-1" > + <codeoperation parent_id="749" tag="operation_749" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -10070,81 +10070,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisguide.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="741" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="741" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="741" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="741" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="741" tag="hblock_tag_0" canDelete="false" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="741" tag="hblock_tag_0" canDelete="false" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="741" tag="hblock_tag_1" canDelete="false" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="741" tag="hblock_tag_1" canDelete="false" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="742" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="742" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="742" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="742" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="742" tag="hblock_tag_2" canDelete="false" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="742" tag="hblock_tag_2" canDelete="false" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="742" tag="hblock_tag_3" canDelete="false" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="742" tag="hblock_tag_3" canDelete="false" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="743" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="743" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="743" tag="hblock_tag_4" canDelete="false" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="743" tag="hblock_tag_4" canDelete="false" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="743" tag="hblock_tag_5" canDelete="false" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="743" tag="hblock_tag_5" canDelete="false" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="744" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="744" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="744" tag="hblock_tag_6" canDelete="false" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="744" tag="hblock_tag_6" canDelete="false" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="744" tag="hblock_tag_7" canDelete="false" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="744" tag="hblock_tag_7" canDelete="false" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -10152,7 +10152,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="750" tqparent_class="750" fileExt=".cpp" fileName="kiscanvascontrollerinterface" > + <classifiercodedocument writeOutCode="true" package="" id="750" parent_class="750" fileExt=".cpp" fileName="kiscanvascontrollerinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -10170,102 +10170,102 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="751" tag="operation_751" canDelete="false" role_id="-1" > + <codeoperation parent_id="751" tag="operation_751" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="753" tag="operation_753" canDelete="false" role_id="-1" > + <codeoperation parent_id="753" tag="operation_753" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="754" tag="operation_754" canDelete="false" role_id="-1" > + <codeoperation parent_id="754" tag="operation_754" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="756" tag="operation_756" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="756" tag="operation_756" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="757" tag="operation_757" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="757" tag="operation_757" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="758" tag="operation_758" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="758" tag="operation_758" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="759" tag="operation_759" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="759" tag="operation_759" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="764" tag="operation_764" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="764" tag="operation_764" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="766" tag="operation_766" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="766" tag="operation_766" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="767" tag="operation_767" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="767" tag="operation_767" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="770" tag="operation_770" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="770" tag="operation_770" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="772" tag="operation_772" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="772" tag="operation_772" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="774" tag="operation_774" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="774" tag="operation_774" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="777" tag="operation_777" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="777" tag="operation_777" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="779" tag="operation_779" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="779" tag="operation_779" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="781" tag="operation_781" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="781" tag="operation_781" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="782" tag="operation_782" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="782" tag="operation_782" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="785" tag="operation_785" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="785" tag="operation_785" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="786" tag="operation_786" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="786" tag="operation_786" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="789" tag="operation_789" canDelete="false" role_id="-1" > + <codeoperation parent_id="789" tag="operation_789" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -10278,7 +10278,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="790" tqparent_class="790" fileExt=".cpp" fileName="kisguidemgr" > + <classifiercodedocument writeOutCode="true" package="" id="790" parent_class="790" fileExt=".cpp" fileName="kisguidemgr" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisguidesp.h"&#010;#include "double.h"&#010;#include "bool.h"&#010;#include "vkisguidesp.h"&#010;" > <header> @@ -10296,252 +10296,252 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="791" tag="hblock_tag_0" canDelete="false" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="791" tag="hblock_tag_0" canDelete="false" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="791" tag="hblock_tag_1" canDelete="false" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="791" tag="hblock_tag_1" canDelete="false" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="792" tag="hblock_tag_2" canDelete="false" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="792" tag="hblock_tag_2" canDelete="false" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="792" tag="hblock_tag_3" canDelete="false" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="792" tag="hblock_tag_3" canDelete="false" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="793" tag="hblock_tag_4" canDelete="false" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="793" tag="hblock_tag_4" canDelete="false" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="793" tag="hblock_tag_5" canDelete="false" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="793" tag="hblock_tag_5" canDelete="false" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="794" tag="hblock_tag_6" canDelete="false" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="794" tag="hblock_tag_6" canDelete="false" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="794" tag="hblock_tag_7" canDelete="false" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="794" tag="hblock_tag_7" canDelete="false" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="795" tag="hblock_tag_8" canDelete="false" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="795" tag="hblock_tag_8" canDelete="false" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="795" tag="hblock_tag_9" canDelete="false" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="795" tag="hblock_tag_9" canDelete="false" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="796" tag="hblock_tag_10" canDelete="false" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="796" tag="hblock_tag_10" canDelete="false" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="796" tag="hblock_tag_11" canDelete="false" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="796" tag="hblock_tag_11" canDelete="false" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="797" tag="hblock_tag_12" canDelete="false" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="797" tag="hblock_tag_12" canDelete="false" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="797" tag="hblock_tag_13" canDelete="false" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="797" tag="hblock_tag_13" canDelete="false" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="798" tag="hblock_tag_14" canDelete="false" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="798" tag="hblock_tag_14" canDelete="false" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="798" tag="hblock_tag_15" canDelete="false" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="798" tag="hblock_tag_15" canDelete="false" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="799" tag="hblock_tag_16" canDelete="false" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="799" tag="hblock_tag_16" canDelete="false" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="799" tag="hblock_tag_17" canDelete="false" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="799" tag="hblock_tag_17" canDelete="false" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="800" tag="hblock_tag_18" canDelete="false" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="800" tag="hblock_tag_18" canDelete="false" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="800" tag="hblock_tag_19" canDelete="false" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="800" tag="hblock_tag_19" canDelete="false" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="801" tag="hblock_tag_20" canDelete="false" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="801" tag="hblock_tag_20" canDelete="false" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="801" tag="hblock_tag_21" canDelete="false" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="801" tag="hblock_tag_21" canDelete="false" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="802" tag="operation_802" canDelete="false" role_id="-1" > + <codeoperation parent_id="802" tag="operation_802" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="803" tag="operation_803" canDelete="false" role_id="-1" > + <codeoperation parent_id="803" tag="operation_803" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="806" tag="operation_806" canDelete="false" role_id="-1" > + <codeoperation parent_id="806" tag="operation_806" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="812" tag="operation_812" canDelete="false" role_id="-1" > + <codeoperation parent_id="812" tag="operation_812" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="816" tag="operation_816" canDelete="false" role_id="-1" > + <codeoperation parent_id="816" tag="operation_816" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="819" tag="operation_819" canDelete="false" role_id="-1" > + <codeoperation parent_id="819" tag="operation_819" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="822" tag="operation_822" canDelete="false" role_id="-1" > + <codeoperation parent_id="822" tag="operation_822" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="823" tag="operation_823" canDelete="false" role_id="-1" > + <codeoperation parent_id="823" tag="operation_823" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="825" tag="operation_825" canDelete="false" role_id="-1" > + <codeoperation parent_id="825" tag="operation_825" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="827" tag="operation_827" canDelete="false" role_id="-1" > + <codeoperation parent_id="827" tag="operation_827" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="829" tag="operation_829" canDelete="false" role_id="-1" > + <codeoperation parent_id="829" tag="operation_829" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="835" tag="operation_835" canDelete="false" role_id="-1" > + <codeoperation parent_id="835" tag="operation_835" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="837" tag="operation_837" canDelete="false" role_id="-1" > + <codeoperation parent_id="837" tag="operation_837" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="838" tag="operation_838" canDelete="false" role_id="-1" > + <codeoperation parent_id="838" tag="operation_838" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="839" tag="operation_839" canDelete="false" role_id="-1" > + <codeoperation parent_id="839" tag="operation_839" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="841" tag="operation_841" canDelete="false" role_id="-1" > + <codeoperation parent_id="841" tag="operation_841" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="846" tag="operation_846" canDelete="false" role_id="-1" > + <codeoperation parent_id="846" tag="operation_846" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="848" tag="operation_848" canDelete="false" role_id="-1" > + <codeoperation parent_id="848" tag="operation_848" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="850" tag="operation_850" canDelete="false" role_id="-1" > + <codeoperation parent_id="850" tag="operation_850" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="851" tag="operation_851" canDelete="false" role_id="-1" > + <codeoperation parent_id="851" tag="operation_851" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="852" tag="operation_852" canDelete="false" role_id="-1" > + <codeoperation parent_id="852" tag="operation_852" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="854" tag="operation_854" canDelete="false" role_id="-1" > + <codeoperation parent_id="854" tag="operation_854" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="855" tag="operation_855" canDelete="false" role_id="-1" > + <codeoperation parent_id="855" tag="operation_855" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -10553,256 +10553,256 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisguidemgr.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="791" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="791" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="791" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="791" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="791" tag="hblock_tag_0" canDelete="false" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="791" tag="hblock_tag_0" canDelete="false" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="791" tag="hblock_tag_1" canDelete="false" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="791" tag="hblock_tag_1" canDelete="false" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="792" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="792" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="792" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="792" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="792" tag="hblock_tag_2" canDelete="false" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="792" tag="hblock_tag_2" canDelete="false" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="792" tag="hblock_tag_3" canDelete="false" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="792" tag="hblock_tag_3" canDelete="false" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="793" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="793" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="793" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="793" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="793" tag="hblock_tag_4" canDelete="false" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="793" tag="hblock_tag_4" canDelete="false" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="793" tag="hblock_tag_5" canDelete="false" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="793" tag="hblock_tag_5" canDelete="false" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="794" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="794" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="794" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="794" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="794" tag="hblock_tag_6" canDelete="false" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="794" tag="hblock_tag_6" canDelete="false" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="794" tag="hblock_tag_7" canDelete="false" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="794" tag="hblock_tag_7" canDelete="false" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="795" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="795" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="795" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="795" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="795" tag="hblock_tag_8" canDelete="false" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="795" tag="hblock_tag_8" canDelete="false" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="795" tag="hblock_tag_9" canDelete="false" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="795" tag="hblock_tag_9" canDelete="false" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="796" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="796" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="796" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="796" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="796" tag="hblock_tag_10" canDelete="false" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="796" tag="hblock_tag_10" canDelete="false" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="796" tag="hblock_tag_11" canDelete="false" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="796" tag="hblock_tag_11" canDelete="false" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="797" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="797" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="797" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="797" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="797" tag="hblock_tag_12" canDelete="false" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="797" tag="hblock_tag_12" canDelete="false" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="797" tag="hblock_tag_13" canDelete="false" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="797" tag="hblock_tag_13" canDelete="false" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="798" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="798" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="798" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="798" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="798" tag="hblock_tag_14" canDelete="false" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="798" tag="hblock_tag_14" canDelete="false" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="798" tag="hblock_tag_15" canDelete="false" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="798" tag="hblock_tag_15" canDelete="false" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="799" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="799" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="799" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="799" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="799" tag="hblock_tag_16" canDelete="false" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="799" tag="hblock_tag_16" canDelete="false" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="799" tag="hblock_tag_17" canDelete="false" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="799" tag="hblock_tag_17" canDelete="false" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="800" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="800" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="800" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="800" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="800" tag="hblock_tag_18" canDelete="false" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="800" tag="hblock_tag_18" canDelete="false" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="800" tag="hblock_tag_19" canDelete="false" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="800" tag="hblock_tag_19" canDelete="false" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="801" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="801" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="801" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="801" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="801" tag="hblock_tag_20" canDelete="false" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="801" tag="hblock_tag_20" canDelete="false" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="801" tag="hblock_tag_21" canDelete="false" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="801" tag="hblock_tag_21" canDelete="false" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1270" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1270" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1270" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1270" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -10810,7 +10810,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="856" tqparent_class="856" fileExt=".cpp" fileName="kisgradient" > + <classifiercodedocument writeOutCode="true" package="" id="856" parent_class="856" fileExt=".cpp" fileName="kisgradient" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "int.h"&#010;" > <header> @@ -10828,162 +10828,162 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="857" tag="hblock_tag_0" canDelete="false" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="857" tag="hblock_tag_0" canDelete="false" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="857" tag="hblock_tag_1" canDelete="false" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="857" tag="hblock_tag_1" canDelete="false" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="858" tag="hblock_tag_2" canDelete="false" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="858" tag="hblock_tag_2" canDelete="false" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="858" tag="hblock_tag_3" canDelete="false" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="858" tag="hblock_tag_3" canDelete="false" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="859" tag="hblock_tag_4" canDelete="false" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="859" tag="hblock_tag_4" canDelete="false" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="859" tag="hblock_tag_5" canDelete="false" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="859" tag="hblock_tag_5" canDelete="false" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_6" canDelete="false" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_6" canDelete="false" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_7" canDelete="false" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_7" canDelete="false" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="861" tag="operation_861" canDelete="false" role_id="-1" > + <codeoperation parent_id="861" tag="operation_861" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="862" tag="operation_862" canDelete="false" role_id="-1" > + <codeoperation parent_id="862" tag="operation_862" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="865" tag="operation_865" canDelete="false" role_id="-1" > + <codeoperation parent_id="865" tag="operation_865" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="869" tag="operation_869" canDelete="false" role_id="-1" > + <codeoperation parent_id="869" tag="operation_869" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="875" tag="operation_875" canDelete="false" role_id="-1" > + <codeoperation parent_id="875" tag="operation_875" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="876" tag="operation_876" canDelete="false" role_id="-1" > + <codeoperation parent_id="876" tag="operation_876" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="879" tag="operation_879" canDelete="false" role_id="-1" > + <codeoperation parent_id="879" tag="operation_879" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="883" tag="operation_883" canDelete="false" role_id="-1" > + <codeoperation parent_id="883" tag="operation_883" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="887" tag="operation_887" canDelete="false" role_id="-1" > + <codeoperation parent_id="887" tag="operation_887" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="891" tag="operation_891" canDelete="false" role_id="-1" > + <codeoperation parent_id="891" tag="operation_891" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="897" tag="operation_897" canDelete="false" role_id="-1" > + <codeoperation parent_id="897" tag="operation_897" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="899" tag="operation_899" canDelete="false" role_id="-1" > + <codeoperation parent_id="899" tag="operation_899" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="900" tag="operation_900" canDelete="false" role_id="-1" > + <codeoperation parent_id="900" tag="operation_900" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="901" tag="operation_901" canDelete="false" role_id="-1" > + <codeoperation parent_id="901" tag="operation_901" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -10995,151 +10995,151 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisgradient.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="857" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="857" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="857" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="857" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="857" tag="hblock_tag_0" canDelete="false" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="857" tag="hblock_tag_0" canDelete="false" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="857" tag="hblock_tag_1" canDelete="false" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="857" tag="hblock_tag_1" canDelete="false" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="858" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="858" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="858" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="858" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="858" tag="hblock_tag_2" canDelete="false" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="858" tag="hblock_tag_2" canDelete="false" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="858" tag="hblock_tag_3" canDelete="false" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="858" tag="hblock_tag_3" canDelete="false" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="859" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="859" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="859" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="859" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="859" tag="hblock_tag_4" canDelete="false" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="859" tag="hblock_tag_4" canDelete="false" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="859" tag="hblock_tag_5" canDelete="false" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="859" tag="hblock_tag_5" canDelete="false" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="860" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="860" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_6" canDelete="false" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_6" canDelete="false" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_7" canDelete="false" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_7" canDelete="false" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1776" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1776" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1776" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1776" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2385" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2385" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2385" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2385" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -11147,7 +11147,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="902" tqparent_class="902" fileExt=".cpp" fileName="kisdoc" > + <classifiercodedocument writeOutCode="true" package="" id="902" parent_class="902" fileExt=".cpp" fileName="kisdoc" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "kisimagesp.h"&#010;#include "kisselectionsp.h"&#010;#include "kislayersp.h"&#010;#include "compositeop.h"&#010;#include "quantum.h"&#010;#include "enumimgtype.h"&#010;#include "kischannelsp.h"&#010;#include "double.h"&#010;#include "kisstrategycolorspacemap.h"&#010;#include "vkisimagesp.h"&#010;" > <header> @@ -11165,432 +11165,432 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="903" tag="hblock_tag_0" canDelete="false" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="903" tag="hblock_tag_0" canDelete="false" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="903" tag="hblock_tag_1" canDelete="false" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="903" tag="hblock_tag_1" canDelete="false" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="904" tag="hblock_tag_2" canDelete="false" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="904" tag="hblock_tag_2" canDelete="false" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="904" tag="hblock_tag_3" canDelete="false" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="904" tag="hblock_tag_3" canDelete="false" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="905" tag="hblock_tag_4" canDelete="false" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="905" tag="hblock_tag_4" canDelete="false" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="905" tag="hblock_tag_5" canDelete="false" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="905" tag="hblock_tag_5" canDelete="false" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="906" tag="hblock_tag_6" canDelete="false" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="906" tag="hblock_tag_6" canDelete="false" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="906" tag="hblock_tag_7" canDelete="false" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="906" tag="hblock_tag_7" canDelete="false" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="907" tag="hblock_tag_8" canDelete="false" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="907" tag="hblock_tag_8" canDelete="false" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="907" tag="hblock_tag_9" canDelete="false" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="907" tag="hblock_tag_9" canDelete="false" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="908" tag="hblock_tag_10" canDelete="false" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="908" tag="hblock_tag_10" canDelete="false" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="908" tag="hblock_tag_11" canDelete="false" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="908" tag="hblock_tag_11" canDelete="false" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="909" tag="hblock_tag_12" canDelete="false" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="909" tag="hblock_tag_12" canDelete="false" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="909" tag="hblock_tag_13" canDelete="false" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="909" tag="hblock_tag_13" canDelete="false" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="910" tag="hblock_tag_14" canDelete="false" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="910" tag="hblock_tag_14" canDelete="false" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="910" tag="hblock_tag_15" canDelete="false" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="910" tag="hblock_tag_15" canDelete="false" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="911" tag="hblock_tag_16" canDelete="false" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="911" tag="hblock_tag_16" canDelete="false" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="911" tag="hblock_tag_17" canDelete="false" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="911" tag="hblock_tag_17" canDelete="false" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="912" tag="hblock_tag_18" canDelete="false" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="912" tag="hblock_tag_18" canDelete="false" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="912" tag="hblock_tag_19" canDelete="false" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="912" tag="hblock_tag_19" canDelete="false" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="913" tag="hblock_tag_20" canDelete="false" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="913" tag="hblock_tag_20" canDelete="false" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="913" tag="hblock_tag_21" canDelete="false" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="913" tag="hblock_tag_21" canDelete="false" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="914" tag="operation_914" canDelete="false" role_id="-1" > + <codeoperation parent_id="914" tag="operation_914" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="920" tag="operation_920" canDelete="false" role_id="-1" > + <codeoperation parent_id="920" tag="operation_920" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="922" tag="operation_922" canDelete="false" role_id="-1" > + <codeoperation parent_id="922" tag="operation_922" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="924" tag="operation_924" canDelete="false" role_id="-1" > + <codeoperation parent_id="924" tag="operation_924" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="926" tag="operation_926" canDelete="false" role_id="-1" > + <codeoperation parent_id="926" tag="operation_926" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="927" tag="operation_927" canDelete="false" role_id="-1" > + <codeoperation parent_id="927" tag="operation_927" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="929" tag="operation_929" canDelete="false" role_id="-1" > + <codeoperation parent_id="929" tag="operation_929" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="931" tag="operation_931" canDelete="false" role_id="-1" > + <codeoperation parent_id="931" tag="operation_931" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="933" tag="operation_933" canDelete="false" role_id="-1" > + <codeoperation parent_id="933" tag="operation_933" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="936" tag="operation_936" canDelete="false" role_id="-1" > + <codeoperation parent_id="936" tag="operation_936" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="937" tag="operation_937" canDelete="false" role_id="-1" > + <codeoperation parent_id="937" tag="operation_937" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="938" tag="operation_938" canDelete="false" role_id="-1" > + <codeoperation parent_id="938" tag="operation_938" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="939" tag="operation_939" canDelete="false" role_id="-1" > + <codeoperation parent_id="939" tag="operation_939" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="941" tag="operation_941" canDelete="false" role_id="-1" > + <codeoperation parent_id="941" tag="operation_941" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="943" tag="operation_943" canDelete="false" role_id="-1" > + <codeoperation parent_id="943" tag="operation_943" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="945" tag="operation_945" canDelete="false" role_id="-1" > + <codeoperation parent_id="945" tag="operation_945" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="946" tag="operation_946" canDelete="false" role_id="-1" > + <codeoperation parent_id="946" tag="operation_946" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="948" tag="operation_948" canDelete="false" role_id="-1" > + <codeoperation parent_id="948" tag="operation_948" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="949" tag="operation_949" canDelete="false" role_id="-1" > + <codeoperation parent_id="949" tag="operation_949" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="950" tag="operation_950" canDelete="false" role_id="-1" > + <codeoperation parent_id="950" tag="operation_950" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="951" tag="operation_951" canDelete="false" role_id="-1" > + <codeoperation parent_id="951" tag="operation_951" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="952" tag="operation_952" canDelete="false" role_id="-1" > + <codeoperation parent_id="952" tag="operation_952" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="956" tag="operation_956" canDelete="false" role_id="-1" > + <codeoperation parent_id="956" tag="operation_956" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="965" tag="operation_965" canDelete="false" role_id="-1" > + <codeoperation parent_id="965" tag="operation_965" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="971" tag="operation_971" canDelete="false" role_id="-1" > + <codeoperation parent_id="971" tag="operation_971" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="975" tag="operation_975" canDelete="false" role_id="-1" > + <codeoperation parent_id="975" tag="operation_975" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="978" tag="operation_978" canDelete="false" role_id="-1" > + <codeoperation parent_id="978" tag="operation_978" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="981" tag="operation_981" canDelete="false" role_id="-1" > + <codeoperation parent_id="981" tag="operation_981" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="984" tag="operation_984" canDelete="false" role_id="-1" > + <codeoperation parent_id="984" tag="operation_984" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="987" tag="operation_987" canDelete="false" role_id="-1" > + <codeoperation parent_id="987" tag="operation_987" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="990" tag="operation_990" canDelete="false" role_id="-1" > + <codeoperation parent_id="990" tag="operation_990" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="993" tag="operation_993" canDelete="false" role_id="-1" > + <codeoperation parent_id="993" tag="operation_993" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="995" tag="operation_995" canDelete="false" role_id="-1" > + <codeoperation parent_id="995" tag="operation_995" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="998" tag="operation_998" canDelete="false" role_id="-1" > + <codeoperation parent_id="998" tag="operation_998" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1001" tag="operation_1001" canDelete="false" role_id="-1" > + <codeoperation parent_id="1001" tag="operation_1001" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1004" tag="operation_1004" canDelete="false" role_id="-1" > + <codeoperation parent_id="1004" tag="operation_1004" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1005" tag="operation_1005" canDelete="false" role_id="-1" > + <codeoperation parent_id="1005" tag="operation_1005" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1007" tag="operation_1007" canDelete="false" role_id="-1" > + <codeoperation parent_id="1007" tag="operation_1007" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1012" tag="operation_1012" canDelete="false" role_id="-1" > + <codeoperation parent_id="1012" tag="operation_1012" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1013" tag="operation_1013" canDelete="false" role_id="-1" > + <codeoperation parent_id="1013" tag="operation_1013" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1014" tag="operation_1014" canDelete="false" role_id="-1" > + <codeoperation parent_id="1014" tag="operation_1014" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1020" tag="operation_1020" canDelete="false" role_id="-1" > + <codeoperation parent_id="1020" tag="operation_1020" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1021" tag="operation_1021" canDelete="false" role_id="-1" > + <codeoperation parent_id="1021" tag="operation_1021" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1023" tag="operation_1023" canDelete="false" role_id="-1" > + <codeoperation parent_id="1023" tag="operation_1023" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1025" tag="operation_1025" canDelete="false" role_id="-1" > + <codeoperation parent_id="1025" tag="operation_1025" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1028" tag="operation_1028" canDelete="false" role_id="-1" > + <codeoperation parent_id="1028" tag="operation_1028" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1031" tag="operation_1031" canDelete="false" role_id="-1" > + <codeoperation parent_id="1031" tag="operation_1031" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1034" tag="operation_1034" canDelete="false" role_id="-1" > + <codeoperation parent_id="1034" tag="operation_1034" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1037" tag="operation_1037" canDelete="false" role_id="-1" > + <codeoperation parent_id="1037" tag="operation_1037" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1038" tag="operation_1038" canDelete="false" role_id="-1" > + <codeoperation parent_id="1038" tag="operation_1038" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1040" tag="operation_1040" canDelete="false" role_id="-1" > + <codeoperation parent_id="1040" tag="operation_1040" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1046" tag="operation_1046" canDelete="false" role_id="-1" > + <codeoperation parent_id="1046" tag="operation_1046" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1048" tag="operation_1048" canDelete="false" role_id="-1" > + <codeoperation parent_id="1048" tag="operation_1048" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1050" tag="operation_1050" canDelete="false" role_id="-1" > + <codeoperation parent_id="1050" tag="operation_1050" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1052" tag="operation_1052" canDelete="false" role_id="-1" > + <codeoperation parent_id="1052" tag="operation_1052" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1054" tag="operation_1054" canDelete="false" role_id="-1" > + <codeoperation parent_id="1054" tag="operation_1054" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1055" tag="operation_1055" canDelete="false" role_id="-1" > + <codeoperation parent_id="1055" tag="operation_1055" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1056" tag="operation_1056" canDelete="false" role_id="-1" > + <codeoperation parent_id="1056" tag="operation_1056" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1057" tag="operation_1057" canDelete="false" role_id="-1" > + <codeoperation parent_id="1057" tag="operation_1057" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -11602,256 +11602,256 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisdoc.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="903" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="903" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="903" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="903" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="903" tag="hblock_tag_0" canDelete="false" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="903" tag="hblock_tag_0" canDelete="false" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="903" tag="hblock_tag_1" canDelete="false" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="903" tag="hblock_tag_1" canDelete="false" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="904" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="904" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="904" tag="hblock_tag_2" canDelete="false" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="904" tag="hblock_tag_2" canDelete="false" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="904" tag="hblock_tag_3" canDelete="false" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="904" tag="hblock_tag_3" canDelete="false" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="905" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="905" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="905" tag="hblock_tag_4" canDelete="false" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="905" tag="hblock_tag_4" canDelete="false" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="905" tag="hblock_tag_5" canDelete="false" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="905" tag="hblock_tag_5" canDelete="false" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="906" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="906" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="906" tag="hblock_tag_6" canDelete="false" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="906" tag="hblock_tag_6" canDelete="false" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="906" tag="hblock_tag_7" canDelete="false" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="906" tag="hblock_tag_7" canDelete="false" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="907" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="907" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="907" tag="hblock_tag_8" canDelete="false" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="907" tag="hblock_tag_8" canDelete="false" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="907" tag="hblock_tag_9" canDelete="false" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="907" tag="hblock_tag_9" canDelete="false" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="908" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="908" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="908" tag="hblock_tag_10" canDelete="false" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="908" tag="hblock_tag_10" canDelete="false" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="908" tag="hblock_tag_11" canDelete="false" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="908" tag="hblock_tag_11" canDelete="false" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="909" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="909" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="909" tag="hblock_tag_12" canDelete="false" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="909" tag="hblock_tag_12" canDelete="false" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="909" tag="hblock_tag_13" canDelete="false" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="909" tag="hblock_tag_13" canDelete="false" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="910" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="910" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="910" tag="hblock_tag_14" canDelete="false" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="910" tag="hblock_tag_14" canDelete="false" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="910" tag="hblock_tag_15" canDelete="false" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="910" tag="hblock_tag_15" canDelete="false" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="911" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="911" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="911" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="911" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="911" tag="hblock_tag_16" canDelete="false" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="911" tag="hblock_tag_16" canDelete="false" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="911" tag="hblock_tag_17" canDelete="false" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="911" tag="hblock_tag_17" canDelete="false" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="912" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="912" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="912" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="912" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="912" tag="hblock_tag_18" canDelete="false" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="912" tag="hblock_tag_18" canDelete="false" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="912" tag="hblock_tag_19" canDelete="false" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="912" tag="hblock_tag_19" canDelete="false" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="913" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="913" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="913" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="913" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="913" tag="hblock_tag_20" canDelete="false" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="913" tag="hblock_tag_20" canDelete="false" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="913" tag="hblock_tag_21" canDelete="false" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="913" tag="hblock_tag_21" canDelete="false" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2382" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2382" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2382" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2382" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_26" canDelete="false" writeOutText="false" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -11859,7 +11859,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1058" tqparent_class="1058" fileExt=".cpp" fileName="kiscursor" > + <classifiercodedocument writeOutCode="true" package="" id="1058" parent_class="1058" fileExt=".cpp" fileName="kiscursor" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -11877,132 +11877,132 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1059" tag="operation_1059" canDelete="false" role_id="-1" > + <codeoperation parent_id="1059" tag="operation_1059" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1060" tag="operation_1060" canDelete="false" role_id="-1" > + <codeoperation parent_id="1060" tag="operation_1060" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1061" tag="operation_1061" canDelete="false" role_id="-1" > + <codeoperation parent_id="1061" tag="operation_1061" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1062" tag="operation_1062" canDelete="false" role_id="-1" > + <codeoperation parent_id="1062" tag="operation_1062" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1063" tag="operation_1063" canDelete="false" role_id="-1" > + <codeoperation parent_id="1063" tag="operation_1063" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1064" tag="operation_1064" canDelete="false" role_id="-1" > + <codeoperation parent_id="1064" tag="operation_1064" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1065" tag="operation_1065" canDelete="false" role_id="-1" > + <codeoperation parent_id="1065" tag="operation_1065" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1066" tag="operation_1066" canDelete="false" role_id="-1" > + <codeoperation parent_id="1066" tag="operation_1066" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1067" tag="operation_1067" canDelete="false" role_id="-1" > + <codeoperation parent_id="1067" tag="operation_1067" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1068" tag="operation_1068" canDelete="false" role_id="-1" > + <codeoperation parent_id="1068" tag="operation_1068" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1069" tag="operation_1069" canDelete="false" role_id="-1" > + <codeoperation parent_id="1069" tag="operation_1069" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1070" tag="operation_1070" canDelete="false" role_id="-1" > + <codeoperation parent_id="1070" tag="operation_1070" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1071" tag="operation_1071" canDelete="false" role_id="-1" > + <codeoperation parent_id="1071" tag="operation_1071" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1072" tag="operation_1072" canDelete="false" role_id="-1" > + <codeoperation parent_id="1072" tag="operation_1072" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1073" tag="operation_1073" canDelete="false" role_id="-1" > + <codeoperation parent_id="1073" tag="operation_1073" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1074" tag="operation_1074" canDelete="false" role_id="-1" > + <codeoperation parent_id="1074" tag="operation_1074" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1075" tag="operation_1075" canDelete="false" role_id="-1" > + <codeoperation parent_id="1075" tag="operation_1075" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1076" tag="operation_1076" canDelete="false" role_id="-1" > + <codeoperation parent_id="1076" tag="operation_1076" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1077" tag="operation_1077" canDelete="false" role_id="-1" > + <codeoperation parent_id="1077" tag="operation_1077" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1078" tag="operation_1078" canDelete="false" role_id="-1" > + <codeoperation parent_id="1078" tag="operation_1078" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1079" tag="operation_1079" canDelete="false" role_id="-1" > + <codeoperation parent_id="1079" tag="operation_1079" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1080" tag="operation_1080" canDelete="false" role_id="-1" > + <codeoperation parent_id="1080" tag="operation_1080" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1081" tag="operation_1081" canDelete="false" role_id="-1" > + <codeoperation parent_id="1081" tag="operation_1081" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1082" tag="operation_1082" canDelete="false" role_id="-1" > + <codeoperation parent_id="1082" tag="operation_1082" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1083" tag="operation_1083" canDelete="false" role_id="-1" > + <codeoperation parent_id="1083" tag="operation_1083" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1084" tag="operation_1084" canDelete="false" role_id="-1" > + <codeoperation parent_id="1084" tag="operation_1084" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12015,7 +12015,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1085" tqparent_class="1085" fileExt=".cpp" fileName="kisconfig" > + <classifiercodedocument writeOutCode="true" package="" id="1085" parent_class="1085" fileExt=".cpp" fileName="kisconfig" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -12033,72 +12033,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1086" tag="hblock_tag_0" canDelete="false" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1086" tag="hblock_tag_0" canDelete="false" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1086" tag="hblock_tag_1" canDelete="false" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1086" tag="hblock_tag_1" canDelete="false" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1087" tag="operation_1087" canDelete="false" role_id="-1" > + <codeoperation parent_id="1087" tag="operation_1087" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1089" tag="operation_1089" canDelete="false" role_id="-1" > + <codeoperation parent_id="1089" tag="operation_1089" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1090" tag="operation_1090" canDelete="false" role_id="-1" > + <codeoperation parent_id="1090" tag="operation_1090" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1092" tag="operation_1092" canDelete="false" role_id="-1" > + <codeoperation parent_id="1092" tag="operation_1092" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1093" tag="operation_1093" canDelete="false" role_id="-1" > + <codeoperation parent_id="1093" tag="operation_1093" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1094" tag="operation_1094" canDelete="false" role_id="-1" > + <codeoperation parent_id="1094" tag="operation_1094" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1095" tag="operation_1095" canDelete="false" role_id="-1" > + <codeoperation parent_id="1095" tag="operation_1095" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1096" tag="operation_1096" canDelete="false" role_id="-1" > + <codeoperation parent_id="1096" tag="operation_1096" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1097" tag="operation_1097" canDelete="false" role_id="-1" > + <codeoperation parent_id="1097" tag="operation_1097" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1098" tag="operation_1098" canDelete="false" role_id="-1" > + <codeoperation parent_id="1098" tag="operation_1098" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1099" tag="operation_1099" canDelete="false" role_id="-1" > + <codeoperation parent_id="1099" tag="operation_1099" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1100" tag="operation_1100" canDelete="false" role_id="-1" > + <codeoperation parent_id="1100" tag="operation_1100" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12110,21 +12110,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisconfig.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1086" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1086" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1086" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1086" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1086" tag="hblock_tag_0" canDelete="false" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1086" tag="hblock_tag_0" canDelete="false" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1086" tag="hblock_tag_1" canDelete="false" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1086" tag="hblock_tag_1" canDelete="false" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12132,7 +12132,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1101" tqparent_class="1101" fileExt=".cpp" fileName="kiscanvasobserver" > + <classifiercodedocument writeOutCode="true" package="" id="1101" parent_class="1101" fileExt=".cpp" fileName="kiscanvasobserver" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -12150,27 +12150,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1102" tag="operation_1102" canDelete="false" role_id="-1" > + <codeoperation parent_id="1102" tag="operation_1102" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1104" tag="operation_1104" canDelete="false" role_id="-1" > + <codeoperation parent_id="1104" tag="operation_1104" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1105" tag="operation_1105" canDelete="false" role_id="-1" > + <codeoperation parent_id="1105" tag="operation_1105" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1107" tag="operation_1107" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1107" tag="operation_1107" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1109" tag="operation_1109" canDelete="false" role_id="-1" > + <codeoperation parent_id="1109" tag="operation_1109" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12183,7 +12183,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1110" tqparent_class="1110" fileExt=".cpp" fileName="kisfactory" > + <classifiercodedocument writeOutCode="true" package="" id="1110" parent_class="1110" fileExt=".cpp" fileName="kisfactory" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -12201,77 +12201,77 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1111" tag="hblock_tag_0" canDelete="false" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1111" tag="hblock_tag_0" canDelete="false" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1111" tag="hblock_tag_1" canDelete="false" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1111" tag="hblock_tag_1" canDelete="false" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1112" tag="hblock_tag_2" canDelete="false" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1112" tag="hblock_tag_2" canDelete="false" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1112" tag="hblock_tag_3" canDelete="false" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1112" tag="hblock_tag_3" canDelete="false" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1113" tag="hblock_tag_4" canDelete="false" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1113" tag="hblock_tag_4" canDelete="false" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1113" tag="hblock_tag_5" canDelete="false" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1113" tag="hblock_tag_5" canDelete="false" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1114" tag="hblock_tag_6" canDelete="false" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1114" tag="hblock_tag_6" canDelete="false" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1114" tag="hblock_tag_7" canDelete="false" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1114" tag="hblock_tag_7" canDelete="false" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1115" tag="operation_1115" canDelete="false" role_id="-1" > + <codeoperation parent_id="1115" tag="operation_1115" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1118" tag="operation_1118" canDelete="false" role_id="-1" > + <codeoperation parent_id="1118" tag="operation_1118" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1119" tag="operation_1119" canDelete="false" role_id="-1" > + <codeoperation parent_id="1119" tag="operation_1119" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1126" tag="operation_1126" canDelete="false" role_id="-1" > + <codeoperation parent_id="1126" tag="operation_1126" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1127" tag="operation_1127" canDelete="false" role_id="-1" > + <codeoperation parent_id="1127" tag="operation_1127" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1128" tag="operation_1128" canDelete="false" role_id="-1" > + <codeoperation parent_id="1128" tag="operation_1128" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1129" tag="operation_1129" canDelete="false" role_id="-1" > + <codeoperation parent_id="1129" tag="operation_1129" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12283,81 +12283,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisfactory.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1111" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1111" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1111" tag="hblock_tag_0" canDelete="false" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1111" tag="hblock_tag_0" canDelete="false" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1111" tag="hblock_tag_1" canDelete="false" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1111" tag="hblock_tag_1" canDelete="false" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1112" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1112" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1112" tag="hblock_tag_2" canDelete="false" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1112" tag="hblock_tag_2" canDelete="false" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1112" tag="hblock_tag_3" canDelete="false" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1112" tag="hblock_tag_3" canDelete="false" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1113" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1113" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1113" tag="hblock_tag_4" canDelete="false" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1113" tag="hblock_tag_4" canDelete="false" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1113" tag="hblock_tag_5" canDelete="false" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1113" tag="hblock_tag_5" canDelete="false" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1114" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1114" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1114" tag="hblock_tag_6" canDelete="false" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1114" tag="hblock_tag_6" canDelete="false" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1114" tag="hblock_tag_7" canDelete="false" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1114" tag="hblock_tag_7" canDelete="false" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12365,7 +12365,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1130" tqparent_class="1130" fileExt=".cpp" fileName="kischannel" > + <classifiercodedocument writeOutCode="true" package="" id="1130" parent_class="1130" fileExt=".cpp" fileName="kischannel" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;#include "bool.h"&#010;#include "kischannelsp.h"&#010;#include "quantum.h"&#010;" > <header> @@ -12383,92 +12383,92 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1131" tag="operation_1131" canDelete="false" role_id="-1" > + <codeoperation parent_id="1131" tag="operation_1131" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1137" tag="operation_1137" canDelete="false" role_id="-1" > + <codeoperation parent_id="1137" tag="operation_1137" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1139" tag="operation_1139" canDelete="false" role_id="-1" > + <codeoperation parent_id="1139" tag="operation_1139" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1142" tag="operation_1142" canDelete="false" role_id="-1" > + <codeoperation parent_id="1142" tag="operation_1142" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1144" tag="operation_1144" canDelete="false" role_id="-1" > + <codeoperation parent_id="1144" tag="operation_1144" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1145" tag="operation_1145" canDelete="false" role_id="-1" > + <codeoperation parent_id="1145" tag="operation_1145" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1146" tag="operation_1146" canDelete="false" role_id="-1" > + <codeoperation parent_id="1146" tag="operation_1146" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1148" tag="operation_1148" canDelete="false" role_id="-1" > + <codeoperation parent_id="1148" tag="operation_1148" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1151" tag="operation_1151" canDelete="false" role_id="-1" > + <codeoperation parent_id="1151" tag="operation_1151" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1152" tag="operation_1152" canDelete="false" role_id="-1" > + <codeoperation parent_id="1152" tag="operation_1152" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1153" tag="operation_1153" canDelete="false" role_id="-1" > + <codeoperation parent_id="1153" tag="operation_1153" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1156" tag="operation_1156" canDelete="false" role_id="-1" > + <codeoperation parent_id="1156" tag="operation_1156" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1157" tag="operation_1157" canDelete="false" role_id="-1" > + <codeoperation parent_id="1157" tag="operation_1157" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1158" tag="operation_1158" canDelete="false" role_id="-1" > + <codeoperation parent_id="1158" tag="operation_1158" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1160" tag="operation_1160" canDelete="false" role_id="-1" > + <codeoperation parent_id="1160" tag="operation_1160" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1163" tag="operation_1163" canDelete="false" role_id="-1" > + <codeoperation parent_id="1163" tag="operation_1163" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1166" tag="operation_1166" canDelete="false" role_id="-1" > + <codeoperation parent_id="1166" tag="operation_1166" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1169" tag="operation_1169" canDelete="false" role_id="-1" > + <codeoperation parent_id="1169" tag="operation_1169" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12481,7 +12481,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1170" tqparent_class="1170" fileExt=".cpp" fileName="kiscanvassubject" > + <classifiercodedocument writeOutCode="true" package="" id="1170" parent_class="1170" fileExt=".cpp" fileName="kiscanvassubject" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -12499,107 +12499,107 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1171" tag="operation_1171" canDelete="false" role_id="-1" > + <codeoperation parent_id="1171" tag="operation_1171" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1173" tag="operation_1173" canDelete="false" role_id="-1" > + <codeoperation parent_id="1173" tag="operation_1173" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1174" tag="operation_1174" canDelete="false" role_id="-1" > + <codeoperation parent_id="1174" tag="operation_1174" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1176" tag="operation_1176" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1176" tag="operation_1176" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1178" tag="operation_1178" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1178" tag="operation_1178" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1179" tag="operation_1179" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1179" tag="operation_1179" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1180" tag="operation_1180" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1180" tag="operation_1180" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1181" tag="operation_1181" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1181" tag="operation_1181" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1182" tag="operation_1182" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1182" tag="operation_1182" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1183" tag="operation_1183" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1183" tag="operation_1183" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1184" tag="operation_1184" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1184" tag="operation_1184" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1185" tag="operation_1185" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1185" tag="operation_1185" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1187" tag="operation_1187" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1187" tag="operation_1187" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1188" tag="operation_1188" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1188" tag="operation_1188" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1189" tag="operation_1189" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1189" tag="operation_1189" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1190" tag="operation_1190" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1190" tag="operation_1190" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1192" tag="operation_1192" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1192" tag="operation_1192" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1194" tag="operation_1194" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1194" tag="operation_1194" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1195" tag="operation_1195" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1195" tag="operation_1195" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1196" tag="operation_1196" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1196" tag="operation_1196" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1197" tag="operation_1197" canDelete="false" role_id="-1" > + <codeoperation parent_id="1197" tag="operation_1197" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12612,7 +12612,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1198" tqparent_class="1198" fileExt=".cpp" fileName="compositeop" > + <classifiercodedocument writeOutCode="true" package="" id="1198" parent_class="1198" fileExt=".cpp" fileName="compositeop" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -12630,27 +12630,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12662,36 +12662,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; compositeop.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1455" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1455" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1455" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1455" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12699,7 +12699,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1237" tqparent_class="1237" fileExt=".cpp" fileName="enumimgtype" > + <classifiercodedocument writeOutCode="true" package="" id="1237" parent_class="1237" fileExt=".cpp" fileName="enumimgtype" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -12717,52 +12717,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12774,71 +12774,71 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; enumimgtype.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1285" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1285" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1458" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1458" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1458" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1458" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -12846,7 +12846,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1259" tqparent_class="1259" fileExt=".cpp" fileName="kisimage" > + <classifiercodedocument writeOutCode="true" package="" id="1259" parent_class="1259" fileExt=".cpp" fileName="kisimage" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kischannelsp.h"&#010;#include "kislayersp.h"&#010;#include "bool.h"&#010;#include "channeltype.h"&#010;#include "kispaintdevicesp.h"&#010;#include "enumimgtype.h"&#010;#include "pixeltype.h"&#010;#include "double.h"&#010;#include "kisselectionsp.h"&#010;#include "kistilemgrsp.h"&#010;#include "kisbackgroundsp.h"&#010;#include "vkischannelsp.h"&#010;#include "kocolormap.h"&#010;#include "vkislayersp.h"&#010;" > <header> @@ -12864,772 +12864,772 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1260" tag="hblock_tag_0" canDelete="false" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1260" tag="hblock_tag_0" canDelete="false" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1260" tag="hblock_tag_1" canDelete="false" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1260" tag="hblock_tag_1" canDelete="false" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="hblock_tag_2" canDelete="false" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1261" tag="hblock_tag_2" canDelete="false" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="hblock_tag_3" canDelete="false" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1261" tag="hblock_tag_3" canDelete="false" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1262" tag="hblock_tag_4" canDelete="false" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1262" tag="hblock_tag_4" canDelete="false" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1262" tag="hblock_tag_5" canDelete="false" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1262" tag="hblock_tag_5" canDelete="false" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1263" tag="hblock_tag_6" canDelete="false" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1263" tag="hblock_tag_6" canDelete="false" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1263" tag="hblock_tag_7" canDelete="false" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1263" tag="hblock_tag_7" canDelete="false" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1264" tag="hblock_tag_8" canDelete="false" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1264" tag="hblock_tag_8" canDelete="false" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1264" tag="hblock_tag_9" canDelete="false" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1264" tag="hblock_tag_9" canDelete="false" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1265" tag="hblock_tag_10" canDelete="false" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1265" tag="hblock_tag_10" canDelete="false" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1265" tag="hblock_tag_11" canDelete="false" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1265" tag="hblock_tag_11" canDelete="false" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1266" tag="hblock_tag_12" canDelete="false" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1266" tag="hblock_tag_12" canDelete="false" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1266" tag="hblock_tag_13" canDelete="false" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1266" tag="hblock_tag_13" canDelete="false" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1267" tag="hblock_tag_14" canDelete="false" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1267" tag="hblock_tag_14" canDelete="false" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1267" tag="hblock_tag_15" canDelete="false" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1267" tag="hblock_tag_15" canDelete="false" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1268" tag="hblock_tag_16" canDelete="false" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1268" tag="hblock_tag_16" canDelete="false" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1268" tag="hblock_tag_17" canDelete="false" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1268" tag="hblock_tag_17" canDelete="false" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="hblock_tag_18" canDelete="false" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1269" tag="hblock_tag_18" canDelete="false" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="hblock_tag_19" canDelete="false" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1269" tag="hblock_tag_19" canDelete="false" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1271" tag="hblock_tag_20" canDelete="false" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1271" tag="hblock_tag_20" canDelete="false" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1271" tag="hblock_tag_21" canDelete="false" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1271" tag="hblock_tag_21" canDelete="false" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1272" tag="hblock_tag_22" canDelete="false" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1272" tag="hblock_tag_22" canDelete="false" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1272" tag="hblock_tag_23" canDelete="false" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1272" tag="hblock_tag_23" canDelete="false" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1273" tag="hblock_tag_24" canDelete="false" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1273" tag="hblock_tag_24" canDelete="false" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1273" tag="hblock_tag_25" canDelete="false" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1273" tag="hblock_tag_25" canDelete="false" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1274" tag="hblock_tag_26" canDelete="false" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1274" tag="hblock_tag_26" canDelete="false" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1274" tag="hblock_tag_27" canDelete="false" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1274" tag="hblock_tag_27" canDelete="false" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1275" tag="hblock_tag_28" canDelete="false" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1275" tag="hblock_tag_28" canDelete="false" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1275" tag="hblock_tag_29" canDelete="false" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1275" tag="hblock_tag_29" canDelete="false" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1276" tag="hblock_tag_30" canDelete="false" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1276" tag="hblock_tag_30" canDelete="false" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1276" tag="hblock_tag_31" canDelete="false" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1276" tag="hblock_tag_31" canDelete="false" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="hblock_tag_32" canDelete="false" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1277" tag="hblock_tag_32" canDelete="false" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="hblock_tag_33" canDelete="false" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1277" tag="hblock_tag_33" canDelete="false" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1278" tag="hblock_tag_34" canDelete="false" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1278" tag="hblock_tag_34" canDelete="false" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1278" tag="hblock_tag_35" canDelete="false" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1278" tag="hblock_tag_35" canDelete="false" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1279" tag="hblock_tag_36" canDelete="false" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1279" tag="hblock_tag_36" canDelete="false" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1279" tag="hblock_tag_37" canDelete="false" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1279" tag="hblock_tag_37" canDelete="false" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1280" tag="hblock_tag_38" canDelete="false" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1280" tag="hblock_tag_38" canDelete="false" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1280" tag="hblock_tag_39" canDelete="false" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1280" tag="hblock_tag_39" canDelete="false" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1281" tag="hblock_tag_40" canDelete="false" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1281" tag="hblock_tag_40" canDelete="false" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1281" tag="hblock_tag_41" canDelete="false" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1281" tag="hblock_tag_41" canDelete="false" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1282" tag="hblock_tag_42" canDelete="false" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1282" tag="hblock_tag_42" canDelete="false" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1282" tag="hblock_tag_43" canDelete="false" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1282" tag="hblock_tag_43" canDelete="false" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1283" tag="hblock_tag_44" canDelete="false" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1283" tag="hblock_tag_44" canDelete="false" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1283" tag="hblock_tag_45" canDelete="false" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1283" tag="hblock_tag_45" canDelete="false" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1284" tag="hblock_tag_46" canDelete="false" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1284" tag="hblock_tag_46" canDelete="false" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1284" tag="hblock_tag_47" canDelete="false" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1284" tag="hblock_tag_47" canDelete="false" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1286" tag="hblock_tag_48" canDelete="false" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1286" tag="hblock_tag_48" canDelete="false" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1286" tag="hblock_tag_49" canDelete="false" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1286" tag="hblock_tag_49" canDelete="false" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1287" tag="hblock_tag_50" canDelete="false" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1287" tag="hblock_tag_50" canDelete="false" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1287" tag="hblock_tag_51" canDelete="false" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1287" tag="hblock_tag_51" canDelete="false" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1288" tag="hblock_tag_52" canDelete="false" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1288" tag="hblock_tag_52" canDelete="false" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1288" tag="hblock_tag_53" canDelete="false" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1288" tag="hblock_tag_53" canDelete="false" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1289" tag="hblock_tag_54" canDelete="false" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1289" tag="hblock_tag_54" canDelete="false" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1289" tag="hblock_tag_55" canDelete="false" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1289" tag="hblock_tag_55" canDelete="false" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1290" tag="hblock_tag_56" canDelete="false" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1290" tag="hblock_tag_56" canDelete="false" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1290" tag="hblock_tag_57" canDelete="false" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1290" tag="hblock_tag_57" canDelete="false" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1291" tag="hblock_tag_58" canDelete="false" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1291" tag="hblock_tag_58" canDelete="false" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1291" tag="hblock_tag_59" canDelete="false" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1291" tag="hblock_tag_59" canDelete="false" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_60" canDelete="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_60" canDelete="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_61" canDelete="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_61" canDelete="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_62" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_62" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_63" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_63" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_64" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_64" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_65" canDelete="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_65" canDelete="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_66" canDelete="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_66" canDelete="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_67" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_67" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_68" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_68" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_69" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_69" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1292" tag="operation_1292" canDelete="false" role_id="-1" > + <codeoperation parent_id="1292" tag="operation_1292" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1294" tag="operation_1294" canDelete="false" role_id="-1" > + <codeoperation parent_id="1294" tag="operation_1294" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1300" tag="operation_1300" canDelete="false" role_id="-1" > + <codeoperation parent_id="1300" tag="operation_1300" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1302" tag="operation_1302" canDelete="false" role_id="-1" > + <codeoperation parent_id="1302" tag="operation_1302" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1304" tag="operation_1304" canDelete="false" role_id="-1" > + <codeoperation parent_id="1304" tag="operation_1304" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1306" tag="operation_1306" canDelete="false" role_id="-1" > + <codeoperation parent_id="1306" tag="operation_1306" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1308" tag="operation_1308" canDelete="false" role_id="-1" > + <codeoperation parent_id="1308" tag="operation_1308" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1310" tag="operation_1310" canDelete="false" role_id="-1" > + <codeoperation parent_id="1310" tag="operation_1310" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1311" tag="operation_1311" canDelete="false" role_id="-1" > + <codeoperation parent_id="1311" tag="operation_1311" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1313" tag="operation_1313" canDelete="false" role_id="-1" > + <codeoperation parent_id="1313" tag="operation_1313" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1316" tag="operation_1316" canDelete="false" role_id="-1" > + <codeoperation parent_id="1316" tag="operation_1316" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1317" tag="operation_1317" canDelete="false" role_id="-1" > + <codeoperation parent_id="1317" tag="operation_1317" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1318" tag="operation_1318" canDelete="false" role_id="-1" > + <codeoperation parent_id="1318" tag="operation_1318" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1321" tag="operation_1321" canDelete="false" role_id="-1" > + <codeoperation parent_id="1321" tag="operation_1321" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1324" tag="operation_1324" canDelete="false" role_id="-1" > + <codeoperation parent_id="1324" tag="operation_1324" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1325" tag="operation_1325" canDelete="false" role_id="-1" > + <codeoperation parent_id="1325" tag="operation_1325" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1327" tag="operation_1327" canDelete="false" role_id="-1" > + <codeoperation parent_id="1327" tag="operation_1327" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1328" tag="operation_1328" canDelete="false" role_id="-1" > + <codeoperation parent_id="1328" tag="operation_1328" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1329" tag="operation_1329" canDelete="false" role_id="-1" > + <codeoperation parent_id="1329" tag="operation_1329" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1331" tag="operation_1331" canDelete="false" role_id="-1" > + <codeoperation parent_id="1331" tag="operation_1331" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1333" tag="operation_1333" canDelete="false" role_id="-1" > + <codeoperation parent_id="1333" tag="operation_1333" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1334" tag="operation_1334" canDelete="false" role_id="-1" > + <codeoperation parent_id="1334" tag="operation_1334" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1335" tag="operation_1335" canDelete="false" role_id="-1" > + <codeoperation parent_id="1335" tag="operation_1335" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1337" tag="operation_1337" canDelete="false" role_id="-1" > + <codeoperation parent_id="1337" tag="operation_1337" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1340" tag="operation_1340" canDelete="false" role_id="-1" > + <codeoperation parent_id="1340" tag="operation_1340" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1341" tag="operation_1341" canDelete="false" role_id="-1" > + <codeoperation parent_id="1341" tag="operation_1341" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1342" tag="operation_1342" canDelete="false" role_id="-1" > + <codeoperation parent_id="1342" tag="operation_1342" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1344" tag="operation_1344" canDelete="false" role_id="-1" > + <codeoperation parent_id="1344" tag="operation_1344" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1346" tag="operation_1346" canDelete="false" role_id="-1" > + <codeoperation parent_id="1346" tag="operation_1346" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1347" tag="operation_1347" canDelete="false" role_id="-1" > + <codeoperation parent_id="1347" tag="operation_1347" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1348" tag="operation_1348" canDelete="false" role_id="-1" > + <codeoperation parent_id="1348" tag="operation_1348" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1349" tag="operation_1349" canDelete="false" role_id="-1" > + <codeoperation parent_id="1349" tag="operation_1349" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1350" tag="operation_1350" canDelete="false" role_id="-1" > + <codeoperation parent_id="1350" tag="operation_1350" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1351" tag="operation_1351" canDelete="false" role_id="-1" > + <codeoperation parent_id="1351" tag="operation_1351" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1353" tag="operation_1353" canDelete="false" role_id="-1" > + <codeoperation parent_id="1353" tag="operation_1353" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1355" tag="operation_1355" canDelete="false" role_id="-1" > + <codeoperation parent_id="1355" tag="operation_1355" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1361" tag="operation_1361" canDelete="false" role_id="-1" > + <codeoperation parent_id="1361" tag="operation_1361" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1362" tag="operation_1362" canDelete="false" role_id="-1" > + <codeoperation parent_id="1362" tag="operation_1362" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1364" tag="operation_1364" canDelete="false" role_id="-1" > + <codeoperation parent_id="1364" tag="operation_1364" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1369" tag="operation_1369" canDelete="false" role_id="-1" > + <codeoperation parent_id="1369" tag="operation_1369" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1371" tag="operation_1371" canDelete="false" role_id="-1" > + <codeoperation parent_id="1371" tag="operation_1371" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1373" tag="operation_1373" canDelete="false" role_id="-1" > + <codeoperation parent_id="1373" tag="operation_1373" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1375" tag="operation_1375" canDelete="false" role_id="-1" > + <codeoperation parent_id="1375" tag="operation_1375" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1376" tag="operation_1376" canDelete="false" role_id="-1" > + <codeoperation parent_id="1376" tag="operation_1376" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1378" tag="operation_1378" canDelete="false" role_id="-1" > + <codeoperation parent_id="1378" tag="operation_1378" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1380" tag="operation_1380" canDelete="false" role_id="-1" > + <codeoperation parent_id="1380" tag="operation_1380" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1381" tag="operation_1381" canDelete="false" role_id="-1" > + <codeoperation parent_id="1381" tag="operation_1381" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1382" tag="operation_1382" canDelete="false" role_id="-1" > + <codeoperation parent_id="1382" tag="operation_1382" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1383" tag="operation_1383" canDelete="false" role_id="-1" > + <codeoperation parent_id="1383" tag="operation_1383" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1384" tag="operation_1384" canDelete="false" role_id="-1" > + <codeoperation parent_id="1384" tag="operation_1384" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1385" tag="operation_1385" canDelete="false" role_id="-1" > + <codeoperation parent_id="1385" tag="operation_1385" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1386" tag="operation_1386" canDelete="false" role_id="-1" > + <codeoperation parent_id="1386" tag="operation_1386" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1387" tag="operation_1387" canDelete="false" role_id="-1" > + <codeoperation parent_id="1387" tag="operation_1387" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1392" tag="operation_1392" canDelete="false" role_id="-1" > + <codeoperation parent_id="1392" tag="operation_1392" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1394" tag="operation_1394" canDelete="false" role_id="-1" > + <codeoperation parent_id="1394" tag="operation_1394" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1396" tag="operation_1396" canDelete="false" role_id="-1" > + <codeoperation parent_id="1396" tag="operation_1396" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1399" tag="operation_1399" canDelete="false" role_id="-1" > + <codeoperation parent_id="1399" tag="operation_1399" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1402" tag="operation_1402" canDelete="false" role_id="-1" > + <codeoperation parent_id="1402" tag="operation_1402" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1404" tag="operation_1404" canDelete="false" role_id="-1" > + <codeoperation parent_id="1404" tag="operation_1404" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1406" tag="operation_1406" canDelete="false" role_id="-1" > + <codeoperation parent_id="1406" tag="operation_1406" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1409" tag="operation_1409" canDelete="false" role_id="-1" > + <codeoperation parent_id="1409" tag="operation_1409" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1411" tag="operation_1411" canDelete="false" role_id="-1" > + <codeoperation parent_id="1411" tag="operation_1411" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1414" tag="operation_1414" canDelete="false" role_id="-1" > + <codeoperation parent_id="1414" tag="operation_1414" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1417" tag="operation_1417" canDelete="false" role_id="-1" > + <codeoperation parent_id="1417" tag="operation_1417" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1419" tag="operation_1419" canDelete="false" role_id="-1" > + <codeoperation parent_id="1419" tag="operation_1419" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1421" tag="operation_1421" canDelete="false" role_id="-1" > + <codeoperation parent_id="1421" tag="operation_1421" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1422" tag="operation_1422" canDelete="false" role_id="-1" > + <codeoperation parent_id="1422" tag="operation_1422" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1424" tag="operation_1424" canDelete="false" role_id="-1" > + <codeoperation parent_id="1424" tag="operation_1424" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1426" tag="operation_1426" canDelete="false" role_id="-1" > + <codeoperation parent_id="1426" tag="operation_1426" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1427" tag="operation_1427" canDelete="false" role_id="-1" > + <codeoperation parent_id="1427" tag="operation_1427" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1430" tag="operation_1430" canDelete="false" role_id="-1" > + <codeoperation parent_id="1430" tag="operation_1430" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1431" tag="operation_1431" canDelete="false" role_id="-1" > + <codeoperation parent_id="1431" tag="operation_1431" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1433" tag="operation_1433" canDelete="false" role_id="-1" > + <codeoperation parent_id="1433" tag="operation_1433" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1434" tag="operation_1434" canDelete="false" role_id="-1" > + <codeoperation parent_id="1434" tag="operation_1434" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1435" tag="operation_1435" canDelete="false" role_id="-1" > + <codeoperation parent_id="1435" tag="operation_1435" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1437" tag="operation_1437" canDelete="false" role_id="-1" > + <codeoperation parent_id="1437" tag="operation_1437" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1438" tag="operation_1438" canDelete="false" role_id="-1" > + <codeoperation parent_id="1438" tag="operation_1438" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1440" tag="operation_1440" canDelete="false" role_id="-1" > + <codeoperation parent_id="1440" tag="operation_1440" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1441" tag="operation_1441" canDelete="false" role_id="-1" > + <codeoperation parent_id="1441" tag="operation_1441" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1443" tag="operation_1443" canDelete="false" role_id="-1" > + <codeoperation parent_id="1443" tag="operation_1443" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1445" tag="operation_1445" canDelete="false" role_id="-1" > + <codeoperation parent_id="1445" tag="operation_1445" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1447" tag="operation_1447" canDelete="false" role_id="-1" > + <codeoperation parent_id="1447" tag="operation_1447" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1450" tag="operation_1450" canDelete="false" role_id="-1" > + <codeoperation parent_id="1450" tag="operation_1450" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1451" tag="operation_1451" canDelete="false" role_id="-1" > + <codeoperation parent_id="1451" tag="operation_1451" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -13641,671 +13641,671 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimage.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1260" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1260" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1260" tag="hblock_tag_0" canDelete="false" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1260" tag="hblock_tag_0" canDelete="false" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1260" tag="hblock_tag_1" canDelete="false" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1260" tag="hblock_tag_1" canDelete="false" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1261" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1261" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="hblock_tag_2" canDelete="false" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1261" tag="hblock_tag_2" canDelete="false" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="hblock_tag_3" canDelete="false" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1261" tag="hblock_tag_3" canDelete="false" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1262" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1262" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1262" tag="hblock_tag_4" canDelete="false" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1262" tag="hblock_tag_4" canDelete="false" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1262" tag="hblock_tag_5" canDelete="false" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1262" tag="hblock_tag_5" canDelete="false" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1263" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1263" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1263" tag="hblock_tag_6" canDelete="false" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1263" tag="hblock_tag_6" canDelete="false" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1263" tag="hblock_tag_7" canDelete="false" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1263" tag="hblock_tag_7" canDelete="false" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1264" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1264" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1264" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1264" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1264" tag="hblock_tag_8" canDelete="false" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1264" tag="hblock_tag_8" canDelete="false" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1264" tag="hblock_tag_9" canDelete="false" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1264" tag="hblock_tag_9" canDelete="false" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1265" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1265" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1265" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1265" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1265" tag="hblock_tag_10" canDelete="false" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1265" tag="hblock_tag_10" canDelete="false" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1265" tag="hblock_tag_11" canDelete="false" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1265" tag="hblock_tag_11" canDelete="false" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1266" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1266" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1266" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1266" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1266" tag="hblock_tag_12" canDelete="false" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1266" tag="hblock_tag_12" canDelete="false" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1266" tag="hblock_tag_13" canDelete="false" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1266" tag="hblock_tag_13" canDelete="false" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1267" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1267" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1267" tag="hblock_tag_14" canDelete="false" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1267" tag="hblock_tag_14" canDelete="false" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1267" tag="hblock_tag_15" canDelete="false" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1267" tag="hblock_tag_15" canDelete="false" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1268" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1268" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1268" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1268" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1268" tag="hblock_tag_16" canDelete="false" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1268" tag="hblock_tag_16" canDelete="false" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1268" tag="hblock_tag_17" canDelete="false" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1268" tag="hblock_tag_17" canDelete="false" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1269" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1269" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1269" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1269" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="hblock_tag_18" canDelete="false" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1269" tag="hblock_tag_18" canDelete="false" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="hblock_tag_19" canDelete="false" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1269" tag="hblock_tag_19" canDelete="false" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1271" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1271" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1271" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1271" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1271" tag="hblock_tag_20" canDelete="false" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1271" tag="hblock_tag_20" canDelete="false" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1271" tag="hblock_tag_21" canDelete="false" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1271" tag="hblock_tag_21" canDelete="false" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1272" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1272" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1272" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1272" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1272" tag="hblock_tag_22" canDelete="false" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1272" tag="hblock_tag_22" canDelete="false" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1272" tag="hblock_tag_23" canDelete="false" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1272" tag="hblock_tag_23" canDelete="false" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1273" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1273" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1273" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1273" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1273" tag="hblock_tag_24" canDelete="false" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1273" tag="hblock_tag_24" canDelete="false" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1273" tag="hblock_tag_25" canDelete="false" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1273" tag="hblock_tag_25" canDelete="false" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1274" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1274" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1274" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1274" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1274" tag="hblock_tag_26" canDelete="false" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1274" tag="hblock_tag_26" canDelete="false" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1274" tag="hblock_tag_27" canDelete="false" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1274" tag="hblock_tag_27" canDelete="false" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1275" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1275" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1275" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1275" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1275" tag="hblock_tag_28" canDelete="false" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1275" tag="hblock_tag_28" canDelete="false" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1275" tag="hblock_tag_29" canDelete="false" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1275" tag="hblock_tag_29" canDelete="false" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1276" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1276" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1276" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1276" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1276" tag="hblock_tag_30" canDelete="false" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1276" tag="hblock_tag_30" canDelete="false" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1276" tag="hblock_tag_31" canDelete="false" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1276" tag="hblock_tag_31" canDelete="false" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1277" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1277" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1277" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1277" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="hblock_tag_32" canDelete="false" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1277" tag="hblock_tag_32" canDelete="false" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="hblock_tag_33" canDelete="false" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1277" tag="hblock_tag_33" canDelete="false" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1278" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1278" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1278" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1278" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1278" tag="hblock_tag_34" canDelete="false" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1278" tag="hblock_tag_34" canDelete="false" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1278" tag="hblock_tag_35" canDelete="false" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1278" tag="hblock_tag_35" canDelete="false" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1279" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1279" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1279" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1279" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1279" tag="hblock_tag_36" canDelete="false" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1279" tag="hblock_tag_36" canDelete="false" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1279" tag="hblock_tag_37" canDelete="false" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1279" tag="hblock_tag_37" canDelete="false" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1280" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1280" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1280" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1280" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1280" tag="hblock_tag_38" canDelete="false" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1280" tag="hblock_tag_38" canDelete="false" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1280" tag="hblock_tag_39" canDelete="false" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1280" tag="hblock_tag_39" canDelete="false" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1281" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1281" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1281" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1281" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1281" tag="hblock_tag_40" canDelete="false" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1281" tag="hblock_tag_40" canDelete="false" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1281" tag="hblock_tag_41" canDelete="false" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1281" tag="hblock_tag_41" canDelete="false" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1282" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1282" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1282" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1282" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1282" tag="hblock_tag_42" canDelete="false" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1282" tag="hblock_tag_42" canDelete="false" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1282" tag="hblock_tag_43" canDelete="false" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1282" tag="hblock_tag_43" canDelete="false" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1283" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1283" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1283" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1283" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1283" tag="hblock_tag_44" canDelete="false" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1283" tag="hblock_tag_44" canDelete="false" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1283" tag="hblock_tag_45" canDelete="false" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1283" tag="hblock_tag_45" canDelete="false" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1284" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1284" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1284" tag="hblock_tag_46" canDelete="false" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1284" tag="hblock_tag_46" canDelete="false" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1284" tag="hblock_tag_47" canDelete="false" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1284" tag="hblock_tag_47" canDelete="false" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1286" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1286" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1286" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1286" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1286" tag="hblock_tag_48" canDelete="false" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1286" tag="hblock_tag_48" canDelete="false" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1286" tag="hblock_tag_49" canDelete="false" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1286" tag="hblock_tag_49" canDelete="false" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1287" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1287" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1287" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1287" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1287" tag="hblock_tag_50" canDelete="false" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1287" tag="hblock_tag_50" canDelete="false" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1287" tag="hblock_tag_51" canDelete="false" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1287" tag="hblock_tag_51" canDelete="false" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1288" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1288" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1288" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1288" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1288" tag="hblock_tag_52" canDelete="false" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1288" tag="hblock_tag_52" canDelete="false" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1288" tag="hblock_tag_53" canDelete="false" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1288" tag="hblock_tag_53" canDelete="false" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1289" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1289" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1289" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1289" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1289" tag="hblock_tag_54" canDelete="false" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1289" tag="hblock_tag_54" canDelete="false" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1289" tag="hblock_tag_55" canDelete="false" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1289" tag="hblock_tag_55" canDelete="false" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1290" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1290" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1290" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1290" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1290" tag="hblock_tag_56" canDelete="false" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1290" tag="hblock_tag_56" canDelete="false" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1290" tag="hblock_tag_57" canDelete="false" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1290" tag="hblock_tag_57" canDelete="false" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1291" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1291" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1291" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1291" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1291" tag="hblock_tag_58" canDelete="false" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1291" tag="hblock_tag_58" canDelete="false" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1291" tag="hblock_tag_59" canDelete="false" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1291" tag="hblock_tag_59" canDelete="false" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1270" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1270" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1270" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1270" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_60" canDelete="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_60" canDelete="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_61" canDelete="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_61" canDelete="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_62" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_62" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_63" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_63" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_64" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_64" canDelete="false" writeOutText="false" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1285" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1285" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1285" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1285" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_65" canDelete="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_65" canDelete="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_66" canDelete="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_66" canDelete="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_67" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_67" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_68" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_68" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_69" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_69" canDelete="false" writeOutText="false" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -14313,7 +14313,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1453" tqparent_class="1453" fileExt=".cpp" fileName="kispaintdevice" > + <classifiercodedocument writeOutCode="true" package="" id="1453" parent_class="1453" fileExt=".cpp" fileName="kispaintdevice" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;#include "kistilemgrsp.h"&#010;#include "bool.h"&#010;#include "compositeop.h"&#010;#include "quantum.h"&#010;#include "enumimgtype.h"&#010;" > <header> @@ -14331,562 +14331,562 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1454" tag="hblock_tag_0" canDelete="false" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1454" tag="hblock_tag_0" canDelete="false" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1454" tag="hblock_tag_1" canDelete="false" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1454" tag="hblock_tag_1" canDelete="false" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1456" tag="hblock_tag_2" canDelete="false" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1456" tag="hblock_tag_2" canDelete="false" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1456" tag="hblock_tag_3" canDelete="false" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1456" tag="hblock_tag_3" canDelete="false" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1457" tag="hblock_tag_4" canDelete="false" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1457" tag="hblock_tag_4" canDelete="false" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1457" tag="hblock_tag_5" canDelete="false" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1457" tag="hblock_tag_5" canDelete="false" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1459" tag="hblock_tag_6" canDelete="false" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1459" tag="hblock_tag_6" canDelete="false" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1459" tag="hblock_tag_7" canDelete="false" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1459" tag="hblock_tag_7" canDelete="false" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1460" tag="hblock_tag_8" canDelete="false" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1460" tag="hblock_tag_8" canDelete="false" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1460" tag="hblock_tag_9" canDelete="false" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1460" tag="hblock_tag_9" canDelete="false" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1461" tag="hblock_tag_10" canDelete="false" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1461" tag="hblock_tag_10" canDelete="false" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1461" tag="hblock_tag_11" canDelete="false" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1461" tag="hblock_tag_11" canDelete="false" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1462" tag="hblock_tag_12" canDelete="false" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1462" tag="hblock_tag_12" canDelete="false" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1462" tag="hblock_tag_13" canDelete="false" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1462" tag="hblock_tag_13" canDelete="false" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1463" tag="hblock_tag_14" canDelete="false" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1463" tag="hblock_tag_14" canDelete="false" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1463" tag="hblock_tag_15" canDelete="false" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1463" tag="hblock_tag_15" canDelete="false" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1464" tag="hblock_tag_16" canDelete="false" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1464" tag="hblock_tag_16" canDelete="false" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1464" tag="hblock_tag_17" canDelete="false" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1464" tag="hblock_tag_17" canDelete="false" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1465" tag="hblock_tag_18" canDelete="false" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1465" tag="hblock_tag_18" canDelete="false" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1465" tag="hblock_tag_19" canDelete="false" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1465" tag="hblock_tag_19" canDelete="false" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1466" tag="hblock_tag_20" canDelete="false" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1466" tag="hblock_tag_20" canDelete="false" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1466" tag="hblock_tag_21" canDelete="false" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1466" tag="hblock_tag_21" canDelete="false" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1467" tag="hblock_tag_22" canDelete="false" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1467" tag="hblock_tag_22" canDelete="false" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1467" tag="hblock_tag_23" canDelete="false" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1467" tag="hblock_tag_23" canDelete="false" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1468" tag="hblock_tag_24" canDelete="false" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1468" tag="hblock_tag_24" canDelete="false" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1468" tag="hblock_tag_25" canDelete="false" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1468" tag="hblock_tag_25" canDelete="false" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1469" tag="hblock_tag_26" canDelete="false" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1469" tag="hblock_tag_26" canDelete="false" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1469" tag="hblock_tag_27" canDelete="false" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1469" tag="hblock_tag_27" canDelete="false" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1470" tag="hblock_tag_28" canDelete="false" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1470" tag="hblock_tag_28" canDelete="false" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1470" tag="hblock_tag_29" canDelete="false" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1470" tag="hblock_tag_29" canDelete="false" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1471" tag="hblock_tag_30" canDelete="false" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1471" tag="hblock_tag_30" canDelete="false" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1471" tag="hblock_tag_31" canDelete="false" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1471" tag="hblock_tag_31" canDelete="false" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1472" tag="hblock_tag_32" canDelete="false" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1472" tag="hblock_tag_32" canDelete="false" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1472" tag="hblock_tag_33" canDelete="false" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1472" tag="hblock_tag_33" canDelete="false" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1473" tag="hblock_tag_34" canDelete="false" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1473" tag="hblock_tag_34" canDelete="false" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1473" tag="hblock_tag_35" canDelete="false" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1473" tag="hblock_tag_35" canDelete="false" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_36" canDelete="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_36" canDelete="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_37" canDelete="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_37" canDelete="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_38" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_38" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_39" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_39" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_40" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_40" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_41" canDelete="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_41" canDelete="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_42" canDelete="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_42" canDelete="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_43" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_43" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_44" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_44" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_45" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_45" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1474" tag="operation_1474" canDelete="false" role_id="-1" > + <codeoperation parent_id="1474" tag="operation_1474" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1476" tag="operation_1476" canDelete="false" role_id="-1" > + <codeoperation parent_id="1476" tag="operation_1476" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1482" tag="operation_1482" canDelete="false" role_id="-1" > + <codeoperation parent_id="1482" tag="operation_1482" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1486" tag="operation_1486" canDelete="false" role_id="-1" > + <codeoperation parent_id="1486" tag="operation_1486" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1491" tag="operation_1491" canDelete="false" role_id="-1" > + <codeoperation parent_id="1491" tag="operation_1491" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1493" tag="operation_1493" canDelete="false" role_id="-1" > + <codeoperation parent_id="1493" tag="operation_1493" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1494" tag="operation_1494" canDelete="false" role_id="-1" > + <codeoperation parent_id="1494" tag="operation_1494" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Reimplemented by KisSelection; here it does nothing useful, but it&#010;cannot be abstract, because otherwise this class would be abstract." /> </header> </codeoperation> - <codeoperation tqparent_id="1495" tag="operation_1495" canDelete="false" role_id="-1" > + <codeoperation parent_id="1495" tag="operation_1495" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1496" tag="operation_1496" canDelete="false" role_id="-1" > + <codeoperation parent_id="1496" tag="operation_1496" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1497" tag="operation_1497" canDelete="false" role_id="-1" > + <codeoperation parent_id="1497" tag="operation_1497" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1502" tag="operation_1502" canDelete="false" role_id="-1" > + <codeoperation parent_id="1502" tag="operation_1502" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1504" tag="operation_1504" canDelete="false" role_id="-1" > + <codeoperation parent_id="1504" tag="operation_1504" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1505" tag="operation_1505" canDelete="false" role_id="-1" > + <codeoperation parent_id="1505" tag="operation_1505" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1506" tag="operation_1506" canDelete="false" role_id="-1" > + <codeoperation parent_id="1506" tag="operation_1506" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1513" tag="operation_1513" canDelete="false" role_id="-1" > + <codeoperation parent_id="1513" tag="operation_1513" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1516" tag="operation_1516" canDelete="false" role_id="-1" > + <codeoperation parent_id="1516" tag="operation_1516" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1518" tag="operation_1518" canDelete="false" role_id="-1" > + <codeoperation parent_id="1518" tag="operation_1518" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1519" tag="operation_1519" canDelete="false" role_id="-1" > + <codeoperation parent_id="1519" tag="operation_1519" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1521" tag="operation_1521" canDelete="false" role_id="-1" > + <codeoperation parent_id="1521" tag="operation_1521" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1524" tag="operation_1524" canDelete="false" role_id="-1" > + <codeoperation parent_id="1524" tag="operation_1524" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1526" tag="operation_1526" canDelete="false" role_id="-1" > + <codeoperation parent_id="1526" tag="operation_1526" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1527" tag="operation_1527" canDelete="false" role_id="-1" > + <codeoperation parent_id="1527" tag="operation_1527" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1529" tag="operation_1529" canDelete="false" role_id="-1" > + <codeoperation parent_id="1529" tag="operation_1529" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1530" tag="operation_1530" canDelete="false" role_id="-1" > + <codeoperation parent_id="1530" tag="operation_1530" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1531" tag="operation_1531" canDelete="false" role_id="-1" > + <codeoperation parent_id="1531" tag="operation_1531" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1532" tag="operation_1532" canDelete="false" role_id="-1" > + <codeoperation parent_id="1532" tag="operation_1532" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1534" tag="operation_1534" canDelete="false" role_id="-1" > + <codeoperation parent_id="1534" tag="operation_1534" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1539" tag="operation_1539" canDelete="false" role_id="-1" > + <codeoperation parent_id="1539" tag="operation_1539" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1541" tag="operation_1541" canDelete="false" role_id="-1" > + <codeoperation parent_id="1541" tag="operation_1541" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1543" tag="operation_1543" canDelete="false" role_id="-1" > + <codeoperation parent_id="1543" tag="operation_1543" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1548" tag="operation_1548" canDelete="false" role_id="-1" > + <codeoperation parent_id="1548" tag="operation_1548" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1551" tag="operation_1551" canDelete="false" role_id="-1" > + <codeoperation parent_id="1551" tag="operation_1551" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1553" tag="operation_1553" canDelete="false" role_id="-1" > + <codeoperation parent_id="1553" tag="operation_1553" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1554" tag="operation_1554" canDelete="false" role_id="-1" > + <codeoperation parent_id="1554" tag="operation_1554" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1557" tag="operation_1557" canDelete="false" role_id="-1" > + <codeoperation parent_id="1557" tag="operation_1557" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1562" tag="operation_1562" canDelete="false" role_id="-1" > + <codeoperation parent_id="1562" tag="operation_1562" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1563" tag="operation_1563" canDelete="false" role_id="-1" > + <codeoperation parent_id="1563" tag="operation_1563" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1564" tag="operation_1564" canDelete="false" role_id="-1" > + <codeoperation parent_id="1564" tag="operation_1564" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1566" tag="operation_1566" canDelete="false" role_id="-1" > + <codeoperation parent_id="1566" tag="operation_1566" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1567" tag="operation_1567" canDelete="false" role_id="-1" > + <codeoperation parent_id="1567" tag="operation_1567" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1570" tag="operation_1570" canDelete="false" role_id="-1" > + <codeoperation parent_id="1570" tag="operation_1570" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1572" tag="operation_1572" canDelete="false" role_id="-1" > + <codeoperation parent_id="1572" tag="operation_1572" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1577" tag="operation_1577" canDelete="false" role_id="-1" > + <codeoperation parent_id="1577" tag="operation_1577" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1579" tag="operation_1579" canDelete="false" role_id="-1" > + <codeoperation parent_id="1579" tag="operation_1579" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1581" tag="operation_1581" canDelete="false" role_id="-1" > + <codeoperation parent_id="1581" tag="operation_1581" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1583" tag="operation_1583" canDelete="false" role_id="-1" > + <codeoperation parent_id="1583" tag="operation_1583" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1588" tag="operation_1588" canDelete="false" role_id="-1" > + <codeoperation parent_id="1588" tag="operation_1588" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1590" tag="operation_1590" canDelete="false" role_id="-1" > + <codeoperation parent_id="1590" tag="operation_1590" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1592" tag="operation_1592" canDelete="false" role_id="-1" > + <codeoperation parent_id="1592" tag="operation_1592" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1593" tag="operation_1593" canDelete="false" role_id="-1" > + <codeoperation parent_id="1593" tag="operation_1593" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1594" tag="operation_1594" canDelete="false" role_id="-1" > + <codeoperation parent_id="1594" tag="operation_1594" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1597" tag="operation_1597" canDelete="false" role_id="-1" > + <codeoperation parent_id="1597" tag="operation_1597" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1598" tag="operation_1598" canDelete="false" role_id="-1" > + <codeoperation parent_id="1598" tag="operation_1598" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1599" tag="operation_1599" canDelete="false" role_id="-1" > + <codeoperation parent_id="1599" tag="operation_1599" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1600" tag="operation_1600" canDelete="false" role_id="-1" > + <codeoperation parent_id="1600" tag="operation_1600" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1601" tag="operation_1601" canDelete="false" role_id="-1" > + <codeoperation parent_id="1601" tag="operation_1601" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1602" tag="operation_1602" canDelete="false" role_id="-1" > + <codeoperation parent_id="1602" tag="operation_1602" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1607" tag="operation_1607" canDelete="false" role_id="-1" > + <codeoperation parent_id="1607" tag="operation_1607" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1609" tag="operation_1609" canDelete="false" role_id="-1" > + <codeoperation parent_id="1609" tag="operation_1609" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1610" tag="operation_1610" canDelete="false" role_id="-1" > + <codeoperation parent_id="1610" tag="operation_1610" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1612" tag="operation_1612" canDelete="false" role_id="-1" > + <codeoperation parent_id="1612" tag="operation_1612" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1613" tag="operation_1613" canDelete="false" role_id="-1" > + <codeoperation parent_id="1613" tag="operation_1613" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1615" tag="operation_1615" canDelete="false" role_id="-1" > + <codeoperation parent_id="1615" tag="operation_1615" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1617" tag="operation_1617" canDelete="false" role_id="-1" > + <codeoperation parent_id="1617" tag="operation_1617" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1618" tag="operation_1618" canDelete="false" role_id="-1" > + <codeoperation parent_id="1618" tag="operation_1618" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1619" tag="operation_1619" canDelete="false" role_id="-1" > + <codeoperation parent_id="1619" tag="operation_1619" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -14898,431 +14898,431 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispaintdevice.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1454" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1454" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1454" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1454" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1454" tag="hblock_tag_0" canDelete="false" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1454" tag="hblock_tag_0" canDelete="false" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1454" tag="hblock_tag_1" canDelete="false" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1454" tag="hblock_tag_1" canDelete="false" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1456" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1456" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1456" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1456" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1456" tag="hblock_tag_2" canDelete="false" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1456" tag="hblock_tag_2" canDelete="false" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1456" tag="hblock_tag_3" canDelete="false" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1456" tag="hblock_tag_3" canDelete="false" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1457" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1457" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1457" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1457" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1457" tag="hblock_tag_4" canDelete="false" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1457" tag="hblock_tag_4" canDelete="false" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1457" tag="hblock_tag_5" canDelete="false" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1457" tag="hblock_tag_5" canDelete="false" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1459" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1459" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1459" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1459" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1459" tag="hblock_tag_6" canDelete="false" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1459" tag="hblock_tag_6" canDelete="false" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1459" tag="hblock_tag_7" canDelete="false" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1459" tag="hblock_tag_7" canDelete="false" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1460" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1460" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1460" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1460" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1460" tag="hblock_tag_8" canDelete="false" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1460" tag="hblock_tag_8" canDelete="false" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1460" tag="hblock_tag_9" canDelete="false" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1460" tag="hblock_tag_9" canDelete="false" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1461" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1461" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1461" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1461" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1461" tag="hblock_tag_10" canDelete="false" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1461" tag="hblock_tag_10" canDelete="false" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1461" tag="hblock_tag_11" canDelete="false" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1461" tag="hblock_tag_11" canDelete="false" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1462" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1462" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1462" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1462" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1462" tag="hblock_tag_12" canDelete="false" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1462" tag="hblock_tag_12" canDelete="false" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1462" tag="hblock_tag_13" canDelete="false" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1462" tag="hblock_tag_13" canDelete="false" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1463" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1463" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1463" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1463" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1463" tag="hblock_tag_14" canDelete="false" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1463" tag="hblock_tag_14" canDelete="false" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1463" tag="hblock_tag_15" canDelete="false" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1463" tag="hblock_tag_15" canDelete="false" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1464" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1464" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1464" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1464" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1464" tag="hblock_tag_16" canDelete="false" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1464" tag="hblock_tag_16" canDelete="false" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1464" tag="hblock_tag_17" canDelete="false" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1464" tag="hblock_tag_17" canDelete="false" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1465" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1465" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1465" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1465" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1465" tag="hblock_tag_18" canDelete="false" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1465" tag="hblock_tag_18" canDelete="false" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1465" tag="hblock_tag_19" canDelete="false" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1465" tag="hblock_tag_19" canDelete="false" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1466" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1466" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1466" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1466" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1466" tag="hblock_tag_20" canDelete="false" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1466" tag="hblock_tag_20" canDelete="false" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1466" tag="hblock_tag_21" canDelete="false" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1466" tag="hblock_tag_21" canDelete="false" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1467" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1467" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1467" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1467" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1467" tag="hblock_tag_22" canDelete="false" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1467" tag="hblock_tag_22" canDelete="false" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1467" tag="hblock_tag_23" canDelete="false" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1467" tag="hblock_tag_23" canDelete="false" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1468" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1468" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1468" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1468" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1468" tag="hblock_tag_24" canDelete="false" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1468" tag="hblock_tag_24" canDelete="false" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1468" tag="hblock_tag_25" canDelete="false" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1468" tag="hblock_tag_25" canDelete="false" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1469" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1469" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1469" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1469" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1469" tag="hblock_tag_26" canDelete="false" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1469" tag="hblock_tag_26" canDelete="false" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1469" tag="hblock_tag_27" canDelete="false" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1469" tag="hblock_tag_27" canDelete="false" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1470" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1470" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1470" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1470" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1470" tag="hblock_tag_28" canDelete="false" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1470" tag="hblock_tag_28" canDelete="false" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1470" tag="hblock_tag_29" canDelete="false" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1470" tag="hblock_tag_29" canDelete="false" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1471" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1471" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1471" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1471" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1471" tag="hblock_tag_30" canDelete="false" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1471" tag="hblock_tag_30" canDelete="false" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1471" tag="hblock_tag_31" canDelete="false" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1471" tag="hblock_tag_31" canDelete="false" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1472" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1472" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1472" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1472" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1472" tag="hblock_tag_32" canDelete="false" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1472" tag="hblock_tag_32" canDelete="false" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1472" tag="hblock_tag_33" canDelete="false" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1472" tag="hblock_tag_33" canDelete="false" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1473" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1473" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1473" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1473" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1473" tag="hblock_tag_34" canDelete="false" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1473" tag="hblock_tag_34" canDelete="false" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1473" tag="hblock_tag_35" canDelete="false" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1473" tag="hblock_tag_35" canDelete="false" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1455" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1455" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1455" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1455" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_36" canDelete="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_36" canDelete="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_37" canDelete="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_37" canDelete="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_38" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_38" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_39" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_39" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_40" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_40" canDelete="false" writeOutText="false" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1458" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1458" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1458" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1458" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_41" canDelete="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_41" canDelete="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_42" canDelete="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_42" canDelete="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_43" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_43" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_44" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_44" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_45" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_45" canDelete="false" writeOutText="false" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -15330,9 +15330,9 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1620" tqparent_class="1620" fileExt=".cpp" fileName="kislayer" > + <classifiercodedocument writeOutCode="true" package="" id="1620" parent_class="1620" fileExt=".cpp" fileName="kislayer" > <textblocks> - <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;#include "quantum.h"&#010;#include "kistilemgrsp.h"&#010;#include "kistqmasksp.h"&#010;#include "bool.h"&#010;" > + <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;#include "quantum.h"&#010;#include "kistilemgrsp.h"&#010;#include "kismasksp.h"&#010;#include "bool.h"&#010;" > <header> <cppcodedocumentation tag="" writeOutText="false" /> </header> @@ -15348,157 +15348,157 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1621" tag="hblock_tag_0" canDelete="false" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1621" tag="hblock_tag_0" canDelete="false" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1621" tag="hblock_tag_1" canDelete="false" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1621" tag="hblock_tag_1" canDelete="false" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1622" tag="hblock_tag_2" canDelete="false" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1622" tag="hblock_tag_2" canDelete="false" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1622" tag="hblock_tag_3" canDelete="false" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1622" tag="hblock_tag_3" canDelete="false" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1623" tag="hblock_tag_4" canDelete="false" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1623" tag="hblock_tag_4" canDelete="false" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1623" tag="hblock_tag_5" canDelete="false" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1623" tag="hblock_tag_5" canDelete="false" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1624" tag="hblock_tag_6" canDelete="false" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1624" tag="hblock_tag_6" canDelete="false" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1624" tag="hblock_tag_7" canDelete="false" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1624" tag="hblock_tag_7" canDelete="false" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1625" tag="hblock_tag_8" canDelete="false" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1625" tag="hblock_tag_8" canDelete="false" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1625" tag="hblock_tag_9" canDelete="false" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1625" tag="hblock_tag_9" canDelete="false" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1626" tag="hblock_tag_10" canDelete="false" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1626" tag="hblock_tag_10" canDelete="false" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1626" tag="hblock_tag_11" canDelete="false" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1626" tag="hblock_tag_11" canDelete="false" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1627" tag="hblock_tag_12" canDelete="false" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1627" tag="hblock_tag_12" canDelete="false" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1627" tag="hblock_tag_13" canDelete="false" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1627" tag="hblock_tag_13" canDelete="false" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1628" tag="operation_1628" canDelete="false" role_id="-1" > + <codeoperation parent_id="1628" tag="operation_1628" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1634" tag="operation_1634" canDelete="false" role_id="-1" > + <codeoperation parent_id="1634" tag="operation_1634" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1639" tag="operation_1639" canDelete="false" role_id="-1" > + <codeoperation parent_id="1639" tag="operation_1639" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1644" tag="operation_1644" canDelete="false" role_id="-1" > + <codeoperation parent_id="1644" tag="operation_1644" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1646" tag="operation_1646" canDelete="false" role_id="-1" > + <codeoperation parent_id="1646" tag="operation_1646" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1647" tag="operation_1647" canDelete="false" role_id="-1" > + <codeoperation parent_id="1647" tag="operation_1647" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1649" tag="operation_1649" canDelete="false" role_id="-1" > + <codeoperation parent_id="1649" tag="operation_1649" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1651" tag="operation_1651" canDelete="false" role_id="-1" > + <codeoperation parent_id="1651" tag="operation_1651" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1653" tag="operation_1653" canDelete="false" role_id="-1" > + <codeoperation parent_id="1653" tag="operation_1653" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1654" tag="operation_1654" canDelete="false" role_id="-1" > + <codeoperation parent_id="1654" tag="operation_1654" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1656" tag="operation_1656" canDelete="false" role_id="-1" > + <codeoperation parent_id="1656" tag="operation_1656" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1657" tag="operation_1657" canDelete="false" role_id="-1" > + <codeoperation parent_id="1657" tag="operation_1657" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1658" tag="operation_1658" canDelete="false" role_id="-1" > + <codeoperation parent_id="1658" tag="operation_1658" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1660" tag="operation_1660" canDelete="false" role_id="-1" > + <codeoperation parent_id="1660" tag="operation_1660" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1663" tag="operation_1663" canDelete="false" role_id="-1" > + <codeoperation parent_id="1663" tag="operation_1663" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1664" tag="operation_1664" canDelete="false" role_id="-1" > + <codeoperation parent_id="1664" tag="operation_1664" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1666" tag="operation_1666" canDelete="false" role_id="-1" > + <codeoperation parent_id="1666" tag="operation_1666" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15510,141 +15510,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kislayer.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1621" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1621" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1621" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1621" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1621" tag="hblock_tag_0" canDelete="false" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1621" tag="hblock_tag_0" canDelete="false" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1621" tag="hblock_tag_1" canDelete="false" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1621" tag="hblock_tag_1" canDelete="false" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1622" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1622" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1622" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1622" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1622" tag="hblock_tag_2" canDelete="false" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1622" tag="hblock_tag_2" canDelete="false" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1622" tag="hblock_tag_3" canDelete="false" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1622" tag="hblock_tag_3" canDelete="false" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1623" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1623" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1623" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1623" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1623" tag="hblock_tag_4" canDelete="false" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1623" tag="hblock_tag_4" canDelete="false" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1623" tag="hblock_tag_5" canDelete="false" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1623" tag="hblock_tag_5" canDelete="false" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1624" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1624" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1624" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1624" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1624" tag="hblock_tag_6" canDelete="false" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1624" tag="hblock_tag_6" canDelete="false" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1624" tag="hblock_tag_7" canDelete="false" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1624" tag="hblock_tag_7" canDelete="false" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1625" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1625" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1625" tag="hblock_tag_8" canDelete="false" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1625" tag="hblock_tag_8" canDelete="false" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1625" tag="hblock_tag_9" canDelete="false" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1625" tag="hblock_tag_9" canDelete="false" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1626" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1626" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1626" tag="hblock_tag_10" canDelete="false" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1626" tag="hblock_tag_10" canDelete="false" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1626" tag="hblock_tag_11" canDelete="false" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1626" tag="hblock_tag_11" canDelete="false" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1627" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1627" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1627" tag="hblock_tag_12" canDelete="false" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1627" tag="hblock_tag_12" canDelete="false" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1627" tag="hblock_tag_13" canDelete="false" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1627" tag="hblock_tag_13" canDelete="false" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15652,7 +15652,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1667" tqparent_class="1667" fileExt=".cpp" fileName="kisnameserver" > + <classifiercodedocument writeOutCode="true" package="" id="1667" parent_class="1667" fileExt=".cpp" fileName="kisnameserver" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -15670,47 +15670,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1668" tag="hblock_tag_0" canDelete="false" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1668" tag="hblock_tag_0" canDelete="false" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1668" tag="hblock_tag_1" canDelete="false" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1668" tag="hblock_tag_1" canDelete="false" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1669" tag="hblock_tag_2" canDelete="false" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1669" tag="hblock_tag_2" canDelete="false" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1669" tag="hblock_tag_3" canDelete="false" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1669" tag="hblock_tag_3" canDelete="false" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1670" tag="operation_1670" canDelete="false" role_id="-1" > + <codeoperation parent_id="1670" tag="operation_1670" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1673" tag="operation_1673" canDelete="false" role_id="-1" > + <codeoperation parent_id="1673" tag="operation_1673" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1674" tag="operation_1674" canDelete="false" role_id="-1" > + <codeoperation parent_id="1674" tag="operation_1674" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1675" tag="operation_1675" canDelete="false" role_id="-1" > + <codeoperation parent_id="1675" tag="operation_1675" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1676" tag="operation_1676" canDelete="false" role_id="-1" > + <codeoperation parent_id="1676" tag="operation_1676" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15722,41 +15722,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisnameserver.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1668" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1668" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1668" tag="hblock_tag_0" canDelete="false" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1668" tag="hblock_tag_0" canDelete="false" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1668" tag="hblock_tag_1" canDelete="false" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1668" tag="hblock_tag_1" canDelete="false" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1669" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1669" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1669" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1669" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1669" tag="hblock_tag_2" canDelete="false" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1669" tag="hblock_tag_2" canDelete="false" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1669" tag="hblock_tag_3" canDelete="false" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1669" tag="hblock_tag_3" canDelete="false" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15764,7 +15764,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1677" tqparent_class="1677" fileExt=".cpp" fileName="kismemento" > + <classifiercodedocument writeOutCode="true" package="" id="1677" parent_class="1677" fileExt=".cpp" fileName="kismemento" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -15782,7 +15782,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1678" tag="operation_1678" canDelete="false" role_id="-1" > + <codeoperation parent_id="1678" tag="operation_1678" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15795,7 +15795,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1679" tqparent_class="1679" fileExt=".cpp" fileName="kispaintdevicevisitor" > + <classifiercodedocument writeOutCode="true" package="" id="1679" parent_class="1679" fileExt=".cpp" fileName="kispaintdevicevisitor" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "kislayersp.h"&#010;#include "kispaintdevicesp.h"&#010;#include "kisselectionsp.h"&#010;" > <header> @@ -15813,62 +15813,62 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1680" tag="operation_1680" canDelete="false" role_id="-1" > + <codeoperation parent_id="1680" tag="operation_1680" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1683" tag="operation_1683" canDelete="false" role_id="-1" > + <codeoperation parent_id="1683" tag="operation_1683" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1686" tag="operation_1686" canDelete="false" role_id="-1" > + <codeoperation parent_id="1686" tag="operation_1686" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1689" tag="operation_1689" canDelete="false" role_id="-1" > + <codeoperation parent_id="1689" tag="operation_1689" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1692" tag="operation_1692" canDelete="false" role_id="-1" > + <codeoperation parent_id="1692" tag="operation_1692" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1695" tag="operation_1695" canDelete="false" role_id="-1" > + <codeoperation parent_id="1695" tag="operation_1695" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1696" tag="operation_1696" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1696" tag="operation_1696" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1699" tag="operation_1699" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1699" tag="operation_1699" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1702" tag="operation_1702" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1702" tag="operation_1702" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1705" tag="operation_1705" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1705" tag="operation_1705" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1708" tag="operation_1708" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1708" tag="operation_1708" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1711" tag="operation_1711" canDelete="false" role_id="-1" > + <codeoperation parent_id="1711" tag="operation_1711" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15881,7 +15881,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1712" tqparent_class="1712" fileExt=".cpp" fileName="kismementooriginatorinterface" > + <classifiercodedocument writeOutCode="true" package="" id="1712" parent_class="1712" fileExt=".cpp" fileName="kismementooriginatorinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kismementosp.h"&#010;" > <header> @@ -15899,32 +15899,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1713" tag="operation_1713" canDelete="false" role_id="-1" > + <codeoperation parent_id="1713" tag="operation_1713" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1715" tag="operation_1715" canDelete="false" role_id="-1" > + <codeoperation parent_id="1715" tag="operation_1715" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1716" tag="operation_1716" canDelete="false" role_id="-1" > + <codeoperation parent_id="1716" tag="operation_1716" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1718" tag="operation_1718" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1718" tag="operation_1718" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1720" tag="operation_1720" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="1720" tag="operation_1720" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1721" tag="operation_1721" canDelete="false" role_id="-1" > + <codeoperation parent_id="1721" tag="operation_1721" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -15937,7 +15937,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1722" tqparent_class="1722" fileExt=".cpp" fileName="kistqmask" > + <classifiercodedocument writeOutCode="true" package="" id="1722" parent_class="1722" fileExt=".cpp" fileName="kistqmask" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisimagesp.h"&#010;#include "bool.h"&#010;#include "kislayersp.h"&#010;" > <header> @@ -15955,47 +15955,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="1723" tag="operation_1723" canDelete="false" role_id="-1" > + <codeoperation parent_id="1723" tag="operation_1723" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1729" tag="operation_1729" canDelete="false" role_id="-1" > + <codeoperation parent_id="1729" tag="operation_1729" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1731" tag="operation_1731" canDelete="false" role_id="-1" > + <codeoperation parent_id="1731" tag="operation_1731" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1732" tag="operation_1732" canDelete="false" role_id="-1" > + <codeoperation parent_id="1732" tag="operation_1732" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1734" tag="operation_1734" canDelete="false" role_id="-1" > + <codeoperation parent_id="1734" tag="operation_1734" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1735" tag="operation_1735" canDelete="false" role_id="-1" > + <codeoperation parent_id="1735" tag="operation_1735" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1737" tag="operation_1737" canDelete="false" role_id="-1" > + <codeoperation parent_id="1737" tag="operation_1737" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1738" tag="operation_1738" canDelete="false" role_id="-1" > + <codeoperation parent_id="1738" tag="operation_1738" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1740" tag="operation_1740" canDelete="false" role_id="-1" > + <codeoperation parent_id="1740" tag="operation_1740" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -16008,7 +16008,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1741" tqparent_class="1741" fileExt=".cpp" fileName="kisimagepipebrush" > + <classifiercodedocument writeOutCode="true" package="" id="1741" parent_class="1741" fileExt=".cpp" fileName="kisimagepipebrush" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -16026,147 +16026,147 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1743" tag="hblock_tag_0" canDelete="false" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1743" tag="hblock_tag_0" canDelete="false" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1743" tag="hblock_tag_1" canDelete="false" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1743" tag="hblock_tag_1" canDelete="false" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1744" tag="hblock_tag_2" canDelete="false" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1744" tag="hblock_tag_2" canDelete="false" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1744" tag="hblock_tag_3" canDelete="false" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1744" tag="hblock_tag_3" canDelete="false" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1745" tag="hblock_tag_4" canDelete="false" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1745" tag="hblock_tag_4" canDelete="false" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1745" tag="hblock_tag_5" canDelete="false" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1745" tag="hblock_tag_5" canDelete="false" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1746" tag="hblock_tag_6" canDelete="false" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1746" tag="hblock_tag_6" canDelete="false" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1746" tag="hblock_tag_7" canDelete="false" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1746" tag="hblock_tag_7" canDelete="false" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1747" tag="hblock_tag_8" canDelete="false" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1747" tag="hblock_tag_8" canDelete="false" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1747" tag="hblock_tag_9" canDelete="false" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1747" tag="hblock_tag_9" canDelete="false" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1748" tag="hblock_tag_10" canDelete="false" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1748" tag="hblock_tag_10" canDelete="false" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1748" tag="hblock_tag_11" canDelete="false" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1748" tag="hblock_tag_11" canDelete="false" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1749" tag="hblock_tag_12" canDelete="false" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1749" tag="hblock_tag_12" canDelete="false" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1749" tag="hblock_tag_13" canDelete="false" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1749" tag="hblock_tag_13" canDelete="false" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_14" canDelete="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_14" canDelete="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_15" canDelete="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_15" canDelete="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1750" tag="operation_1750" canDelete="false" role_id="-1" > + <codeoperation parent_id="1750" tag="operation_1750" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1752" tag="operation_1752" canDelete="false" role_id="-1" > + <codeoperation parent_id="1752" tag="operation_1752" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1753" tag="operation_1753" canDelete="false" role_id="-1" > + <codeoperation parent_id="1753" tag="operation_1753" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1754" tag="operation_1754" canDelete="false" role_id="-1" > + <codeoperation parent_id="1754" tag="operation_1754" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="@return the next image in the pipe." /> </header> </codeoperation> - <codeoperation tqparent_id="1755" tag="operation_1755" canDelete="false" role_id="-1" > + <codeoperation parent_id="1755" tag="operation_1755" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1756" tag="operation_1756" canDelete="false" role_id="-1" > + <codeoperation parent_id="1756" tag="operation_1756" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="@return the next tqmask in the pipe." /> </header> </codeoperation> - <codeoperation tqparent_id="1758" tag="operation_1758" canDelete="false" role_id="-1" > + <codeoperation parent_id="1758" tag="operation_1758" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1759" tag="operation_1759" canDelete="false" role_id="-1" > + <codeoperation parent_id="1759" tag="operation_1759" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1761" tag="operation_1761" canDelete="false" role_id="-1" > + <codeoperation parent_id="1761" tag="operation_1761" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1763" tag="operation_1763" canDelete="false" role_id="-1" > + <codeoperation parent_id="1763" tag="operation_1763" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -16178,176 +16178,176 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimagepipebrush.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1743" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1743" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1743" tag="hblock_tag_0" canDelete="false" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1743" tag="hblock_tag_0" canDelete="false" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1743" tag="hblock_tag_1" canDelete="false" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1743" tag="hblock_tag_1" canDelete="false" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1744" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1744" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1744" tag="hblock_tag_2" canDelete="false" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1744" tag="hblock_tag_2" canDelete="false" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1744" tag="hblock_tag_3" canDelete="false" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1744" tag="hblock_tag_3" canDelete="false" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1745" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1745" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1745" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1745" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1745" tag="hblock_tag_4" canDelete="false" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1745" tag="hblock_tag_4" canDelete="false" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1745" tag="hblock_tag_5" canDelete="false" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1745" tag="hblock_tag_5" canDelete="false" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1746" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1746" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1746" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1746" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1746" tag="hblock_tag_6" canDelete="false" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1746" tag="hblock_tag_6" canDelete="false" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1746" tag="hblock_tag_7" canDelete="false" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1746" tag="hblock_tag_7" canDelete="false" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1747" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1747" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1747" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1747" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1747" tag="hblock_tag_8" canDelete="false" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1747" tag="hblock_tag_8" canDelete="false" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1747" tag="hblock_tag_9" canDelete="false" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1747" tag="hblock_tag_9" canDelete="false" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1748" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1748" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1748" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1748" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1748" tag="hblock_tag_10" canDelete="false" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1748" tag="hblock_tag_10" canDelete="false" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1748" tag="hblock_tag_11" canDelete="false" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1748" tag="hblock_tag_11" canDelete="false" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1749" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1749" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1749" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1749" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1749" tag="hblock_tag_12" canDelete="false" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1749" tag="hblock_tag_12" canDelete="false" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1749" tag="hblock_tag_13" canDelete="false" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1749" tag="hblock_tag_13" canDelete="false" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1742" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1742" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1742" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1742" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_14" canDelete="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_14" canDelete="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_15" canDelete="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_15" canDelete="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -16355,7 +16355,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1767" tqparent_class="1767" fileExt=".cpp" fileName="kispainter" > + <classifiercodedocument writeOutCode="true" package="" id="1767" parent_class="1767" fileExt=".cpp" fileName="kispainter" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kispaintdevicesp.h"&#010;#include "compositeop.h"&#010;#include "quantum.h"&#010;#include "float.h"&#010;#include "kistilesp.h"&#010;#include "kislayersp.h"&#010;" > <header> @@ -16373,357 +16373,357 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1768" tag="hblock_tag_0" canDelete="false" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1768" tag="hblock_tag_0" canDelete="false" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1768" tag="hblock_tag_1" canDelete="false" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1768" tag="hblock_tag_1" canDelete="false" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1770" tag="hblock_tag_2" canDelete="false" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1770" tag="hblock_tag_2" canDelete="false" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1770" tag="hblock_tag_3" canDelete="false" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1770" tag="hblock_tag_3" canDelete="false" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1771" tag="hblock_tag_4" canDelete="false" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1771" tag="hblock_tag_4" canDelete="false" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1771" tag="hblock_tag_5" canDelete="false" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1771" tag="hblock_tag_5" canDelete="false" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1772" tag="hblock_tag_6" canDelete="false" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1772" tag="hblock_tag_6" canDelete="false" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1772" tag="hblock_tag_7" canDelete="false" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1772" tag="hblock_tag_7" canDelete="false" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1773" tag="hblock_tag_8" canDelete="false" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1773" tag="hblock_tag_8" canDelete="false" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1773" tag="hblock_tag_9" canDelete="false" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1773" tag="hblock_tag_9" canDelete="false" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1774" tag="hblock_tag_10" canDelete="false" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1774" tag="hblock_tag_10" canDelete="false" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1774" tag="hblock_tag_11" canDelete="false" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1774" tag="hblock_tag_11" canDelete="false" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1775" tag="hblock_tag_12" canDelete="false" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1775" tag="hblock_tag_12" canDelete="false" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1775" tag="hblock_tag_13" canDelete="false" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1775" tag="hblock_tag_13" canDelete="false" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1777" tag="hblock_tag_14" canDelete="false" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1777" tag="hblock_tag_14" canDelete="false" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1777" tag="hblock_tag_15" canDelete="false" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1777" tag="hblock_tag_15" canDelete="false" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1778" tag="hblock_tag_16" canDelete="false" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1778" tag="hblock_tag_16" canDelete="false" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1778" tag="hblock_tag_17" canDelete="false" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1778" tag="hblock_tag_17" canDelete="false" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1779" tag="hblock_tag_18" canDelete="false" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1779" tag="hblock_tag_18" canDelete="false" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1779" tag="hblock_tag_19" canDelete="false" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1779" tag="hblock_tag_19" canDelete="false" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1780" tag="hblock_tag_20" canDelete="false" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1780" tag="hblock_tag_20" canDelete="false" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1780" tag="hblock_tag_21" canDelete="false" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1780" tag="hblock_tag_21" canDelete="false" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1781" tag="hblock_tag_22" canDelete="false" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1781" tag="hblock_tag_22" canDelete="false" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1781" tag="hblock_tag_23" canDelete="false" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1781" tag="hblock_tag_23" canDelete="false" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1782" tag="hblock_tag_24" canDelete="false" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1782" tag="hblock_tag_24" canDelete="false" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1782" tag="hblock_tag_25" canDelete="false" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1782" tag="hblock_tag_25" canDelete="false" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1783" tag="hblock_tag_26" canDelete="false" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1783" tag="hblock_tag_26" canDelete="false" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1783" tag="hblock_tag_27" canDelete="false" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1783" tag="hblock_tag_27" canDelete="false" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_28" canDelete="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_28" canDelete="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_29" canDelete="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_29" canDelete="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_33" canDelete="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_33" canDelete="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_34" canDelete="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_34" canDelete="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_35" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_35" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_36" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_36" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_37" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_37" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1784" tag="operation_1784" canDelete="false" role_id="-1" > + <codeoperation parent_id="1784" tag="operation_1784" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1786" tag="operation_1786" canDelete="false" role_id="-1" > + <codeoperation parent_id="1786" tag="operation_1786" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1787" tag="operation_1787" canDelete="false" role_id="-1" > + <codeoperation parent_id="1787" tag="operation_1787" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1789" tag="operation_1789" canDelete="false" role_id="-1" > + <codeoperation parent_id="1789" tag="operation_1789" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1791" tag="operation_1791" canDelete="false" role_id="-1" > + <codeoperation parent_id="1791" tag="operation_1791" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1793" tag="operation_1793" canDelete="false" role_id="-1" > + <codeoperation parent_id="1793" tag="operation_1793" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1795" tag="operation_1795" canDelete="false" role_id="-1" > + <codeoperation parent_id="1795" tag="operation_1795" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1805" tag="operation_1805" canDelete="false" role_id="-1" > + <codeoperation parent_id="1805" tag="operation_1805" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1814" tag="operation_1814" canDelete="false" role_id="-1" > + <codeoperation parent_id="1814" tag="operation_1814" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1816" tag="operation_1816" canDelete="false" role_id="-1" > + <codeoperation parent_id="1816" tag="operation_1816" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1817" tag="operation_1817" canDelete="false" role_id="-1" > + <codeoperation parent_id="1817" tag="operation_1817" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1818" tag="operation_1818" canDelete="false" role_id="-1" > + <codeoperation parent_id="1818" tag="operation_1818" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1819" tag="operation_1819" canDelete="false" role_id="-1" > + <codeoperation parent_id="1819" tag="operation_1819" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1820" tag="operation_1820" canDelete="false" role_id="-1" > + <codeoperation parent_id="1820" tag="operation_1820" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1825" tag="operation_1825" canDelete="false" role_id="-1" > + <codeoperation parent_id="1825" tag="operation_1825" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1832" tag="operation_1832" canDelete="false" role_id="-1" > + <codeoperation parent_id="1832" tag="operation_1832" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1837" tag="operation_1837" canDelete="false" role_id="-1" > + <codeoperation parent_id="1837" tag="operation_1837" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1839" tag="operation_1839" canDelete="false" role_id="-1" > + <codeoperation parent_id="1839" tag="operation_1839" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1845" tag="operation_1845" canDelete="false" role_id="-1" > + <codeoperation parent_id="1845" tag="operation_1845" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1852" tag="operation_1852" canDelete="false" role_id="-1" > + <codeoperation parent_id="1852" tag="operation_1852" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1855" tag="operation_1855" canDelete="false" role_id="-1" > + <codeoperation parent_id="1855" tag="operation_1855" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1859" tag="operation_1859" canDelete="false" role_id="-1" > + <codeoperation parent_id="1859" tag="operation_1859" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1864" tag="operation_1864" canDelete="false" role_id="-1" > + <codeoperation parent_id="1864" tag="operation_1864" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1871" tag="operation_1871" canDelete="false" role_id="-1" > + <codeoperation parent_id="1871" tag="operation_1871" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1873" tag="operation_1873" canDelete="false" role_id="-1" > + <codeoperation parent_id="1873" tag="operation_1873" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1875" tag="operation_1875" canDelete="false" role_id="-1" > + <codeoperation parent_id="1875" tag="operation_1875" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1877" tag="operation_1877" canDelete="false" role_id="-1" > + <codeoperation parent_id="1877" tag="operation_1877" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1879" tag="operation_1879" canDelete="false" role_id="-1" > + <codeoperation parent_id="1879" tag="operation_1879" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1881" tag="operation_1881" canDelete="false" role_id="-1" > + <codeoperation parent_id="1881" tag="operation_1881" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1883" tag="operation_1883" canDelete="false" role_id="-1" > + <codeoperation parent_id="1883" tag="operation_1883" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1885" tag="operation_1885" canDelete="false" role_id="-1" > + <codeoperation parent_id="1885" tag="operation_1885" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1894" tag="operation_1894" canDelete="false" role_id="-1" > + <codeoperation parent_id="1894" tag="operation_1894" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1902" tag="operation_1902" canDelete="false" role_id="-1" > + <codeoperation parent_id="1902" tag="operation_1902" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -16735,351 +16735,351 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispainter.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1768" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1768" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1768" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1768" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1768" tag="hblock_tag_0" canDelete="false" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1768" tag="hblock_tag_0" canDelete="false" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1768" tag="hblock_tag_1" canDelete="false" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1768" tag="hblock_tag_1" canDelete="false" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1770" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1770" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1770" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1770" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1770" tag="hblock_tag_2" canDelete="false" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1770" tag="hblock_tag_2" canDelete="false" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1770" tag="hblock_tag_3" canDelete="false" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1770" tag="hblock_tag_3" canDelete="false" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1771" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1771" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1771" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1771" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1771" tag="hblock_tag_4" canDelete="false" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1771" tag="hblock_tag_4" canDelete="false" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1771" tag="hblock_tag_5" canDelete="false" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1771" tag="hblock_tag_5" canDelete="false" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1772" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1772" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1772" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1772" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1772" tag="hblock_tag_6" canDelete="false" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1772" tag="hblock_tag_6" canDelete="false" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1772" tag="hblock_tag_7" canDelete="false" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1772" tag="hblock_tag_7" canDelete="false" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1773" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1773" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1773" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1773" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1773" tag="hblock_tag_8" canDelete="false" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1773" tag="hblock_tag_8" canDelete="false" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1773" tag="hblock_tag_9" canDelete="false" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1773" tag="hblock_tag_9" canDelete="false" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1774" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1774" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1774" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1774" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1774" tag="hblock_tag_10" canDelete="false" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1774" tag="hblock_tag_10" canDelete="false" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1774" tag="hblock_tag_11" canDelete="false" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1774" tag="hblock_tag_11" canDelete="false" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1775" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1775" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1775" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1775" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1775" tag="hblock_tag_12" canDelete="false" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1775" tag="hblock_tag_12" canDelete="false" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1775" tag="hblock_tag_13" canDelete="false" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1775" tag="hblock_tag_13" canDelete="false" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1777" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1777" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1777" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1777" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1777" tag="hblock_tag_14" canDelete="false" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1777" tag="hblock_tag_14" canDelete="false" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1777" tag="hblock_tag_15" canDelete="false" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1777" tag="hblock_tag_15" canDelete="false" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1778" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1778" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1778" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1778" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1778" tag="hblock_tag_16" canDelete="false" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1778" tag="hblock_tag_16" canDelete="false" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1778" tag="hblock_tag_17" canDelete="false" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1778" tag="hblock_tag_17" canDelete="false" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1779" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1779" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1779" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1779" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1779" tag="hblock_tag_18" canDelete="false" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1779" tag="hblock_tag_18" canDelete="false" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1779" tag="hblock_tag_19" canDelete="false" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1779" tag="hblock_tag_19" canDelete="false" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1780" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1780" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1780" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1780" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1780" tag="hblock_tag_20" canDelete="false" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1780" tag="hblock_tag_20" canDelete="false" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1780" tag="hblock_tag_21" canDelete="false" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1780" tag="hblock_tag_21" canDelete="false" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1781" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1781" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1781" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1781" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1781" tag="hblock_tag_22" canDelete="false" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1781" tag="hblock_tag_22" canDelete="false" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1781" tag="hblock_tag_23" canDelete="false" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1781" tag="hblock_tag_23" canDelete="false" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1782" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1782" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1782" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1782" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1782" tag="hblock_tag_24" canDelete="false" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1782" tag="hblock_tag_24" canDelete="false" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1782" tag="hblock_tag_25" canDelete="false" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1782" tag="hblock_tag_25" canDelete="false" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1783" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1783" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1783" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1783" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1783" tag="hblock_tag_26" canDelete="false" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1783" tag="hblock_tag_26" canDelete="false" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1783" tag="hblock_tag_27" canDelete="false" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1783" tag="hblock_tag_27" canDelete="false" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1769" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1769" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1769" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1769" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_28" canDelete="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_28" canDelete="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_29" canDelete="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_29" canDelete="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_30" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_31" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_32" canDelete="false" writeOutText="false" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1776" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1776" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1776" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1776" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_33" canDelete="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_33" canDelete="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_34" canDelete="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_34" canDelete="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_35" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_35" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_36" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_36" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_37" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_37" canDelete="false" writeOutText="false" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -17087,7 +17087,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1903" tqparent_class="1903" fileExt=".cpp" fileName="kisselection" > + <classifiercodedocument writeOutCode="true" package="" id="1903" parent_class="1903" fileExt=".cpp" fileName="kisselection" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kispaintdevicesp.h"&#010;#include "kisimagesp.h"&#010;#include "quantum.h"&#010;#include "bool.h"&#010;" > <header> @@ -17105,142 +17105,142 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1904" tag="hblock_tag_0" canDelete="false" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1904" tag="hblock_tag_0" canDelete="false" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1904" tag="hblock_tag_1" canDelete="false" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1904" tag="hblock_tag_1" canDelete="false" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1905" tag="hblock_tag_2" canDelete="false" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1905" tag="hblock_tag_2" canDelete="false" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1905" tag="hblock_tag_3" canDelete="false" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1905" tag="hblock_tag_3" canDelete="false" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1906" tag="hblock_tag_4" canDelete="false" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1906" tag="hblock_tag_4" canDelete="false" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1906" tag="hblock_tag_5" canDelete="false" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1906" tag="hblock_tag_5" canDelete="false" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1907" tag="hblock_tag_6" canDelete="false" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1907" tag="hblock_tag_6" canDelete="false" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1907" tag="hblock_tag_7" canDelete="false" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1907" tag="hblock_tag_7" canDelete="false" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1908" tag="hblock_tag_8" canDelete="false" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1908" tag="hblock_tag_8" canDelete="false" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1908" tag="hblock_tag_9" canDelete="false" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1908" tag="hblock_tag_9" canDelete="false" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1909" tag="hblock_tag_10" canDelete="false" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1909" tag="hblock_tag_10" canDelete="false" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1909" tag="hblock_tag_11" canDelete="false" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1909" tag="hblock_tag_11" canDelete="false" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1910" tag="hblock_tag_12" canDelete="false" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1910" tag="hblock_tag_12" canDelete="false" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1910" tag="hblock_tag_13" canDelete="false" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1910" tag="hblock_tag_13" canDelete="false" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1911" tag="operation_1911" canDelete="false" role_id="-1" > + <codeoperation parent_id="1911" tag="operation_1911" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1916" tag="operation_1916" canDelete="false" role_id="-1" > + <codeoperation parent_id="1916" tag="operation_1916" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1921" tag="operation_1921" canDelete="false" role_id="-1" > + <codeoperation parent_id="1921" tag="operation_1921" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1922" tag="operation_1922" canDelete="false" role_id="-1" > + <codeoperation parent_id="1922" tag="operation_1922" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1924" tag="operation_1924" canDelete="false" role_id="-1" > + <codeoperation parent_id="1924" tag="operation_1924" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1925" tag="operation_1925" canDelete="false" role_id="-1" > + <codeoperation parent_id="1925" tag="operation_1925" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1927" tag="operation_1927" canDelete="false" role_id="-1" > + <codeoperation parent_id="1927" tag="operation_1927" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1930" tag="operation_1930" canDelete="false" role_id="-1" > + <codeoperation parent_id="1930" tag="operation_1930" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1931" tag="operation_1931" canDelete="false" role_id="-1" > + <codeoperation parent_id="1931" tag="operation_1931" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1936" tag="operation_1936" canDelete="false" role_id="-1" > + <codeoperation parent_id="1936" tag="operation_1936" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1938" tag="operation_1938" canDelete="false" role_id="-1" > + <codeoperation parent_id="1938" tag="operation_1938" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1940" tag="operation_1940" canDelete="false" role_id="-1" > + <codeoperation parent_id="1940" tag="operation_1940" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1941" tag="operation_1941" canDelete="false" role_id="-1" > + <codeoperation parent_id="1941" tag="operation_1941" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1942" tag="operation_1942" canDelete="false" role_id="-1" > + <codeoperation parent_id="1942" tag="operation_1942" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -17252,141 +17252,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisselection.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:50:04&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1904" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1904" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1904" tag="hblock_tag_0" canDelete="false" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1904" tag="hblock_tag_0" canDelete="false" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1904" tag="hblock_tag_1" canDelete="false" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1904" tag="hblock_tag_1" canDelete="false" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1905" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1905" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1905" tag="hblock_tag_2" canDelete="false" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1905" tag="hblock_tag_2" canDelete="false" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1905" tag="hblock_tag_3" canDelete="false" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1905" tag="hblock_tag_3" canDelete="false" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1906" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1906" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1906" tag="hblock_tag_4" canDelete="false" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1906" tag="hblock_tag_4" canDelete="false" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1906" tag="hblock_tag_5" canDelete="false" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1906" tag="hblock_tag_5" canDelete="false" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1907" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1907" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1907" tag="hblock_tag_6" canDelete="false" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1907" tag="hblock_tag_6" canDelete="false" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1907" tag="hblock_tag_7" canDelete="false" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1907" tag="hblock_tag_7" canDelete="false" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1908" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1908" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1908" tag="hblock_tag_8" canDelete="false" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1908" tag="hblock_tag_8" canDelete="false" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1908" tag="hblock_tag_9" canDelete="false" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1908" tag="hblock_tag_9" canDelete="false" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1909" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1909" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1909" tag="hblock_tag_10" canDelete="false" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1909" tag="hblock_tag_10" canDelete="false" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1909" tag="hblock_tag_11" canDelete="false" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1909" tag="hblock_tag_11" canDelete="false" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1910" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1910" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1910" tag="hblock_tag_12" canDelete="false" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1910" tag="hblock_tag_12" canDelete="false" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1910" tag="hblock_tag_13" canDelete="false" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1910" tag="hblock_tag_13" canDelete="false" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -17394,7 +17394,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1943" tqparent_class="1943" fileExt=".cpp" fileName="kisresourcemediator" > + <classifiercodedocument writeOutCode="true" package="" id="1943" parent_class="1943" fileExt=".cpp" fileName="kisresourcemediator" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -17412,117 +17412,117 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1944" tag="hblock_tag_0" canDelete="false" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1944" tag="hblock_tag_0" canDelete="false" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1944" tag="hblock_tag_1" canDelete="false" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1944" tag="hblock_tag_1" canDelete="false" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1945" tag="hblock_tag_2" canDelete="false" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1945" tag="hblock_tag_2" canDelete="false" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1945" tag="hblock_tag_3" canDelete="false" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1945" tag="hblock_tag_3" canDelete="false" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1946" tag="hblock_tag_4" canDelete="false" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1946" tag="hblock_tag_4" canDelete="false" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1946" tag="hblock_tag_5" canDelete="false" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1946" tag="hblock_tag_5" canDelete="false" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1947" tag="operation_1947" canDelete="false" role_id="-1" > + <codeoperation parent_id="1947" tag="operation_1947" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1955" tag="operation_1955" canDelete="false" role_id="-1" > + <codeoperation parent_id="1955" tag="operation_1955" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1956" tag="operation_1956" canDelete="false" role_id="-1" > + <codeoperation parent_id="1956" tag="operation_1956" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1957" tag="operation_1957" canDelete="false" role_id="-1" > + <codeoperation parent_id="1957" tag="operation_1957" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1959" tag="operation_1959" canDelete="false" role_id="-1" > + <codeoperation parent_id="1959" tag="operation_1959" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1961" tag="operation_1961" canDelete="false" role_id="-1" > + <codeoperation parent_id="1961" tag="operation_1961" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1963" tag="operation_1963" canDelete="false" role_id="-1" > + <codeoperation parent_id="1963" tag="operation_1963" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -17534,131 +17534,131 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisresourcemediator.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1944" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1944" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1944" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1944" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1944" tag="hblock_tag_0" canDelete="false" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1944" tag="hblock_tag_0" canDelete="false" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1944" tag="hblock_tag_1" canDelete="false" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1944" tag="hblock_tag_1" canDelete="false" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1945" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1945" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1945" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1945" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1945" tag="hblock_tag_2" canDelete="false" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1945" tag="hblock_tag_2" canDelete="false" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1945" tag="hblock_tag_3" canDelete="false" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1945" tag="hblock_tag_3" canDelete="false" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1946" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1946" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1946" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1946" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1946" tag="hblock_tag_4" canDelete="false" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1946" tag="hblock_tag_4" canDelete="false" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1946" tag="hblock_tag_5" canDelete="false" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1946" tag="hblock_tag_5" canDelete="false" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2369" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2369" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2369" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2369" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2423" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2423" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2423" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2423" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -17666,7 +17666,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1964" tqparent_class="1964" fileExt=".cpp" fileName="kisresourceserver" > + <classifiercodedocument writeOutCode="true" package="" id="1964" parent_class="1964" fileExt=".cpp" fileName="kisresourceserver" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -17684,132 +17684,132 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1965" tag="hblock_tag_0" canDelete="false" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1965" tag="hblock_tag_0" canDelete="false" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1965" tag="hblock_tag_1" canDelete="false" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1965" tag="hblock_tag_1" canDelete="false" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1966" tag="hblock_tag_2" canDelete="false" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1966" tag="hblock_tag_2" canDelete="false" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1966" tag="hblock_tag_3" canDelete="false" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1966" tag="hblock_tag_3" canDelete="false" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1967" tag="hblock_tag_4" canDelete="false" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1967" tag="hblock_tag_4" canDelete="false" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1967" tag="hblock_tag_5" canDelete="false" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1967" tag="hblock_tag_5" canDelete="false" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1968" tag="hblock_tag_6" canDelete="false" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1968" tag="hblock_tag_6" canDelete="false" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1968" tag="hblock_tag_7" canDelete="false" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1968" tag="hblock_tag_7" canDelete="false" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1969" tag="hblock_tag_8" canDelete="false" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1969" tag="hblock_tag_8" canDelete="false" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1969" tag="hblock_tag_9" canDelete="false" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1969" tag="hblock_tag_9" canDelete="false" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1970" tag="hblock_tag_10" canDelete="false" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1970" tag="hblock_tag_10" canDelete="false" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1970" tag="hblock_tag_11" canDelete="false" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1970" tag="hblock_tag_11" canDelete="false" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1971" tag="operation_1971" canDelete="false" role_id="-1" > + <codeoperation parent_id="1971" tag="operation_1971" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1972" tag="operation_1972" canDelete="false" role_id="-1" > + <codeoperation parent_id="1972" tag="operation_1972" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1973" tag="operation_1973" canDelete="false" role_id="-1" > + <codeoperation parent_id="1973" tag="operation_1973" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1974" tag="operation_1974" canDelete="false" role_id="-1" > + <codeoperation parent_id="1974" tag="operation_1974" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1975" tag="operation_1975" canDelete="false" role_id="-1" > + <codeoperation parent_id="1975" tag="operation_1975" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1976" tag="operation_1976" canDelete="false" role_id="-1" > + <codeoperation parent_id="1976" tag="operation_1976" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1977" tag="operation_1977" canDelete="false" role_id="-1" > + <codeoperation parent_id="1977" tag="operation_1977" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1978" tag="operation_1978" canDelete="false" role_id="-1" > + <codeoperation parent_id="1978" tag="operation_1978" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1979" tag="operation_1979" canDelete="false" role_id="-1" > + <codeoperation parent_id="1979" tag="operation_1979" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1980" tag="operation_1980" canDelete="false" role_id="-1" > + <codeoperation parent_id="1980" tag="operation_1980" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1981" tag="operation_1981" canDelete="false" role_id="-1" > + <codeoperation parent_id="1981" tag="operation_1981" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1982" tag="operation_1982" canDelete="false" role_id="-1" > + <codeoperation parent_id="1982" tag="operation_1982" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1983" tag="operation_1983" canDelete="false" role_id="-1" > + <codeoperation parent_id="1983" tag="operation_1983" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1984" tag="operation_1984" canDelete="false" role_id="-1" > + <codeoperation parent_id="1984" tag="operation_1984" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -17821,121 +17821,121 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisresourceserver.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1965" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1965" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1965" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1965" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1965" tag="hblock_tag_0" canDelete="false" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1965" tag="hblock_tag_0" canDelete="false" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1965" tag="hblock_tag_1" canDelete="false" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1965" tag="hblock_tag_1" canDelete="false" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1966" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1966" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1966" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1966" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1966" tag="hblock_tag_2" canDelete="false" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1966" tag="hblock_tag_2" canDelete="false" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1966" tag="hblock_tag_3" canDelete="false" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1966" tag="hblock_tag_3" canDelete="false" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1967" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1967" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1967" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1967" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1967" tag="hblock_tag_4" canDelete="false" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1967" tag="hblock_tag_4" canDelete="false" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1967" tag="hblock_tag_5" canDelete="false" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1967" tag="hblock_tag_5" canDelete="false" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1968" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1968" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1968" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1968" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1968" tag="hblock_tag_6" canDelete="false" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1968" tag="hblock_tag_6" canDelete="false" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1968" tag="hblock_tag_7" canDelete="false" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1968" tag="hblock_tag_7" canDelete="false" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1969" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1969" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1969" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1969" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1969" tag="hblock_tag_8" canDelete="false" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1969" tag="hblock_tag_8" canDelete="false" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1969" tag="hblock_tag_9" canDelete="false" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1969" tag="hblock_tag_9" canDelete="false" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1970" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1970" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1970" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1970" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1970" tag="hblock_tag_10" canDelete="false" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1970" tag="hblock_tag_10" canDelete="false" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1970" tag="hblock_tag_11" canDelete="false" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1970" tag="hblock_tag_11" canDelete="false" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -17943,7 +17943,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1985" tqparent_class="1985" fileExt=".cpp" fileName="kispluginserver" > + <classifiercodedocument writeOutCode="true" package="" id="1985" parent_class="1985" fileExt=".cpp" fileName="kispluginserver" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "int.h"&#010;#include "plugininfolist.h"&#010;" > <header> @@ -17961,47 +17961,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1986" tag="hblock_tag_0" canDelete="false" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1986" tag="hblock_tag_0" canDelete="false" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1986" tag="hblock_tag_1" canDelete="false" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1986" tag="hblock_tag_1" canDelete="false" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1987" tag="hblock_tag_2" canDelete="false" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1987" tag="hblock_tag_2" canDelete="false" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1987" tag="hblock_tag_3" canDelete="false" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1987" tag="hblock_tag_3" canDelete="false" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1988" tag="operation_1988" canDelete="false" role_id="-1" > + <codeoperation parent_id="1988" tag="operation_1988" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1989" tag="operation_1989" canDelete="false" role_id="-1" > + <codeoperation parent_id="1989" tag="operation_1989" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1991" tag="operation_1991" canDelete="false" role_id="-1" > + <codeoperation parent_id="1991" tag="operation_1991" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1993" tag="operation_1993" canDelete="false" role_id="-1" > + <codeoperation parent_id="1993" tag="operation_1993" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1995" tag="operation_1995" canDelete="false" role_id="-1" > + <codeoperation parent_id="1995" tag="operation_1995" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18013,41 +18013,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispluginserver.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1986" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1986" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1986" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1986" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1986" tag="hblock_tag_0" canDelete="false" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1986" tag="hblock_tag_0" canDelete="false" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1986" tag="hblock_tag_1" canDelete="false" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1986" tag="hblock_tag_1" canDelete="false" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1987" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1987" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1987" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1987" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1987" tag="hblock_tag_2" canDelete="false" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1987" tag="hblock_tag_2" canDelete="false" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1987" tag="hblock_tag_3" canDelete="false" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1987" tag="hblock_tag_3" canDelete="false" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18055,7 +18055,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1996" tqparent_class="1996" fileExt=".cpp" fileName="kistilecommand" > + <classifiercodedocument writeOutCode="true" package="" id="1996" parent_class="1996" fileExt=".cpp" fileName="kistilecommand" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kispaintdevicesp.h"&#010;#include "kistilesp.h"&#010;#include "tilemap.h"&#010;" > <header> @@ -18073,92 +18073,92 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1997" tag="hblock_tag_0" canDelete="false" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1997" tag="hblock_tag_0" canDelete="false" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1997" tag="hblock_tag_1" canDelete="false" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1997" tag="hblock_tag_1" canDelete="false" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1998" tag="hblock_tag_2" canDelete="false" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1998" tag="hblock_tag_2" canDelete="false" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1998" tag="hblock_tag_3" canDelete="false" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1998" tag="hblock_tag_3" canDelete="false" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1999" tag="hblock_tag_4" canDelete="false" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1999" tag="hblock_tag_4" canDelete="false" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1999" tag="hblock_tag_5" canDelete="false" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1999" tag="hblock_tag_5" canDelete="false" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2000" tag="hblock_tag_6" canDelete="false" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2000" tag="hblock_tag_6" canDelete="false" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2000" tag="hblock_tag_7" canDelete="false" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2000" tag="hblock_tag_7" canDelete="false" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2001" tag="hblock_tag_8" canDelete="false" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2001" tag="hblock_tag_8" canDelete="false" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2001" tag="hblock_tag_9" canDelete="false" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2001" tag="hblock_tag_9" canDelete="false" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2002" tag="operation_2002" canDelete="false" role_id="-1" > + <codeoperation parent_id="2002" tag="operation_2002" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2005" tag="operation_2005" canDelete="false" role_id="-1" > + <codeoperation parent_id="2005" tag="operation_2005" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2012" tag="operation_2012" canDelete="false" role_id="-1" > + <codeoperation parent_id="2012" tag="operation_2012" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2016" tag="operation_2016" canDelete="false" role_id="-1" > + <codeoperation parent_id="2016" tag="operation_2016" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2019" tag="operation_2019" canDelete="false" role_id="-1" > + <codeoperation parent_id="2019" tag="operation_2019" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2020" tag="operation_2020" canDelete="false" role_id="-1" > + <codeoperation parent_id="2020" tag="operation_2020" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2021" tag="operation_2021" canDelete="false" role_id="-1" > + <codeoperation parent_id="2021" tag="operation_2021" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2022" tag="operation_2022" canDelete="false" role_id="-1" > + <codeoperation parent_id="2022" tag="operation_2022" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18170,101 +18170,101 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilecommand.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1997" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1997" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1997" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1997" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1997" tag="hblock_tag_0" canDelete="false" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1997" tag="hblock_tag_0" canDelete="false" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1997" tag="hblock_tag_1" canDelete="false" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1997" tag="hblock_tag_1" canDelete="false" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1998" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1998" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1998" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1998" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1998" tag="hblock_tag_2" canDelete="false" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1998" tag="hblock_tag_2" canDelete="false" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1998" tag="hblock_tag_3" canDelete="false" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1998" tag="hblock_tag_3" canDelete="false" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1999" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1999" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1999" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1999" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1999" tag="hblock_tag_4" canDelete="false" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1999" tag="hblock_tag_4" canDelete="false" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1999" tag="hblock_tag_5" canDelete="false" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1999" tag="hblock_tag_5" canDelete="false" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2000" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2000" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2000" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2000" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2000" tag="hblock_tag_6" canDelete="false" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2000" tag="hblock_tag_6" canDelete="false" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2000" tag="hblock_tag_7" canDelete="false" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2000" tag="hblock_tag_7" canDelete="false" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2001" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2001" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2001" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2001" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2001" tag="hblock_tag_8" canDelete="false" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2001" tag="hblock_tag_8" canDelete="false" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2001" tag="hblock_tag_9" canDelete="false" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2001" tag="hblock_tag_9" canDelete="false" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18272,7 +18272,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2023" tqparent_class="2023" fileExt=".cpp" fileName="plugininfo" > + <classifiercodedocument writeOutCode="true" package="" id="2023" parent_class="2023" fileExt=".cpp" fileName="plugininfo" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "plugintype.h"&#010;#include "int.h"&#010;" > <header> @@ -18290,117 +18290,117 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2024" tag="hblock_tag_0" canDelete="false" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2024" tag="hblock_tag_0" canDelete="false" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2024" tag="hblock_tag_1" canDelete="false" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2024" tag="hblock_tag_1" canDelete="false" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2025" tag="hblock_tag_2" canDelete="false" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2025" tag="hblock_tag_2" canDelete="false" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2025" tag="hblock_tag_3" canDelete="false" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2025" tag="hblock_tag_3" canDelete="false" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2026" tag="hblock_tag_4" canDelete="false" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2026" tag="hblock_tag_4" canDelete="false" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2026" tag="hblock_tag_5" canDelete="false" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2026" tag="hblock_tag_5" canDelete="false" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2027" tag="hblock_tag_6" canDelete="false" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2027" tag="hblock_tag_6" canDelete="false" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2027" tag="hblock_tag_7" canDelete="false" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2027" tag="hblock_tag_7" canDelete="false" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2028" tag="hblock_tag_8" canDelete="false" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2028" tag="hblock_tag_8" canDelete="false" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2028" tag="hblock_tag_9" canDelete="false" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2028" tag="hblock_tag_9" canDelete="false" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2029" tag="hblock_tag_10" canDelete="false" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2029" tag="hblock_tag_10" canDelete="false" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2029" tag="hblock_tag_11" canDelete="false" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2029" tag="hblock_tag_11" canDelete="false" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2030" tag="hblock_tag_12" canDelete="false" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2030" tag="hblock_tag_12" canDelete="false" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2030" tag="hblock_tag_13" canDelete="false" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2030" tag="hblock_tag_13" canDelete="false" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2031" tag="operation_2031" canDelete="false" role_id="-1" > + <codeoperation parent_id="2031" tag="operation_2031" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2038" tag="operation_2038" canDelete="false" role_id="-1" > + <codeoperation parent_id="2038" tag="operation_2038" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2039" tag="operation_2039" canDelete="false" role_id="-1" > + <codeoperation parent_id="2039" tag="operation_2039" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2040" tag="operation_2040" canDelete="false" role_id="-1" > + <codeoperation parent_id="2040" tag="operation_2040" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2041" tag="operation_2041" canDelete="false" role_id="-1" > + <codeoperation parent_id="2041" tag="operation_2041" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2042" tag="operation_2042" canDelete="false" role_id="-1" > + <codeoperation parent_id="2042" tag="operation_2042" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2043" tag="operation_2043" canDelete="false" role_id="-1" > + <codeoperation parent_id="2043" tag="operation_2043" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2044" tag="operation_2044" canDelete="false" role_id="-1" > + <codeoperation parent_id="2044" tag="operation_2044" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2046" tag="operation_2046" canDelete="false" role_id="-1" > + <codeoperation parent_id="2046" tag="operation_2046" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18412,141 +18412,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; plugininfo.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2024" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2024" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2024" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2024" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2024" tag="hblock_tag_0" canDelete="false" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2024" tag="hblock_tag_0" canDelete="false" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2024" tag="hblock_tag_1" canDelete="false" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2024" tag="hblock_tag_1" canDelete="false" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2025" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2025" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2025" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2025" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2025" tag="hblock_tag_2" canDelete="false" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2025" tag="hblock_tag_2" canDelete="false" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2025" tag="hblock_tag_3" canDelete="false" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2025" tag="hblock_tag_3" canDelete="false" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2026" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2026" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2026" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2026" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2026" tag="hblock_tag_4" canDelete="false" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2026" tag="hblock_tag_4" canDelete="false" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2026" tag="hblock_tag_5" canDelete="false" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2026" tag="hblock_tag_5" canDelete="false" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2027" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2027" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2027" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2027" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2027" tag="hblock_tag_6" canDelete="false" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2027" tag="hblock_tag_6" canDelete="false" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2027" tag="hblock_tag_7" canDelete="false" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2027" tag="hblock_tag_7" canDelete="false" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2028" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2028" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2028" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2028" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2028" tag="hblock_tag_8" canDelete="false" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2028" tag="hblock_tag_8" canDelete="false" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2028" tag="hblock_tag_9" canDelete="false" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2028" tag="hblock_tag_9" canDelete="false" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2029" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2029" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2029" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2029" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2029" tag="hblock_tag_10" canDelete="false" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2029" tag="hblock_tag_10" canDelete="false" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2029" tag="hblock_tag_11" canDelete="false" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2029" tag="hblock_tag_11" canDelete="false" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2030" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2030" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2030" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2030" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2030" tag="hblock_tag_12" canDelete="false" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2030" tag="hblock_tag_12" canDelete="false" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2030" tag="hblock_tag_13" canDelete="false" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2030" tag="hblock_tag_13" canDelete="false" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18554,7 +18554,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2047" tqparent_class="2047" fileExt=".cpp" fileName="kisresource" > + <classifiercodedocument writeOutCode="true" package="" id="2047" parent_class="2047" fileExt=".cpp" fileName="kisresource" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;" > <header> @@ -18572,177 +18572,177 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2048" tag="hblock_tag_0" canDelete="false" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2048" tag="hblock_tag_0" canDelete="false" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2048" tag="hblock_tag_1" canDelete="false" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2048" tag="hblock_tag_1" canDelete="false" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2049" tag="hblock_tag_2" canDelete="false" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2049" tag="hblock_tag_2" canDelete="false" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2049" tag="hblock_tag_3" canDelete="false" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2049" tag="hblock_tag_3" canDelete="false" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2050" tag="hblock_tag_4" canDelete="false" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2050" tag="hblock_tag_4" canDelete="false" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2050" tag="hblock_tag_5" canDelete="false" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2050" tag="hblock_tag_5" canDelete="false" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2051" tag="hblock_tag_6" canDelete="false" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2051" tag="hblock_tag_6" canDelete="false" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2051" tag="hblock_tag_7" canDelete="false" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2051" tag="hblock_tag_7" canDelete="false" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2052" tag="hblock_tag_8" canDelete="false" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2052" tag="hblock_tag_8" canDelete="false" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2052" tag="hblock_tag_9" canDelete="false" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2052" tag="hblock_tag_9" canDelete="false" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2053" tag="hblock_tag_10" canDelete="false" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2053" tag="hblock_tag_10" canDelete="false" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2053" tag="hblock_tag_11" canDelete="false" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2053" tag="hblock_tag_11" canDelete="false" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2054" tag="hblock_tag_12" canDelete="false" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2054" tag="hblock_tag_12" canDelete="false" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2054" tag="hblock_tag_13" canDelete="false" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2054" tag="hblock_tag_13" canDelete="false" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2055" tag="operation_2055" canDelete="false" role_id="-1" > + <codeoperation parent_id="2055" tag="operation_2055" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2057" tag="operation_2057" canDelete="false" role_id="-1" > + <codeoperation parent_id="2057" tag="operation_2057" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2059" tag="operation_2059" canDelete="false" role_id="-1" > + <codeoperation parent_id="2059" tag="operation_2059" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Creates a new KisResource object using @p filename. No file is opened&#010;in the constructor, you have to call loadAsync.&#010;&#010;@param filename the file name to save and load from." /> </header> </codeoperation> - <codeoperation tqparent_id="2061" tag="operation_2061" canDelete="false" role_id="-1" > + <codeoperation parent_id="2061" tag="operation_2061" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2062" tag="operation_2062" canDelete="false" role_id="-1" > + <codeoperation parent_id="2062" tag="operation_2062" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2063" tag="operation_2063" canDelete="false" role_id="-1" > + <codeoperation parent_id="2063" tag="operation_2063" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2064" tag="operation_2064" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2064" tag="operation_2064" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Returns a QImage representing this resource. This image could be null." /> </header> </codeoperation> - <codeoperation tqparent_id="2065" tag="operation_2065" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2065" tag="operation_2065" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Load this resource asynchronously. The signal loadComplete is emitted when&#010;the resource has been loaded and valid flag is set to true." /> </header> </codeoperation> - <codeoperation tqparent_id="2066" tag="operation_2066" canDelete="false" role_id="-1" > + <codeoperation parent_id="2066" tag="operation_2066" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2067" tag="operation_2067" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2067" tag="operation_2067" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Save this resource asynchronously. The signal saveComplete is emitted when&#010;the resource has been saved." /> </header> </codeoperation> - <codeoperation tqparent_id="2068" tag="operation_2068" canDelete="false" role_id="-1" > + <codeoperation parent_id="2068" tag="operation_2068" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2070" tag="operation_2070" canDelete="false" role_id="-1" > + <codeoperation parent_id="2070" tag="operation_2070" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2072" tag="operation_2072" canDelete="false" role_id="-1" > + <codeoperation parent_id="2072" tag="operation_2072" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2074" tag="operation_2074" canDelete="false" role_id="-1" > + <codeoperation parent_id="2074" tag="operation_2074" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2076" tag="operation_2076" canDelete="false" role_id="-1" > + <codeoperation parent_id="2076" tag="operation_2076" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2078" tag="operation_2078" canDelete="false" role_id="-1" > + <codeoperation parent_id="2078" tag="operation_2078" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2080" tag="operation_2080" canDelete="false" role_id="-1" > + <codeoperation parent_id="2080" tag="operation_2080" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2082" tag="operation_2082" canDelete="false" role_id="-1" > + <codeoperation parent_id="2082" tag="operation_2082" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2083" tag="operation_2083" canDelete="false" role_id="-1" > + <codeoperation parent_id="2083" tag="operation_2083" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2084" tag="operation_2084" canDelete="false" role_id="-1" > + <codeoperation parent_id="2084" tag="operation_2084" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2085" tag="operation_2085" canDelete="false" role_id="-1" > + <codeoperation parent_id="2085" tag="operation_2085" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" text="Creates a new KisResource object using @p filename. No file is opened&#010;in the constructor, you have to call loadAsync.&#010;&#010;@param filename the file name to save and load from." /> </header> @@ -18754,141 +18754,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisresource.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2048" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2048" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2048" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2048" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2048" tag="hblock_tag_0" canDelete="false" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2048" tag="hblock_tag_0" canDelete="false" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2048" tag="hblock_tag_1" canDelete="false" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2048" tag="hblock_tag_1" canDelete="false" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2049" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2049" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2049" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2049" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2049" tag="hblock_tag_2" canDelete="false" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2049" tag="hblock_tag_2" canDelete="false" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2049" tag="hblock_tag_3" canDelete="false" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2049" tag="hblock_tag_3" canDelete="false" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2050" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2050" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2050" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2050" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2050" tag="hblock_tag_4" canDelete="false" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2050" tag="hblock_tag_4" canDelete="false" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2050" tag="hblock_tag_5" canDelete="false" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2050" tag="hblock_tag_5" canDelete="false" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2051" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2051" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2051" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2051" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2051" tag="hblock_tag_6" canDelete="false" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2051" tag="hblock_tag_6" canDelete="false" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2051" tag="hblock_tag_7" canDelete="false" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2051" tag="hblock_tag_7" canDelete="false" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2052" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2052" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2052" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2052" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2052" tag="hblock_tag_8" canDelete="false" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2052" tag="hblock_tag_8" canDelete="false" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2052" tag="hblock_tag_9" canDelete="false" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2052" tag="hblock_tag_9" canDelete="false" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2053" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2053" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2053" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2053" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2053" tag="hblock_tag_10" canDelete="false" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2053" tag="hblock_tag_10" canDelete="false" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2053" tag="hblock_tag_11" canDelete="false" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2053" tag="hblock_tag_11" canDelete="false" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2054" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2054" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2054" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2054" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2054" tag="hblock_tag_12" canDelete="false" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2054" tag="hblock_tag_12" canDelete="false" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2054" tag="hblock_tag_13" canDelete="false" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2054" tag="hblock_tag_13" canDelete="false" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18896,7 +18896,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2086" tqparent_class="2086" fileExt=".cpp" fileName="kisrenderinterface" > + <classifiercodedocument writeOutCode="true" package="" id="2086" parent_class="2086" fileExt=".cpp" fileName="kisrenderinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -18914,57 +18914,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="2087" tag="operation_2087" canDelete="false" role_id="-1" > + <codeoperation parent_id="2087" tag="operation_2087" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2089" tag="operation_2089" canDelete="false" role_id="-1" > + <codeoperation parent_id="2089" tag="operation_2089" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2090" tag="operation_2090" canDelete="false" role_id="-1" > + <codeoperation parent_id="2090" tag="operation_2090" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2092" tag="operation_2092" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2092" tag="operation_2092" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2093" tag="operation_2093" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2093" tag="operation_2093" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2095" tag="operation_2095" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2095" tag="operation_2095" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2100" tag="operation_2100" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2100" tag="operation_2100" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2102" tag="operation_2102" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2102" tag="operation_2102" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2105" tag="operation_2105" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2105" tag="operation_2105" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2106" tag="operation_2106" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2106" tag="operation_2106" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2108" tag="operation_2108" canDelete="false" role_id="-1" > + <codeoperation parent_id="2108" tag="operation_2108" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -18977,7 +18977,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2109" tqparent_class="2109" fileExt=".cpp" fileName="kispattern" > + <classifiercodedocument writeOutCode="true" package="" id="2109" parent_class="2109" fileExt=".cpp" fileName="kispattern" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "kisresource.h"&#010;#include "bool.h"&#010;" > <header> @@ -18995,142 +18995,142 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2110" tag="hblock_tag_0" canDelete="false" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2110" tag="hblock_tag_0" canDelete="false" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2110" tag="hblock_tag_1" canDelete="false" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2110" tag="hblock_tag_1" canDelete="false" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2111" tag="hblock_tag_2" canDelete="false" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2111" tag="hblock_tag_2" canDelete="false" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2111" tag="hblock_tag_3" canDelete="false" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2111" tag="hblock_tag_3" canDelete="false" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2112" tag="hblock_tag_4" canDelete="false" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2112" tag="hblock_tag_4" canDelete="false" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2112" tag="hblock_tag_5" canDelete="false" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2112" tag="hblock_tag_5" canDelete="false" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2113" tag="hblock_tag_6" canDelete="false" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2113" tag="hblock_tag_6" canDelete="false" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2113" tag="hblock_tag_7" canDelete="false" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2113" tag="hblock_tag_7" canDelete="false" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2114" tag="hblock_tag_8" canDelete="false" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2114" tag="hblock_tag_8" canDelete="false" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2114" tag="hblock_tag_9" canDelete="false" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2114" tag="hblock_tag_9" canDelete="false" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2115" tag="hblock_tag_10" canDelete="false" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2115" tag="hblock_tag_10" canDelete="false" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2115" tag="hblock_tag_11" canDelete="false" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2115" tag="hblock_tag_11" canDelete="false" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2116" tag="hblock_tag_12" canDelete="false" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2116" tag="hblock_tag_12" canDelete="false" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2116" tag="hblock_tag_13" canDelete="false" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2116" tag="hblock_tag_13" canDelete="false" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2117" tag="operation_2117" canDelete="false" role_id="-1" > + <codeoperation parent_id="2117" tag="operation_2117" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2119" tag="operation_2119" canDelete="false" role_id="-1" > + <codeoperation parent_id="2119" tag="operation_2119" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2120" tag="operation_2120" canDelete="false" role_id="-1" > + <codeoperation parent_id="2120" tag="operation_2120" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2121" tag="operation_2121" canDelete="false" role_id="-1" > + <codeoperation parent_id="2121" tag="operation_2121" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2122" tag="operation_2122" canDelete="false" role_id="-1" > + <codeoperation parent_id="2122" tag="operation_2122" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2123" tag="operation_2123" canDelete="false" role_id="-1" > + <codeoperation parent_id="2123" tag="operation_2123" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2124" tag="operation_2124" canDelete="false" role_id="-1" > + <codeoperation parent_id="2124" tag="operation_2124" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2125" tag="operation_2125" canDelete="false" role_id="-1" > + <codeoperation parent_id="2125" tag="operation_2125" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2126" tag="operation_2126" canDelete="false" role_id="-1" > + <codeoperation parent_id="2126" tag="operation_2126" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19142,176 +19142,176 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispattern.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2110" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2110" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2110" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2110" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2110" tag="hblock_tag_0" canDelete="false" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2110" tag="hblock_tag_0" canDelete="false" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2110" tag="hblock_tag_1" canDelete="false" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2110" tag="hblock_tag_1" canDelete="false" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2111" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2111" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2111" tag="hblock_tag_2" canDelete="false" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2111" tag="hblock_tag_2" canDelete="false" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2111" tag="hblock_tag_3" canDelete="false" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2111" tag="hblock_tag_3" canDelete="false" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2112" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2112" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2112" tag="hblock_tag_4" canDelete="false" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2112" tag="hblock_tag_4" canDelete="false" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2112" tag="hblock_tag_5" canDelete="false" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2112" tag="hblock_tag_5" canDelete="false" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2113" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2113" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2113" tag="hblock_tag_6" canDelete="false" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2113" tag="hblock_tag_6" canDelete="false" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2113" tag="hblock_tag_7" canDelete="false" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2113" tag="hblock_tag_7" canDelete="false" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2114" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2114" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2114" tag="hblock_tag_8" canDelete="false" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2114" tag="hblock_tag_8" canDelete="false" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2114" tag="hblock_tag_9" canDelete="false" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2114" tag="hblock_tag_9" canDelete="false" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2115" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2115" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2115" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2115" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2115" tag="hblock_tag_10" canDelete="false" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2115" tag="hblock_tag_10" canDelete="false" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2115" tag="hblock_tag_11" canDelete="false" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2115" tag="hblock_tag_11" canDelete="false" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2116" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2116" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2116" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2116" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2116" tag="hblock_tag_12" canDelete="false" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2116" tag="hblock_tag_12" canDelete="false" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2116" tag="hblock_tag_13" canDelete="false" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2116" tag="hblock_tag_13" canDelete="false" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2422" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2422" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2422" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2422" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19319,7 +19319,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2129" tqparent_class="2129" fileExt=".cpp" fileName="plugintype" > + <classifiercodedocument writeOutCode="true" package="" id="2129" parent_class="2129" fileExt=".cpp" fileName="plugintype" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -19344,7 +19344,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2135" tqparent_class="2135" fileExt=".cpp" fileName="kistool" > + <classifiercodedocument writeOutCode="true" package="" id="2135" parent_class="2135" fileExt=".cpp" fileName="kistool" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -19362,127 +19362,127 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2136" tag="operation_2136" canDelete="false" role_id="-1" > + <codeoperation parent_id="2136" tag="operation_2136" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2138" tag="operation_2138" canDelete="false" role_id="-1" > + <codeoperation parent_id="2138" tag="operation_2138" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2139" tag="operation_2139" canDelete="false" role_id="-1" > + <codeoperation parent_id="2139" tag="operation_2139" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2141" tag="operation_2141" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2141" tag="operation_2141" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2142" tag="operation_2142" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2142" tag="operation_2142" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2144" tag="operation_2144" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2144" tag="operation_2144" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2146" tag="operation_2146" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2146" tag="operation_2146" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2148" tag="operation_2148" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2148" tag="operation_2148" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2150" tag="operation_2150" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2150" tag="operation_2150" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2152" tag="operation_2152" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2152" tag="operation_2152" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2154" tag="operation_2154" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2154" tag="operation_2154" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2156" tag="operation_2156" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2156" tag="operation_2156" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2158" tag="operation_2158" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2158" tag="operation_2158" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2160" tag="operation_2160" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2160" tag="operation_2160" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2162" tag="operation_2162" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2162" tag="operation_2162" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2164" tag="operation_2164" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2164" tag="operation_2164" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2167" tag="operation_2167" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2167" tag="operation_2167" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2169" tag="operation_2169" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2169" tag="operation_2169" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2171" tag="operation_2171" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2171" tag="operation_2171" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2173" tag="operation_2173" canDelete="false" role_id="-1" > + <codeoperation parent_id="2173" tag="operation_2173" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19494,36 +19494,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistool.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2441" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2441" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2441" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2441" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19531,7 +19531,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2174" tqparent_class="2174" fileExt=".cpp" fileName="kisundoadapter" > + <classifiercodedocument writeOutCode="true" package="" id="2174" parent_class="2174" fileExt=".cpp" fileName="kisundoadapter" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;" > <header> @@ -19549,77 +19549,77 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2175" tag="operation_2175" canDelete="false" role_id="-1" > + <codeoperation parent_id="2175" tag="operation_2175" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2177" tag="operation_2177" canDelete="false" role_id="-1" > + <codeoperation parent_id="2177" tag="operation_2177" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2178" tag="operation_2178" canDelete="false" role_id="-1" > + <codeoperation parent_id="2178" tag="operation_2178" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2180" tag="operation_2180" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2180" tag="operation_2180" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2182" tag="operation_2182" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2182" tag="operation_2182" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2184" tag="operation_2184" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2184" tag="operation_2184" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2185" tag="operation_2185" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2185" tag="operation_2185" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2186" tag="operation_2186" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2186" tag="operation_2186" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2188" tag="operation_2188" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2188" tag="operation_2188" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2189" tag="operation_2189" canDelete="false" role_id="-1" > + <codeoperation parent_id="2189" tag="operation_2189" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19631,36 +19631,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisundoadapter.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2366" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2366" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2366" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2366" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19668,7 +19668,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2190" tqparent_class="2190" fileExt=".cpp" fileName="kistoolfactory" > + <classifiercodedocument writeOutCode="true" package="" id="2190" parent_class="2190" fileExt=".cpp" fileName="kistoolfactory" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "vkistool.h"&#010;" > <header> @@ -19686,67 +19686,67 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2192" tag="hblock_tag_0" canDelete="false" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2192" tag="hblock_tag_0" canDelete="false" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2192" tag="hblock_tag_1" canDelete="false" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2192" tag="hblock_tag_1" canDelete="false" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2191" tag="hblock_tag_7" canDelete="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2191" tag="hblock_tag_7" canDelete="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2191" tag="hblock_tag_8" canDelete="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2191" tag="hblock_tag_8" canDelete="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2193" tag="operation_2193" canDelete="false" role_id="-1" > + <codeoperation parent_id="2193" tag="operation_2193" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2195" tag="operation_2195" canDelete="false" role_id="-1" > + <codeoperation parent_id="2195" tag="operation_2195" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2196" tag="operation_2196" canDelete="false" role_id="-1" > + <codeoperation parent_id="2196" tag="operation_2196" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2198" tag="operation_2198" canDelete="false" role_id="-1" > + <codeoperation parent_id="2198" tag="operation_2198" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2201" tag="operation_2201" canDelete="false" role_id="-1" > + <codeoperation parent_id="2201" tag="operation_2201" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2202" tag="operation_2202" canDelete="false" role_id="-1" > + <codeoperation parent_id="2202" tag="operation_2202" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19758,91 +19758,91 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistoolfactory.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2192" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2192" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2192" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2192" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2192" tag="hblock_tag_0" canDelete="false" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2192" tag="hblock_tag_0" canDelete="false" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2192" tag="hblock_tag_1" canDelete="false" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2192" tag="hblock_tag_1" canDelete="false" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2191" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2191" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2191" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2191" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2191" tag="hblock_tag_7" canDelete="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2191" tag="hblock_tag_7" canDelete="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2191" tag="hblock_tag_8" canDelete="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2191" tag="hblock_tag_8" canDelete="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2191" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2191" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2191" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2191" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2191" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2191" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2191" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2191" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19850,7 +19850,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2203" tqparent_class="2203" fileExt=".cpp" fileName="kistoolcontrollerinterface" > + <classifiercodedocument writeOutCode="true" package="" id="2203" parent_class="2203" fileExt=".cpp" fileName="kistoolcontrollerinterface" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;" > <header> @@ -19868,32 +19868,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="2204" tag="operation_2204" canDelete="false" role_id="-1" > + <codeoperation parent_id="2204" tag="operation_2204" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2206" tag="operation_2206" canDelete="false" role_id="-1" > + <codeoperation parent_id="2206" tag="operation_2206" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2207" tag="operation_2207" canDelete="false" role_id="-1" > + <codeoperation parent_id="2207" tag="operation_2207" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2209" tag="operation_2209" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2209" tag="operation_2209" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2210" tag="operation_2210" canDelete="false" writeOutText="false" role_id="-1" > + <codeoperation parent_id="2210" tag="operation_2210" canDelete="false" writeOutText="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2212" tag="operation_2212" canDelete="false" role_id="-1" > + <codeoperation parent_id="2212" tag="operation_2212" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19906,7 +19906,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2218" tqparent_class="2218" fileExt=".cpp" fileName="kisutil" > + <classifiercodedocument writeOutCode="true" package="" id="2218" parent_class="2218" fileExt=".cpp" fileName="kisutil" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "int.h"&#010;" > <header> @@ -19924,32 +19924,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="2219" tag="operation_2219" canDelete="false" role_id="-1" > + <codeoperation parent_id="2219" tag="operation_2219" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2222" tag="operation_2222" canDelete="false" role_id="-1" > + <codeoperation parent_id="2222" tag="operation_2222" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2224" tag="operation_2224" canDelete="false" role_id="-1" > + <codeoperation parent_id="2224" tag="operation_2224" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2226" tag="operation_2226" canDelete="false" role_id="-1" > + <codeoperation parent_id="2226" tag="operation_2226" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2229" tag="operation_2229" canDelete="false" role_id="-1" > + <codeoperation parent_id="2229" tag="operation_2229" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2232" tag="operation_2232" canDelete="false" role_id="-1" > + <codeoperation parent_id="2232" tag="operation_2232" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -19962,7 +19962,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2236" tqparent_class="2236" fileExt=".cpp" fileName="kisvector" > + <classifiercodedocument writeOutCode="true" package="" id="2236" parent_class="2236" fileExt=".cpp" fileName="kisvector" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "bool.h"&#010;#include "kisvector.h"&#010;#include "double.h"&#010;#include "int.h"&#010;#include "long.h"&#010;" > <header> @@ -19980,217 +19980,217 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2237" tag="hblock_tag_0" canDelete="false" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2237" tag="hblock_tag_0" canDelete="false" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2237" tag="hblock_tag_1" canDelete="false" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2237" tag="hblock_tag_1" canDelete="false" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2238" tag="hblock_tag_2" canDelete="false" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2238" tag="hblock_tag_2" canDelete="false" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2238" tag="hblock_tag_3" canDelete="false" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2238" tag="hblock_tag_3" canDelete="false" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2239" tag="hblock_tag_4" canDelete="false" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2239" tag="hblock_tag_4" canDelete="false" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2239" tag="hblock_tag_5" canDelete="false" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2239" tag="hblock_tag_5" canDelete="false" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2240" tag="operation_2240" canDelete="false" role_id="-1" > + <codeoperation parent_id="2240" tag="operation_2240" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2243" tag="operation_2243" canDelete="false" role_id="-1" > + <codeoperation parent_id="2243" tag="operation_2243" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2246" tag="operation_2246" canDelete="false" role_id="-1" > + <codeoperation parent_id="2246" tag="operation_2246" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2249" tag="operation_2249" canDelete="false" role_id="-1" > + <codeoperation parent_id="2249" tag="operation_2249" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2252" tag="operation_2252" canDelete="false" role_id="-1" > + <codeoperation parent_id="2252" tag="operation_2252" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2255" tag="operation_2255" canDelete="false" role_id="-1" > + <codeoperation parent_id="2255" tag="operation_2255" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2258" tag="operation_2258" canDelete="false" role_id="-1" > + <codeoperation parent_id="2258" tag="operation_2258" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2261" tag="operation_2261" canDelete="false" role_id="-1" > + <codeoperation parent_id="2261" tag="operation_2261" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2263" tag="operation_2263" canDelete="false" role_id="-1" > + <codeoperation parent_id="2263" tag="operation_2263" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2265" tag="operation_2265" canDelete="false" role_id="-1" > + <codeoperation parent_id="2265" tag="operation_2265" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2267" tag="operation_2267" canDelete="false" role_id="-1" > + <codeoperation parent_id="2267" tag="operation_2267" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2270" tag="operation_2270" canDelete="false" role_id="-1" > + <codeoperation parent_id="2270" tag="operation_2270" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2272" tag="operation_2272" canDelete="false" role_id="-1" > + <codeoperation parent_id="2272" tag="operation_2272" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2274" tag="operation_2274" canDelete="false" role_id="-1" > + <codeoperation parent_id="2274" tag="operation_2274" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2277" tag="operation_2277" canDelete="false" role_id="-1" > + <codeoperation parent_id="2277" tag="operation_2277" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2279" tag="operation_2279" canDelete="false" role_id="-1" > + <codeoperation parent_id="2279" tag="operation_2279" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2282" tag="operation_2282" canDelete="false" role_id="-1" > + <codeoperation parent_id="2282" tag="operation_2282" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2285" tag="operation_2285" canDelete="false" role_id="-1" > + <codeoperation parent_id="2285" tag="operation_2285" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2288" tag="operation_2288" canDelete="false" role_id="-1" > + <codeoperation parent_id="2288" tag="operation_2288" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2290" tag="operation_2290" canDelete="false" role_id="-1" > + <codeoperation parent_id="2290" tag="operation_2290" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2292" tag="operation_2292" canDelete="false" role_id="-1" > + <codeoperation parent_id="2292" tag="operation_2292" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2294" tag="operation_2294" canDelete="false" role_id="-1" > + <codeoperation parent_id="2294" tag="operation_2294" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2297" tag="operation_2297" canDelete="false" role_id="-1" > + <codeoperation parent_id="2297" tag="operation_2297" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2298" tag="operation_2298" canDelete="false" role_id="-1" > + <codeoperation parent_id="2298" tag="operation_2298" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2302" tag="operation_2302" canDelete="false" role_id="-1" > + <codeoperation parent_id="2302" tag="operation_2302" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2306" tag="operation_2306" canDelete="false" role_id="-1" > + <codeoperation parent_id="2306" tag="operation_2306" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2310" tag="operation_2310" canDelete="false" role_id="-1" > + <codeoperation parent_id="2310" tag="operation_2310" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2312" tag="operation_2312" canDelete="false" role_id="-1" > + <codeoperation parent_id="2312" tag="operation_2312" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2314" tag="operation_2314" canDelete="false" role_id="-1" > + <codeoperation parent_id="2314" tag="operation_2314" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2315" tag="operation_2315" canDelete="false" role_id="-1" > + <codeoperation parent_id="2315" tag="operation_2315" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2316" tag="operation_2316" canDelete="false" role_id="-1" > + <codeoperation parent_id="2316" tag="operation_2316" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2317" tag="operation_2317" canDelete="false" role_id="-1" > + <codeoperation parent_id="2317" tag="operation_2317" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2319" tag="operation_2319" canDelete="false" role_id="-1" > + <codeoperation parent_id="2319" tag="operation_2319" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2321" tag="operation_2321" canDelete="false" role_id="-1" > + <codeoperation parent_id="2321" tag="operation_2321" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2323" tag="operation_2323" canDelete="false" role_id="-1" > + <codeoperation parent_id="2323" tag="operation_2323" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2324" tag="operation_2324" canDelete="false" role_id="-1" > + <codeoperation parent_id="2324" tag="operation_2324" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2325" tag="operation_2325" canDelete="false" role_id="-1" > + <codeoperation parent_id="2325" tag="operation_2325" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -20202,61 +20202,61 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisvector.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2237" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2237" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2237" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2237" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2237" tag="hblock_tag_0" canDelete="false" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2237" tag="hblock_tag_0" canDelete="false" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2237" tag="hblock_tag_1" canDelete="false" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2237" tag="hblock_tag_1" canDelete="false" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2238" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2238" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2238" tag="hblock_tag_2" canDelete="false" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2238" tag="hblock_tag_2" canDelete="false" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2238" tag="hblock_tag_3" canDelete="false" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2238" tag="hblock_tag_3" canDelete="false" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2239" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2239" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2239" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2239" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2239" tag="hblock_tag_4" canDelete="false" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2239" tag="hblock_tag_4" canDelete="false" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2239" tag="hblock_tag_5" canDelete="false" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2239" tag="hblock_tag_5" canDelete="false" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -20264,7 +20264,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="2365" tqparent_class="2365" fileExt=".cpp" fileName="kisview" > + <classifiercodedocument writeOutCode="true" package="" id="2365" parent_class="2365" fileExt=".cpp" fileName="kisview" > <textblocks> <codeblockwithcomments tag="includes" text="#include "string"&#010;#include "quantum.h"&#010;#include "bool.h"&#010;#include "kisimagesp.h"&#010;#include "double.h"&#010;#include "kisguidesp.h"&#010;#include "vkiscanvasobserver.h"&#010;" > <header> @@ -20282,1317 +20282,1317 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2367" tag="hblock_tag_0" canDelete="false" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2367" tag="hblock_tag_0" canDelete="false" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2367" tag="hblock_tag_1" canDelete="false" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2367" tag="hblock_tag_1" canDelete="false" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2370" tag="hblock_tag_2" canDelete="false" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2370" tag="hblock_tag_2" canDelete="false" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2370" tag="hblock_tag_3" canDelete="false" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2370" tag="hblock_tag_3" canDelete="false" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2371" tag="hblock_tag_4" canDelete="false" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2371" tag="hblock_tag_4" canDelete="false" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2371" tag="hblock_tag_5" canDelete="false" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2371" tag="hblock_tag_5" canDelete="false" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2372" tag="hblock_tag_6" canDelete="false" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2372" tag="hblock_tag_6" canDelete="false" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2372" tag="hblock_tag_7" canDelete="false" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2372" tag="hblock_tag_7" canDelete="false" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2373" tag="hblock_tag_8" canDelete="false" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2373" tag="hblock_tag_8" canDelete="false" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2373" tag="hblock_tag_9" canDelete="false" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2373" tag="hblock_tag_9" canDelete="false" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2374" tag="hblock_tag_10" canDelete="false" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2374" tag="hblock_tag_10" canDelete="false" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2374" tag="hblock_tag_11" canDelete="false" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2374" tag="hblock_tag_11" canDelete="false" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2375" tag="hblock_tag_12" canDelete="false" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2375" tag="hblock_tag_12" canDelete="false" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2375" tag="hblock_tag_13" canDelete="false" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2375" tag="hblock_tag_13" canDelete="false" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2376" tag="hblock_tag_14" canDelete="false" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2376" tag="hblock_tag_14" canDelete="false" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2376" tag="hblock_tag_15" canDelete="false" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2376" tag="hblock_tag_15" canDelete="false" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2377" tag="hblock_tag_16" canDelete="false" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2377" tag="hblock_tag_16" canDelete="false" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2377" tag="hblock_tag_17" canDelete="false" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2377" tag="hblock_tag_17" canDelete="false" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2378" tag="hblock_tag_18" canDelete="false" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2378" tag="hblock_tag_18" canDelete="false" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2378" tag="hblock_tag_19" canDelete="false" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2378" tag="hblock_tag_19" canDelete="false" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2379" tag="hblock_tag_20" canDelete="false" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2379" tag="hblock_tag_20" canDelete="false" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2379" tag="hblock_tag_21" canDelete="false" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2379" tag="hblock_tag_21" canDelete="false" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2380" tag="hblock_tag_22" canDelete="false" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2380" tag="hblock_tag_22" canDelete="false" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2380" tag="hblock_tag_23" canDelete="false" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2380" tag="hblock_tag_23" canDelete="false" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2381" tag="hblock_tag_24" canDelete="false" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2381" tag="hblock_tag_24" canDelete="false" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2381" tag="hblock_tag_25" canDelete="false" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2381" tag="hblock_tag_25" canDelete="false" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2383" tag="hblock_tag_26" canDelete="false" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2383" tag="hblock_tag_26" canDelete="false" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2383" tag="hblock_tag_27" canDelete="false" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2383" tag="hblock_tag_27" canDelete="false" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2384" tag="hblock_tag_28" canDelete="false" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2384" tag="hblock_tag_28" canDelete="false" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2384" tag="hblock_tag_29" canDelete="false" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2384" tag="hblock_tag_29" canDelete="false" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2386" tag="hblock_tag_30" canDelete="false" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2386" tag="hblock_tag_30" canDelete="false" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2386" tag="hblock_tag_31" canDelete="false" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2386" tag="hblock_tag_31" canDelete="false" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2387" tag="hblock_tag_32" canDelete="false" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2387" tag="hblock_tag_32" canDelete="false" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2387" tag="hblock_tag_33" canDelete="false" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2387" tag="hblock_tag_33" canDelete="false" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2388" tag="hblock_tag_34" canDelete="false" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2388" tag="hblock_tag_34" canDelete="false" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2388" tag="hblock_tag_35" canDelete="false" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2388" tag="hblock_tag_35" canDelete="false" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2389" tag="hblock_tag_36" canDelete="false" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2389" tag="hblock_tag_36" canDelete="false" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2389" tag="hblock_tag_37" canDelete="false" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2389" tag="hblock_tag_37" canDelete="false" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2391" tag="hblock_tag_38" canDelete="false" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2391" tag="hblock_tag_38" canDelete="false" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2391" tag="hblock_tag_39" canDelete="false" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2391" tag="hblock_tag_39" canDelete="false" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2392" tag="hblock_tag_40" canDelete="false" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2392" tag="hblock_tag_40" canDelete="false" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2392" tag="hblock_tag_41" canDelete="false" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2392" tag="hblock_tag_41" canDelete="false" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2393" tag="hblock_tag_42" canDelete="false" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2393" tag="hblock_tag_42" canDelete="false" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2393" tag="hblock_tag_43" canDelete="false" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2393" tag="hblock_tag_43" canDelete="false" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2394" tag="hblock_tag_44" canDelete="false" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2394" tag="hblock_tag_44" canDelete="false" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2394" tag="hblock_tag_45" canDelete="false" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2394" tag="hblock_tag_45" canDelete="false" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2395" tag="hblock_tag_46" canDelete="false" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2395" tag="hblock_tag_46" canDelete="false" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2395" tag="hblock_tag_47" canDelete="false" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2395" tag="hblock_tag_47" canDelete="false" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2396" tag="hblock_tag_48" canDelete="false" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2396" tag="hblock_tag_48" canDelete="false" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2396" tag="hblock_tag_49" canDelete="false" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2396" tag="hblock_tag_49" canDelete="false" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2397" tag="hblock_tag_50" canDelete="false" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2397" tag="hblock_tag_50" canDelete="false" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2397" tag="hblock_tag_51" canDelete="false" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2397" tag="hblock_tag_51" canDelete="false" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2398" tag="hblock_tag_52" canDelete="false" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2398" tag="hblock_tag_52" canDelete="false" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2398" tag="hblock_tag_53" canDelete="false" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2398" tag="hblock_tag_53" canDelete="false" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2399" tag="hblock_tag_54" canDelete="false" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2399" tag="hblock_tag_54" canDelete="false" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2399" tag="hblock_tag_55" canDelete="false" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2399" tag="hblock_tag_55" canDelete="false" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2400" tag="hblock_tag_56" canDelete="false" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2400" tag="hblock_tag_56" canDelete="false" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2400" tag="hblock_tag_57" canDelete="false" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2400" tag="hblock_tag_57" canDelete="false" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2401" tag="hblock_tag_58" canDelete="false" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2401" tag="hblock_tag_58" canDelete="false" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2401" tag="hblock_tag_59" canDelete="false" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2401" tag="hblock_tag_59" canDelete="false" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2402" tag="hblock_tag_60" canDelete="false" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2402" tag="hblock_tag_60" canDelete="false" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2402" tag="hblock_tag_61" canDelete="false" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2402" tag="hblock_tag_61" canDelete="false" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2403" tag="hblock_tag_62" canDelete="false" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2403" tag="hblock_tag_62" canDelete="false" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2403" tag="hblock_tag_63" canDelete="false" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2403" tag="hblock_tag_63" canDelete="false" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2404" tag="hblock_tag_64" canDelete="false" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2404" tag="hblock_tag_64" canDelete="false" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2404" tag="hblock_tag_65" canDelete="false" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2404" tag="hblock_tag_65" canDelete="false" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2405" tag="hblock_tag_66" canDelete="false" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2405" tag="hblock_tag_66" canDelete="false" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2405" tag="hblock_tag_67" canDelete="false" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2405" tag="hblock_tag_67" canDelete="false" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2406" tag="hblock_tag_68" canDelete="false" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2406" tag="hblock_tag_68" canDelete="false" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2406" tag="hblock_tag_69" canDelete="false" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2406" tag="hblock_tag_69" canDelete="false" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2407" tag="hblock_tag_70" canDelete="false" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2407" tag="hblock_tag_70" canDelete="false" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2407" tag="hblock_tag_71" canDelete="false" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2407" tag="hblock_tag_71" canDelete="false" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2408" tag="hblock_tag_72" canDelete="false" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2408" tag="hblock_tag_72" canDelete="false" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2408" tag="hblock_tag_73" canDelete="false" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2408" tag="hblock_tag_73" canDelete="false" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2409" tag="hblock_tag_74" canDelete="false" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2409" tag="hblock_tag_74" canDelete="false" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2409" tag="hblock_tag_75" canDelete="false" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2409" tag="hblock_tag_75" canDelete="false" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2410" tag="hblock_tag_76" canDelete="false" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2410" tag="hblock_tag_76" canDelete="false" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2410" tag="hblock_tag_77" canDelete="false" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2410" tag="hblock_tag_77" canDelete="false" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2411" tag="hblock_tag_78" canDelete="false" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2411" tag="hblock_tag_78" canDelete="false" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2411" tag="hblock_tag_79" canDelete="false" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2411" tag="hblock_tag_79" canDelete="false" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2412" tag="hblock_tag_80" canDelete="false" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2412" tag="hblock_tag_80" canDelete="false" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2412" tag="hblock_tag_81" canDelete="false" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2412" tag="hblock_tag_81" canDelete="false" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2413" tag="hblock_tag_82" canDelete="false" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2413" tag="hblock_tag_82" canDelete="false" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2413" tag="hblock_tag_83" canDelete="false" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2413" tag="hblock_tag_83" canDelete="false" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2414" tag="hblock_tag_84" canDelete="false" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2414" tag="hblock_tag_84" canDelete="false" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2414" tag="hblock_tag_85" canDelete="false" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2414" tag="hblock_tag_85" canDelete="false" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2415" tag="hblock_tag_86" canDelete="false" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2415" tag="hblock_tag_86" canDelete="false" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2415" tag="hblock_tag_87" canDelete="false" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2415" tag="hblock_tag_87" canDelete="false" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2416" tag="hblock_tag_88" canDelete="false" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2416" tag="hblock_tag_88" canDelete="false" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2416" tag="hblock_tag_89" canDelete="false" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2416" tag="hblock_tag_89" canDelete="false" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2417" tag="hblock_tag_90" canDelete="false" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2417" tag="hblock_tag_90" canDelete="false" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2417" tag="hblock_tag_91" canDelete="false" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2417" tag="hblock_tag_91" canDelete="false" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2418" tag="hblock_tag_92" canDelete="false" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2418" tag="hblock_tag_92" canDelete="false" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2418" tag="hblock_tag_93" canDelete="false" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2418" tag="hblock_tag_93" canDelete="false" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2419" tag="hblock_tag_94" canDelete="false" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2419" tag="hblock_tag_94" canDelete="false" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2419" tag="hblock_tag_95" canDelete="false" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2419" tag="hblock_tag_95" canDelete="false" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2420" tag="hblock_tag_96" canDelete="false" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2420" tag="hblock_tag_96" canDelete="false" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2420" tag="hblock_tag_97" canDelete="false" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2420" tag="hblock_tag_97" canDelete="false" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2421" tag="hblock_tag_98" canDelete="false" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2421" tag="hblock_tag_98" canDelete="false" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2421" tag="hblock_tag_99" canDelete="false" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2421" tag="hblock_tag_99" canDelete="false" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2424" tag="hblock_tag_100" canDelete="false" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2424" tag="hblock_tag_100" canDelete="false" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2424" tag="hblock_tag_101" canDelete="false" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2424" tag="hblock_tag_101" canDelete="false" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2425" tag="hblock_tag_102" canDelete="false" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2425" tag="hblock_tag_102" canDelete="false" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2425" tag="hblock_tag_103" canDelete="false" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2425" tag="hblock_tag_103" canDelete="false" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2426" tag="hblock_tag_104" canDelete="false" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2426" tag="hblock_tag_104" canDelete="false" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2426" tag="hblock_tag_105" canDelete="false" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2426" tag="hblock_tag_105" canDelete="false" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2427" tag="hblock_tag_106" canDelete="false" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2427" tag="hblock_tag_106" canDelete="false" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2427" tag="hblock_tag_107" canDelete="false" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2427" tag="hblock_tag_107" canDelete="false" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2428" tag="hblock_tag_108" canDelete="false" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2428" tag="hblock_tag_108" canDelete="false" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2428" tag="hblock_tag_109" canDelete="false" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2428" tag="hblock_tag_109" canDelete="false" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2429" tag="hblock_tag_110" canDelete="false" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2429" tag="hblock_tag_110" canDelete="false" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2429" tag="hblock_tag_111" canDelete="false" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2429" tag="hblock_tag_111" canDelete="false" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2430" tag="hblock_tag_112" canDelete="false" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2430" tag="hblock_tag_112" canDelete="false" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2430" tag="hblock_tag_113" canDelete="false" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2430" tag="hblock_tag_113" canDelete="false" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2431" tag="hblock_tag_114" canDelete="false" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2431" tag="hblock_tag_114" canDelete="false" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2431" tag="hblock_tag_115" canDelete="false" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2431" tag="hblock_tag_115" canDelete="false" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2432" tag="hblock_tag_116" canDelete="false" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2432" tag="hblock_tag_116" canDelete="false" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2432" tag="hblock_tag_117" canDelete="false" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2432" tag="hblock_tag_117" canDelete="false" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2433" tag="hblock_tag_118" canDelete="false" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2433" tag="hblock_tag_118" canDelete="false" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2433" tag="hblock_tag_119" canDelete="false" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2433" tag="hblock_tag_119" canDelete="false" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2434" tag="hblock_tag_120" canDelete="false" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2434" tag="hblock_tag_120" canDelete="false" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2434" tag="hblock_tag_121" canDelete="false" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2434" tag="hblock_tag_121" canDelete="false" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2435" tag="hblock_tag_122" canDelete="false" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2435" tag="hblock_tag_122" canDelete="false" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2435" tag="hblock_tag_123" canDelete="false" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2435" tag="hblock_tag_123" canDelete="false" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2436" tag="hblock_tag_124" canDelete="false" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2436" tag="hblock_tag_124" canDelete="false" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2436" tag="hblock_tag_125" canDelete="false" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2436" tag="hblock_tag_125" canDelete="false" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2437" tag="hblock_tag_126" canDelete="false" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2437" tag="hblock_tag_126" canDelete="false" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2437" tag="hblock_tag_127" canDelete="false" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2437" tag="hblock_tag_127" canDelete="false" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2438" tag="hblock_tag_128" canDelete="false" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2438" tag="hblock_tag_128" canDelete="false" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2438" tag="hblock_tag_129" canDelete="false" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2438" tag="hblock_tag_129" canDelete="false" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2439" tag="hblock_tag_130" canDelete="false" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2439" tag="hblock_tag_130" canDelete="false" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2439" tag="hblock_tag_131" canDelete="false" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2439" tag="hblock_tag_131" canDelete="false" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2440" tag="hblock_tag_132" canDelete="false" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2440" tag="hblock_tag_132" canDelete="false" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2440" tag="hblock_tag_133" canDelete="false" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2440" tag="hblock_tag_133" canDelete="false" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2442" tag="hblock_tag_134" canDelete="false" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2442" tag="hblock_tag_134" canDelete="false" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2442" tag="hblock_tag_135" canDelete="false" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2442" tag="hblock_tag_135" canDelete="false" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2443" tag="hblock_tag_136" canDelete="false" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2443" tag="hblock_tag_136" canDelete="false" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2443" tag="hblock_tag_137" canDelete="false" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2443" tag="hblock_tag_137" canDelete="false" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2444" tag="hblock_tag_138" canDelete="false" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2444" tag="hblock_tag_138" canDelete="false" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2444" tag="hblock_tag_139" canDelete="false" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2444" tag="hblock_tag_139" canDelete="false" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2445" tag="hblock_tag_140" canDelete="false" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2445" tag="hblock_tag_140" canDelete="false" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2445" tag="hblock_tag_141" canDelete="false" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2445" tag="hblock_tag_141" canDelete="false" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2446" tag="hblock_tag_142" canDelete="false" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2446" tag="hblock_tag_142" canDelete="false" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2446" tag="hblock_tag_143" canDelete="false" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2446" tag="hblock_tag_143" canDelete="false" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2447" tag="hblock_tag_144" canDelete="false" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2447" tag="hblock_tag_144" canDelete="false" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2447" tag="hblock_tag_145" canDelete="false" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2447" tag="hblock_tag_145" canDelete="false" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_146" canDelete="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_146" canDelete="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_147" canDelete="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_147" canDelete="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_148" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_148" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_149" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_149" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_150" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_150" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_151" canDelete="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_151" canDelete="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_152" canDelete="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_152" canDelete="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_153" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_153" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_154" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_154" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_155" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_155" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_156" canDelete="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_156" canDelete="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_157" canDelete="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_157" canDelete="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_158" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_158" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_159" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_159" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_160" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_160" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_161" canDelete="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_161" canDelete="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_162" canDelete="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_162" canDelete="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_163" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_163" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_164" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_164" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_165" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_165" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_166" canDelete="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_166" canDelete="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_167" canDelete="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_167" canDelete="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_168" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_168" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_169" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_169" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_170" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_170" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_171" canDelete="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_171" canDelete="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_172" canDelete="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_172" canDelete="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_173" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_173" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_174" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_174" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_175" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_175" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_176" canDelete="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_176" canDelete="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_177" canDelete="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_177" canDelete="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_178" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_178" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_179" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_179" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_180" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_180" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_181" canDelete="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_181" canDelete="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_182" canDelete="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_182" canDelete="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_183" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_183" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_184" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_184" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_185" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_185" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_186" canDelete="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_186" canDelete="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_187" canDelete="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_187" canDelete="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_188" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_188" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_189" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_189" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_190" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_190" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="2448" tag="operation_2448" canDelete="false" role_id="-1" > + <codeoperation parent_id="2448" tag="operation_2448" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2453" tag="operation_2453" canDelete="false" role_id="-1" > + <codeoperation parent_id="2453" tag="operation_2453" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2455" tag="operation_2455" canDelete="false" role_id="-1" > + <codeoperation parent_id="2455" tag="operation_2455" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2456" tag="operation_2456" canDelete="false" role_id="-1" > + <codeoperation parent_id="2456" tag="operation_2456" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2457" tag="operation_2457" canDelete="false" role_id="-1" > + <codeoperation parent_id="2457" tag="operation_2457" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2458" tag="operation_2458" canDelete="false" role_id="-1" > + <codeoperation parent_id="2458" tag="operation_2458" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2459" tag="operation_2459" canDelete="false" role_id="-1" > + <codeoperation parent_id="2459" tag="operation_2459" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2460" tag="operation_2460" canDelete="false" role_id="-1" > + <codeoperation parent_id="2460" tag="operation_2460" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2462" tag="operation_2462" canDelete="false" role_id="-1" > + <codeoperation parent_id="2462" tag="operation_2462" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2463" tag="operation_2463" canDelete="false" role_id="-1" > + <codeoperation parent_id="2463" tag="operation_2463" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2464" tag="operation_2464" canDelete="false" role_id="-1" > + <codeoperation parent_id="2464" tag="operation_2464" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2465" tag="operation_2465" canDelete="false" role_id="-1" > + <codeoperation parent_id="2465" tag="operation_2465" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2466" tag="operation_2466" canDelete="false" role_id="-1" > + <codeoperation parent_id="2466" tag="operation_2466" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2467" tag="operation_2467" canDelete="false" role_id="-1" > + <codeoperation parent_id="2467" tag="operation_2467" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2468" tag="operation_2468" canDelete="false" role_id="-1" > + <codeoperation parent_id="2468" tag="operation_2468" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2469" tag="operation_2469" canDelete="false" role_id="-1" > + <codeoperation parent_id="2469" tag="operation_2469" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2470" tag="operation_2470" canDelete="false" role_id="-1" > + <codeoperation parent_id="2470" tag="operation_2470" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2472" tag="operation_2472" canDelete="false" role_id="-1" > + <codeoperation parent_id="2472" tag="operation_2472" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2473" tag="operation_2473" canDelete="false" role_id="-1" > + <codeoperation parent_id="2473" tag="operation_2473" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2474" tag="operation_2474" canDelete="false" role_id="-1" > + <codeoperation parent_id="2474" tag="operation_2474" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2475" tag="operation_2475" canDelete="false" role_id="-1" > + <codeoperation parent_id="2475" tag="operation_2475" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2476" tag="operation_2476" canDelete="false" role_id="-1" > + <codeoperation parent_id="2476" tag="operation_2476" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2477" tag="operation_2477" canDelete="false" role_id="-1" > + <codeoperation parent_id="2477" tag="operation_2477" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2480" tag="operation_2480" canDelete="false" role_id="-1" > + <codeoperation parent_id="2480" tag="operation_2480" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2481" tag="operation_2481" canDelete="false" role_id="-1" > + <codeoperation parent_id="2481" tag="operation_2481" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2484" tag="operation_2484" canDelete="false" role_id="-1" > + <codeoperation parent_id="2484" tag="operation_2484" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2486" tag="operation_2486" canDelete="false" role_id="-1" > + <codeoperation parent_id="2486" tag="operation_2486" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2487" tag="operation_2487" canDelete="false" role_id="-1" > + <codeoperation parent_id="2487" tag="operation_2487" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2488" tag="operation_2488" canDelete="false" role_id="-1" > + <codeoperation parent_id="2488" tag="operation_2488" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2492" tag="operation_2492" canDelete="false" role_id="-1" > + <codeoperation parent_id="2492" tag="operation_2492" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2494" tag="operation_2494" canDelete="false" role_id="-1" > + <codeoperation parent_id="2494" tag="operation_2494" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2495" tag="operation_2495" canDelete="false" role_id="-1" > + <codeoperation parent_id="2495" tag="operation_2495" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2496" tag="operation_2496" canDelete="false" role_id="-1" > + <codeoperation parent_id="2496" tag="operation_2496" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2498" tag="operation_2498" canDelete="false" role_id="-1" > + <codeoperation parent_id="2498" tag="operation_2498" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2500" tag="operation_2500" canDelete="false" role_id="-1" > + <codeoperation parent_id="2500" tag="operation_2500" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2502" tag="operation_2502" canDelete="false" role_id="-1" > + <codeoperation parent_id="2502" tag="operation_2502" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2504" tag="operation_2504" canDelete="false" role_id="-1" > + <codeoperation parent_id="2504" tag="operation_2504" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2506" tag="operation_2506" canDelete="false" role_id="-1" > + <codeoperation parent_id="2506" tag="operation_2506" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2508" tag="operation_2508" canDelete="false" role_id="-1" > + <codeoperation parent_id="2508" tag="operation_2508" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2510" tag="operation_2510" canDelete="false" role_id="-1" > + <codeoperation parent_id="2510" tag="operation_2510" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2512" tag="operation_2512" canDelete="false" role_id="-1" > + <codeoperation parent_id="2512" tag="operation_2512" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2514" tag="operation_2514" canDelete="false" role_id="-1" > + <codeoperation parent_id="2514" tag="operation_2514" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2515" tag="operation_2515" canDelete="false" role_id="-1" > + <codeoperation parent_id="2515" tag="operation_2515" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2516" tag="operation_2516" canDelete="false" role_id="-1" > + <codeoperation parent_id="2516" tag="operation_2516" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2517" tag="operation_2517" canDelete="false" role_id="-1" > + <codeoperation parent_id="2517" tag="operation_2517" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2519" tag="operation_2519" canDelete="false" role_id="-1" > + <codeoperation parent_id="2519" tag="operation_2519" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2520" tag="operation_2520" canDelete="false" role_id="-1" > + <codeoperation parent_id="2520" tag="operation_2520" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2521" tag="operation_2521" canDelete="false" role_id="-1" > + <codeoperation parent_id="2521" tag="operation_2521" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2522" tag="operation_2522" canDelete="false" role_id="-1" > + <codeoperation parent_id="2522" tag="operation_2522" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2523" tag="operation_2523" canDelete="false" role_id="-1" > + <codeoperation parent_id="2523" tag="operation_2523" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2524" tag="operation_2524" canDelete="false" role_id="-1" > + <codeoperation parent_id="2524" tag="operation_2524" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2525" tag="operation_2525" canDelete="false" role_id="-1" > + <codeoperation parent_id="2525" tag="operation_2525" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2526" tag="operation_2526" canDelete="false" role_id="-1" > + <codeoperation parent_id="2526" tag="operation_2526" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2527" tag="operation_2527" canDelete="false" role_id="-1" > + <codeoperation parent_id="2527" tag="operation_2527" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2528" tag="operation_2528" canDelete="false" role_id="-1" > + <codeoperation parent_id="2528" tag="operation_2528" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2533" tag="operation_2533" canDelete="false" role_id="-1" > + <codeoperation parent_id="2533" tag="operation_2533" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2535" tag="operation_2535" canDelete="false" role_id="-1" > + <codeoperation parent_id="2535" tag="operation_2535" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2536" tag="operation_2536" canDelete="false" role_id="-1" > + <codeoperation parent_id="2536" tag="operation_2536" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2538" tag="operation_2538" canDelete="false" role_id="-1" > + <codeoperation parent_id="2538" tag="operation_2538" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2539" tag="operation_2539" canDelete="false" role_id="-1" > + <codeoperation parent_id="2539" tag="operation_2539" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2542" tag="operation_2542" canDelete="false" role_id="-1" > + <codeoperation parent_id="2542" tag="operation_2542" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2544" tag="operation_2544" canDelete="false" role_id="-1" > + <codeoperation parent_id="2544" tag="operation_2544" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2546" tag="operation_2546" canDelete="false" role_id="-1" > + <codeoperation parent_id="2546" tag="operation_2546" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2549" tag="operation_2549" canDelete="false" role_id="-1" > + <codeoperation parent_id="2549" tag="operation_2549" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2551" tag="operation_2551" canDelete="false" role_id="-1" > + <codeoperation parent_id="2551" tag="operation_2551" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2553" tag="operation_2553" canDelete="false" role_id="-1" > + <codeoperation parent_id="2553" tag="operation_2553" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2554" tag="operation_2554" canDelete="false" role_id="-1" > + <codeoperation parent_id="2554" tag="operation_2554" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2555" tag="operation_2555" canDelete="false" role_id="-1" > + <codeoperation parent_id="2555" tag="operation_2555" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2558" tag="operation_2558" canDelete="false" role_id="-1" > + <codeoperation parent_id="2558" tag="operation_2558" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2559" tag="operation_2559" canDelete="false" role_id="-1" > + <codeoperation parent_id="2559" tag="operation_2559" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2562" tag="operation_2562" canDelete="false" role_id="-1" > + <codeoperation parent_id="2562" tag="operation_2562" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="2566" tag="operation_2566" canDelete="false" role_id="-1" > + <codeoperation parent_id="2566" tag="operation_2566" canDelete="false" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> @@ -21604,1776 +21604,1776 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisview.cpp - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2367" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2367" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2367" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2367" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2367" tag="hblock_tag_0" canDelete="false" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2367" tag="hblock_tag_0" canDelete="false" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2367" tag="hblock_tag_1" canDelete="false" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2367" tag="hblock_tag_1" canDelete="false" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2370" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2370" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2370" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2370" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2370" tag="hblock_tag_2" canDelete="false" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2370" tag="hblock_tag_2" canDelete="false" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2370" tag="hblock_tag_3" canDelete="false" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2370" tag="hblock_tag_3" canDelete="false" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2371" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2371" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2371" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2371" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2371" tag="hblock_tag_4" canDelete="false" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2371" tag="hblock_tag_4" canDelete="false" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2371" tag="hblock_tag_5" canDelete="false" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2371" tag="hblock_tag_5" canDelete="false" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2372" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2372" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2372" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2372" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2372" tag="hblock_tag_6" canDelete="false" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2372" tag="hblock_tag_6" canDelete="false" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2372" tag="hblock_tag_7" canDelete="false" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2372" tag="hblock_tag_7" canDelete="false" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2373" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2373" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2373" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2373" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2373" tag="hblock_tag_8" canDelete="false" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2373" tag="hblock_tag_8" canDelete="false" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2373" tag="hblock_tag_9" canDelete="false" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2373" tag="hblock_tag_9" canDelete="false" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2374" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2374" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2374" tag="hblock_tag_10" canDelete="false" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2374" tag="hblock_tag_10" canDelete="false" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2374" tag="hblock_tag_11" canDelete="false" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2374" tag="hblock_tag_11" canDelete="false" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2375" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2375" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2375" tag="hblock_tag_12" canDelete="false" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2375" tag="hblock_tag_12" canDelete="false" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2375" tag="hblock_tag_13" canDelete="false" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2375" tag="hblock_tag_13" canDelete="false" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2376" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2376" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2376" tag="hblock_tag_14" canDelete="false" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2376" tag="hblock_tag_14" canDelete="false" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2376" tag="hblock_tag_15" canDelete="false" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2376" tag="hblock_tag_15" canDelete="false" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2377" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2377" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2377" tag="hblock_tag_16" canDelete="false" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2377" tag="hblock_tag_16" canDelete="false" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2377" tag="hblock_tag_17" canDelete="false" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2377" tag="hblock_tag_17" canDelete="false" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2378" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2378" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2378" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2378" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2378" tag="hblock_tag_18" canDelete="false" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2378" tag="hblock_tag_18" canDelete="false" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2378" tag="hblock_tag_19" canDelete="false" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2378" tag="hblock_tag_19" canDelete="false" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2379" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2379" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2379" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2379" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2379" tag="hblock_tag_20" canDelete="false" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2379" tag="hblock_tag_20" canDelete="false" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2379" tag="hblock_tag_21" canDelete="false" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2379" tag="hblock_tag_21" canDelete="false" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2380" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2380" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2380" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2380" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2380" tag="hblock_tag_22" canDelete="false" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2380" tag="hblock_tag_22" canDelete="false" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2380" tag="hblock_tag_23" canDelete="false" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2380" tag="hblock_tag_23" canDelete="false" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2381" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2381" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2381" tag="hblock_tag_24" canDelete="false" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2381" tag="hblock_tag_24" canDelete="false" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2381" tag="hblock_tag_25" canDelete="false" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2381" tag="hblock_tag_25" canDelete="false" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2383" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2383" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2383" tag="hblock_tag_26" canDelete="false" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2383" tag="hblock_tag_26" canDelete="false" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2383" tag="hblock_tag_27" canDelete="false" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2383" tag="hblock_tag_27" canDelete="false" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2384" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2384" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2384" tag="hblock_tag_28" canDelete="false" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2384" tag="hblock_tag_28" canDelete="false" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2384" tag="hblock_tag_29" canDelete="false" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2384" tag="hblock_tag_29" canDelete="false" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2386" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2386" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2386" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2386" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2386" tag="hblock_tag_30" canDelete="false" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2386" tag="hblock_tag_30" canDelete="false" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2386" tag="hblock_tag_31" canDelete="false" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2386" tag="hblock_tag_31" canDelete="false" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2387" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2387" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2387" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2387" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2387" tag="hblock_tag_32" canDelete="false" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2387" tag="hblock_tag_32" canDelete="false" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2387" tag="hblock_tag_33" canDelete="false" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2387" tag="hblock_tag_33" canDelete="false" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2388" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2388" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2388" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2388" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2388" tag="hblock_tag_34" canDelete="false" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2388" tag="hblock_tag_34" canDelete="false" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2388" tag="hblock_tag_35" canDelete="false" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2388" tag="hblock_tag_35" canDelete="false" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2389" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2389" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2389" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2389" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2389" tag="hblock_tag_36" canDelete="false" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2389" tag="hblock_tag_36" canDelete="false" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2389" tag="hblock_tag_37" canDelete="false" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2389" tag="hblock_tag_37" canDelete="false" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2391" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2391" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2391" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2391" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2391" tag="hblock_tag_38" canDelete="false" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2391" tag="hblock_tag_38" canDelete="false" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2391" tag="hblock_tag_39" canDelete="false" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2391" tag="hblock_tag_39" canDelete="false" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2392" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2392" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2392" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2392" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2392" tag="hblock_tag_40" canDelete="false" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2392" tag="hblock_tag_40" canDelete="false" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2392" tag="hblock_tag_41" canDelete="false" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2392" tag="hblock_tag_41" canDelete="false" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2393" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2393" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2393" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2393" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2393" tag="hblock_tag_42" canDelete="false" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2393" tag="hblock_tag_42" canDelete="false" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2393" tag="hblock_tag_43" canDelete="false" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2393" tag="hblock_tag_43" canDelete="false" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2394" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2394" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2394" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2394" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2394" tag="hblock_tag_44" canDelete="false" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2394" tag="hblock_tag_44" canDelete="false" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2394" tag="hblock_tag_45" canDelete="false" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2394" tag="hblock_tag_45" canDelete="false" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2395" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2395" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2395" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2395" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2395" tag="hblock_tag_46" canDelete="false" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2395" tag="hblock_tag_46" canDelete="false" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2395" tag="hblock_tag_47" canDelete="false" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2395" tag="hblock_tag_47" canDelete="false" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2396" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2396" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2396" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2396" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2396" tag="hblock_tag_48" canDelete="false" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2396" tag="hblock_tag_48" canDelete="false" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2396" tag="hblock_tag_49" canDelete="false" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2396" tag="hblock_tag_49" canDelete="false" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2397" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2397" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2397" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2397" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2397" tag="hblock_tag_50" canDelete="false" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2397" tag="hblock_tag_50" canDelete="false" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2397" tag="hblock_tag_51" canDelete="false" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2397" tag="hblock_tag_51" canDelete="false" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2398" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2398" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2398" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2398" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2398" tag="hblock_tag_52" canDelete="false" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2398" tag="hblock_tag_52" canDelete="false" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2398" tag="hblock_tag_53" canDelete="false" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2398" tag="hblock_tag_53" canDelete="false" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2399" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2399" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2399" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2399" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2399" tag="hblock_tag_54" canDelete="false" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2399" tag="hblock_tag_54" canDelete="false" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2399" tag="hblock_tag_55" canDelete="false" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2399" tag="hblock_tag_55" canDelete="false" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2400" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2400" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2400" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2400" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2400" tag="hblock_tag_56" canDelete="false" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2400" tag="hblock_tag_56" canDelete="false" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2400" tag="hblock_tag_57" canDelete="false" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2400" tag="hblock_tag_57" canDelete="false" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2401" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2401" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2401" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2401" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2401" tag="hblock_tag_58" canDelete="false" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2401" tag="hblock_tag_58" canDelete="false" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2401" tag="hblock_tag_59" canDelete="false" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2401" tag="hblock_tag_59" canDelete="false" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2402" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2402" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2402" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2402" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2402" tag="hblock_tag_60" canDelete="false" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2402" tag="hblock_tag_60" canDelete="false" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2402" tag="hblock_tag_61" canDelete="false" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2402" tag="hblock_tag_61" canDelete="false" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2403" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2403" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2403" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2403" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2403" tag="hblock_tag_62" canDelete="false" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2403" tag="hblock_tag_62" canDelete="false" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2403" tag="hblock_tag_63" canDelete="false" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2403" tag="hblock_tag_63" canDelete="false" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2404" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2404" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2404" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2404" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2404" tag="hblock_tag_64" canDelete="false" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2404" tag="hblock_tag_64" canDelete="false" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2404" tag="hblock_tag_65" canDelete="false" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2404" tag="hblock_tag_65" canDelete="false" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2405" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2405" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2405" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2405" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2405" tag="hblock_tag_66" canDelete="false" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2405" tag="hblock_tag_66" canDelete="false" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2405" tag="hblock_tag_67" canDelete="false" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2405" tag="hblock_tag_67" canDelete="false" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2406" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2406" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2406" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2406" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2406" tag="hblock_tag_68" canDelete="false" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2406" tag="hblock_tag_68" canDelete="false" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2406" tag="hblock_tag_69" canDelete="false" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2406" tag="hblock_tag_69" canDelete="false" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2407" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2407" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2407" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2407" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2407" tag="hblock_tag_70" canDelete="false" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2407" tag="hblock_tag_70" canDelete="false" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2407" tag="hblock_tag_71" canDelete="false" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2407" tag="hblock_tag_71" canDelete="false" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2408" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2408" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2408" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2408" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2408" tag="hblock_tag_72" canDelete="false" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2408" tag="hblock_tag_72" canDelete="false" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2408" tag="hblock_tag_73" canDelete="false" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2408" tag="hblock_tag_73" canDelete="false" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2409" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2409" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2409" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2409" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2409" tag="hblock_tag_74" canDelete="false" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2409" tag="hblock_tag_74" canDelete="false" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2409" tag="hblock_tag_75" canDelete="false" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2409" tag="hblock_tag_75" canDelete="false" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2410" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2410" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2410" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2410" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2410" tag="hblock_tag_76" canDelete="false" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2410" tag="hblock_tag_76" canDelete="false" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2410" tag="hblock_tag_77" canDelete="false" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2410" tag="hblock_tag_77" canDelete="false" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2411" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2411" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2411" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2411" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2411" tag="hblock_tag_78" canDelete="false" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2411" tag="hblock_tag_78" canDelete="false" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2411" tag="hblock_tag_79" canDelete="false" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2411" tag="hblock_tag_79" canDelete="false" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2412" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2412" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2412" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2412" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2412" tag="hblock_tag_80" canDelete="false" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2412" tag="hblock_tag_80" canDelete="false" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2412" tag="hblock_tag_81" canDelete="false" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2412" tag="hblock_tag_81" canDelete="false" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2413" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2413" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2413" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2413" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2413" tag="hblock_tag_82" canDelete="false" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2413" tag="hblock_tag_82" canDelete="false" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2413" tag="hblock_tag_83" canDelete="false" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2413" tag="hblock_tag_83" canDelete="false" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2414" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2414" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2414" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2414" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2414" tag="hblock_tag_84" canDelete="false" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2414" tag="hblock_tag_84" canDelete="false" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2414" tag="hblock_tag_85" canDelete="false" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2414" tag="hblock_tag_85" canDelete="false" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2415" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2415" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2415" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2415" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2415" tag="hblock_tag_86" canDelete="false" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2415" tag="hblock_tag_86" canDelete="false" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2415" tag="hblock_tag_87" canDelete="false" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2415" tag="hblock_tag_87" canDelete="false" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2416" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2416" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2416" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2416" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2416" tag="hblock_tag_88" canDelete="false" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2416" tag="hblock_tag_88" canDelete="false" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2416" tag="hblock_tag_89" canDelete="false" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2416" tag="hblock_tag_89" canDelete="false" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2417" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2417" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2417" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2417" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2417" tag="hblock_tag_90" canDelete="false" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2417" tag="hblock_tag_90" canDelete="false" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2417" tag="hblock_tag_91" canDelete="false" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2417" tag="hblock_tag_91" canDelete="false" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2418" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2418" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2418" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2418" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2418" tag="hblock_tag_92" canDelete="false" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2418" tag="hblock_tag_92" canDelete="false" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2418" tag="hblock_tag_93" canDelete="false" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2418" tag="hblock_tag_93" canDelete="false" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2419" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2419" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2419" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2419" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2419" tag="hblock_tag_94" canDelete="false" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2419" tag="hblock_tag_94" canDelete="false" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2419" tag="hblock_tag_95" canDelete="false" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2419" tag="hblock_tag_95" canDelete="false" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2420" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2420" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2420" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2420" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2420" tag="hblock_tag_96" canDelete="false" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2420" tag="hblock_tag_96" canDelete="false" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2420" tag="hblock_tag_97" canDelete="false" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2420" tag="hblock_tag_97" canDelete="false" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2421" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2421" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2421" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2421" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2421" tag="hblock_tag_98" canDelete="false" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2421" tag="hblock_tag_98" canDelete="false" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2421" tag="hblock_tag_99" canDelete="false" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2421" tag="hblock_tag_99" canDelete="false" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2424" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2424" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2424" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2424" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2424" tag="hblock_tag_100" canDelete="false" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2424" tag="hblock_tag_100" canDelete="false" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2424" tag="hblock_tag_101" canDelete="false" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2424" tag="hblock_tag_101" canDelete="false" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2425" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2425" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2425" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2425" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2425" tag="hblock_tag_102" canDelete="false" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2425" tag="hblock_tag_102" canDelete="false" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2425" tag="hblock_tag_103" canDelete="false" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2425" tag="hblock_tag_103" canDelete="false" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2426" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2426" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2426" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2426" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2426" tag="hblock_tag_104" canDelete="false" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2426" tag="hblock_tag_104" canDelete="false" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2426" tag="hblock_tag_105" canDelete="false" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2426" tag="hblock_tag_105" canDelete="false" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2427" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2427" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2427" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2427" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2427" tag="hblock_tag_106" canDelete="false" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2427" tag="hblock_tag_106" canDelete="false" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2427" tag="hblock_tag_107" canDelete="false" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2427" tag="hblock_tag_107" canDelete="false" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2428" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2428" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2428" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2428" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2428" tag="hblock_tag_108" canDelete="false" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2428" tag="hblock_tag_108" canDelete="false" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2428" tag="hblock_tag_109" canDelete="false" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2428" tag="hblock_tag_109" canDelete="false" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2429" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2429" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2429" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2429" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2429" tag="hblock_tag_110" canDelete="false" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2429" tag="hblock_tag_110" canDelete="false" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2429" tag="hblock_tag_111" canDelete="false" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2429" tag="hblock_tag_111" canDelete="false" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2430" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2430" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2430" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2430" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2430" tag="hblock_tag_112" canDelete="false" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2430" tag="hblock_tag_112" canDelete="false" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2430" tag="hblock_tag_113" canDelete="false" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2430" tag="hblock_tag_113" canDelete="false" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2431" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2431" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2431" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2431" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2431" tag="hblock_tag_114" canDelete="false" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2431" tag="hblock_tag_114" canDelete="false" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2431" tag="hblock_tag_115" canDelete="false" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2431" tag="hblock_tag_115" canDelete="false" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2432" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2432" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2432" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2432" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2432" tag="hblock_tag_116" canDelete="false" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2432" tag="hblock_tag_116" canDelete="false" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2432" tag="hblock_tag_117" canDelete="false" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2432" tag="hblock_tag_117" canDelete="false" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2433" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2433" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2433" tag="hblock_tag_118" canDelete="false" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2433" tag="hblock_tag_118" canDelete="false" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2433" tag="hblock_tag_119" canDelete="false" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2433" tag="hblock_tag_119" canDelete="false" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2434" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2434" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2434" tag="hblock_tag_120" canDelete="false" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2434" tag="hblock_tag_120" canDelete="false" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2434" tag="hblock_tag_121" canDelete="false" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2434" tag="hblock_tag_121" canDelete="false" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2435" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2435" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2435" tag="hblock_tag_122" canDelete="false" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2435" tag="hblock_tag_122" canDelete="false" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2435" tag="hblock_tag_123" canDelete="false" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2435" tag="hblock_tag_123" canDelete="false" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2436" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2436" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2436" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2436" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2436" tag="hblock_tag_124" canDelete="false" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2436" tag="hblock_tag_124" canDelete="false" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2436" tag="hblock_tag_125" canDelete="false" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2436" tag="hblock_tag_125" canDelete="false" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2437" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2437" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2437" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2437" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2437" tag="hblock_tag_126" canDelete="false" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2437" tag="hblock_tag_126" canDelete="false" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2437" tag="hblock_tag_127" canDelete="false" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2437" tag="hblock_tag_127" canDelete="false" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2438" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2438" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2438" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2438" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2438" tag="hblock_tag_128" canDelete="false" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2438" tag="hblock_tag_128" canDelete="false" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2438" tag="hblock_tag_129" canDelete="false" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2438" tag="hblock_tag_129" canDelete="false" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2439" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2439" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2439" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2439" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2439" tag="hblock_tag_130" canDelete="false" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2439" tag="hblock_tag_130" canDelete="false" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2439" tag="hblock_tag_131" canDelete="false" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2439" tag="hblock_tag_131" canDelete="false" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2440" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2440" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2440" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2440" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2440" tag="hblock_tag_132" canDelete="false" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2440" tag="hblock_tag_132" canDelete="false" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2440" tag="hblock_tag_133" canDelete="false" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2440" tag="hblock_tag_133" canDelete="false" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2442" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2442" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2442" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2442" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2442" tag="hblock_tag_134" canDelete="false" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2442" tag="hblock_tag_134" canDelete="false" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2442" tag="hblock_tag_135" canDelete="false" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2442" tag="hblock_tag_135" canDelete="false" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2443" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2443" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2443" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2443" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2443" tag="hblock_tag_136" canDelete="false" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2443" tag="hblock_tag_136" canDelete="false" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2443" tag="hblock_tag_137" canDelete="false" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2443" tag="hblock_tag_137" canDelete="false" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2444" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2444" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2444" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2444" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2444" tag="hblock_tag_138" canDelete="false" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2444" tag="hblock_tag_138" canDelete="false" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2444" tag="hblock_tag_139" canDelete="false" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2444" tag="hblock_tag_139" canDelete="false" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2445" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2445" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2445" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2445" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2445" tag="hblock_tag_140" canDelete="false" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2445" tag="hblock_tag_140" canDelete="false" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2445" tag="hblock_tag_141" canDelete="false" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2445" tag="hblock_tag_141" canDelete="false" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2446" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2446" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2446" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2446" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2446" tag="hblock_tag_142" canDelete="false" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2446" tag="hblock_tag_142" canDelete="false" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2446" tag="hblock_tag_143" canDelete="false" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2446" tag="hblock_tag_143" canDelete="false" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2447" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2447" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2447" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2447" tag="" canDelete="false" indentLevel="1" role_id="-1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2447" tag="hblock_tag_144" canDelete="false" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2447" tag="hblock_tag_144" canDelete="false" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2447" tag="hblock_tag_145" canDelete="false" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2447" tag="hblock_tag_145" canDelete="false" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2366" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2366" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2366" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2366" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_146" canDelete="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_146" canDelete="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_147" canDelete="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_147" canDelete="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_148" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_148" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_149" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_149" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_150" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_150" canDelete="false" writeOutText="false" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2368" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2368" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2368" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2368" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_151" canDelete="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_151" canDelete="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_152" canDelete="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_152" canDelete="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_153" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_153" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_154" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_154" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_155" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_155" canDelete="false" writeOutText="false" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2369" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2369" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2369" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2369" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_156" canDelete="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_156" canDelete="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_157" canDelete="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_157" canDelete="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_158" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_158" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_159" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_159" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_160" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_160" canDelete="false" writeOutText="false" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2382" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2382" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2382" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2382" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_161" canDelete="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_161" canDelete="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_162" canDelete="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_162" canDelete="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_163" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_163" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_164" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_164" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_165" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_165" canDelete="false" writeOutText="false" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2385" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2385" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2385" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2385" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_166" canDelete="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_166" canDelete="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_167" canDelete="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_167" canDelete="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_168" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_168" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_169" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_169" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_170" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_170" canDelete="false" writeOutText="false" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2390" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2390" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2390" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2390" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_171" canDelete="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_171" canDelete="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_172" canDelete="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_172" canDelete="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_173" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_173" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_174" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_174" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_175" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_175" canDelete="false" writeOutText="false" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2422" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2422" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2422" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2422" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_176" canDelete="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_176" canDelete="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_177" canDelete="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_177" canDelete="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_178" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_178" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_179" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_179" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_180" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_180" canDelete="false" writeOutText="false" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2423" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2423" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2423" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2423" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_181" canDelete="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_181" canDelete="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_182" canDelete="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_182" canDelete="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_183" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_183" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_184" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_184" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_185" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_185" canDelete="false" writeOutText="false" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2441" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2441" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2441" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="2441" tag="" canDelete="false" indentLevel="1" role_id="0" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_186" canDelete="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_186" canDelete="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_187" canDelete="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_187" canDelete="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_188" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_188" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_189" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_189" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_190" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_190" canDelete="false" writeOutText="false" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" /> </header> @@ -23387,7 +23387,7 @@ in the constructor, you have to call loadAsync. <codecomment tag="" /> </header> </codedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader9" tqparent_class="9" fileExt=".h" fileName="kisbuildersubject" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader9" parent_class="9" fileExt=".h" fileName="kisbuildersubject" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISBUILDERSUBJECT_H&#010;#define KISBUILDERSUBJECT_H" > <header> @@ -23414,7 +23414,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="9" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="9" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisBuilderSubject&#010;" /> </header> @@ -23471,7 +23471,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="10" tag="operation_10" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="10" tag="operation_10" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -23528,7 +23528,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="11" tag="operation_11" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="11" tag="operation_11" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -23605,7 +23605,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader12" tqparent_class="12" fileExt=".h" fileName="kisimagemagickconverter" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader12" parent_class="12" fileExt=".h" fileName="kisimagemagickconverter" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISIMAGEMAGICKCONVERTER_H&#010;#define KISIMAGEMAGICKCONVERTER_H" > <header> @@ -23632,7 +23632,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="12" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="12" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisImageMagickConverter&#010;Build a KisImage representation of an image file." /> </header> @@ -23689,47 +23689,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="20" tag="operation_20" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="20" tag="operation_20" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param doc &#010;@param adapter " /> </header> </codeoperation> - <codeoperation tqparent_id="25" tag="operation_25" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="25" tag="operation_25" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param uri &#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="28" tag="operation_28" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="28" tag="operation_28" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param uri &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="31" tag="operation_31" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="31" tag="operation_31" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param uri " /> </header> </codeoperation> - <codeoperation tqparent_id="36" tag="operation_36" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="36" tag="operation_36" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="40" tag="operation_40" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="40" tag="operation_40" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="41" tag="operation_41" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="41" tag="operation_41" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="42" tag="operation_42" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="42" tag="operation_42" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="43" tag="operation_43" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="43" tag="operation_43" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -23786,22 +23786,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="18" tag="operation_18" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="18" tag="operation_18" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="23" tag="operation_23" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="23" tag="operation_23" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="33" tag="operation_33" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="33" tag="operation_33" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param uri &#010;@param isBlob " /> </header> </codeoperation> - <codeoperation tqparent_id="37" tag="operation_37" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="37" tag="operation_37" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param doc &#010;@param adapter " /> </header> @@ -23822,27 +23822,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="13" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > + <ccfdeclarationcodeblock parent_id="13" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="14" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="14" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="15" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > + <ccfdeclarationcodeblock parent_id="15" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="16" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > + <ccfdeclarationcodeblock parent_id="16" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="17" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_stop;" > + <ccfdeclarationcodeblock parent_id="17" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_stop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -23876,52 +23876,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="13" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="13" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="13" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="13" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="14" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="14" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="14" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="14" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="15" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="15" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="15" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="15" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="16" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="16" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="16" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="16" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="17" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="17" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="17" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="17" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -23954,101 +23954,101 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimagemagickconverter.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="13" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="13" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="13" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > + <ccfdeclarationcodeblock parent_id="13" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="13" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="13" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="13" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="13" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="13" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="14" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="14" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="14" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="14" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="14" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="14" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="14" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="14" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="14" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="15" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="15" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="15" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > + <ccfdeclarationcodeblock parent_id="15" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="15" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="15" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="15" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="15" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="15" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="16" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="16" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="16" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > + <ccfdeclarationcodeblock parent_id="16" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="16" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="16" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="16" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="16" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="16" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="17" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="17" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="17" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_stop;" > + <ccfdeclarationcodeblock parent_id="17" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_stop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="17" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="17" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="17" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="17" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="17" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -24056,7 +24056,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader44" tqparent_class="44" fileExt=".h" fileName="kisbuildermonitor" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader44" parent_class="44" fileExt=".h" fileName="kisbuildermonitor" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISBUILDERMONITOR_H&#010;#define KISBUILDERMONITOR_H" > <header> @@ -24083,7 +24083,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="44" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="44" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisBuilderMonitor&#010;" /> </header> @@ -24098,7 +24098,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2390" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2390" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -24138,27 +24138,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -24172,22 +24172,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="46" tag="operation_46" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="46" tag="operation_46" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="49" tag="operation_49" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="49" tag="operation_49" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param subject " /> </header> </codeoperation> - <codeoperation tqparent_id="51" tag="operation_51" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="51" tag="operation_51" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param subject " /> </header> </codeoperation> - <codeoperation tqparent_id="53" tag="operation_53" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="53" tag="operation_53" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -24259,7 +24259,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="45" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" vKisBuilderSubject m_subjects;" > + <ccfdeclarationcodeblock parent_id="45" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" vKisBuilderSubject m_subjects;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -24293,12 +24293,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="45" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="45" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="45" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="45" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -24331,56 +24331,56 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisbuildermonitor.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="45" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="45" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="45" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" vKisBuilderSubject m_subjects;" > + <ccfdeclarationcodeblock parent_id="45" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" vKisBuilderSubject m_subjects;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="45" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="45" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="45" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="45" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="45" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2390" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2390" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2390" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2390" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -24388,7 +24388,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader55" tqparent_class="55" fileExt=".h" fileName="kisimagebuilder_result" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader55" parent_class="55" fileExt=".h" fileName="kisimagebuilder_result" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISIMAGEBUILDER_RESULT_H&#010;#define KISIMAGEBUILDER_RESULT_H" > <header> @@ -24415,7 +24415,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="55" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="55" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisImageBuilder_Result&#010;" /> </header> @@ -24594,7 +24594,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader69" tqparent_class="69" fileExt=".h" fileName="kisimagebuilder_step" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader69" parent_class="69" fileExt=".h" fileName="kisimagebuilder_step" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISIMAGEBUILDER_STEP_H&#010;#define KISIMAGEBUILDER_STEP_H" > <header> @@ -24621,7 +24621,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="69" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="69" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisImageBuilder_Step&#010;" /> </header> @@ -24800,7 +24800,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader81" tqparent_class="81" fileExt=".h" fileName="kisstrategycolorspacecmyk" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader81" parent_class="81" fileExt=".h" fileName="kisstrategycolorspacecmyk" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISSTRATEGYCOLORSPACECMYK_H&#010;#define KISSTRATEGYCOLORSPACECMYK_H" > <header> @@ -24827,7 +24827,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="81" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="81" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisStrategyColorSpaceCMYK&#010;" /> </header> @@ -24884,57 +24884,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="86" tag="operation_86" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="86" tag="operation_86" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="87" tag="operation_87" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="87" tag="operation_87" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="90" tag="operation_90" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="90" tag="operation_90" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="94" tag="operation_94" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="94" tag="operation_94" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="97" tag="operation_97" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="97" tag="operation_97" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="101" tag="operation_101" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="101" tag="operation_101" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="104" tag="operation_104" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="104" tag="operation_104" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="108" tag="operation_108" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="108" tag="operation_108" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param projection &#010;@param painter &#010;@param x &#010;@param y &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="115" tag="operation_115" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="115" tag="operation_115" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param stride &#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcstride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="125" tag="operation_125" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="125" tag="operation_125" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param stride &#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcstride &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="134" tag="operation_134" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="134" tag="operation_134" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25006,22 +25006,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="82" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > + <ccfdeclarationcodeblock parent_id="82" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="83" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > + <ccfdeclarationcodeblock parent_id="83" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="84" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > + <ccfdeclarationcodeblock parent_id="84" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="85" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" ColorLUT m_rgbLUT;" > + <ccfdeclarationcodeblock parent_id="85" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" ColorLUT m_rgbLUT;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -25055,42 +25055,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="82" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="82" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="82" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="82" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="83" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="83" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="83" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="83" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="84" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="84" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="84" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="84" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="85" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="85" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="85" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="85" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25123,81 +25123,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisstrategycolorspacecmyk.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="82" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="82" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="82" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > + <ccfdeclarationcodeblock parent_id="82" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="82" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="82" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="82" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="82" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="82" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="83" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="83" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="83" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > + <ccfdeclarationcodeblock parent_id="83" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="83" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="83" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="83" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="83" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="83" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="84" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="84" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="84" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > + <ccfdeclarationcodeblock parent_id="84" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="84" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="84" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="84" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="84" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="84" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="85" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="85" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="85" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" ColorLUT m_rgbLUT;" > + <ccfdeclarationcodeblock parent_id="85" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" ColorLUT m_rgbLUT;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="85" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="85" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="85" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="85" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="85" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25205,7 +25205,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader135" tqparent_class="135" fileExt=".h" fileName="rgb" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader135" parent_class="135" fileExt=".h" fileName="rgb" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef RGB_H&#010;#define RGB_H" > <header> @@ -25232,7 +25232,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="135" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="135" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class RGB&#010;" /> </header> @@ -25247,17 +25247,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="136" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM b;" > + <ccfdeclarationcodeblock parent_id="136" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM b;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="137" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM g;" > + <ccfdeclarationcodeblock parent_id="137" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM g;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="138" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM r;" > + <ccfdeclarationcodeblock parent_id="138" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM r;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -25297,32 +25297,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="136" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="136" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="137" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="137" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="137" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="137" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="138" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="138" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25457,61 +25457,61 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; rgb.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="136" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="136" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="136" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM b;" > + <ccfdeclarationcodeblock parent_id="136" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM b;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="136" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="136" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="136" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="137" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="137" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="137" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM g;" > + <ccfdeclarationcodeblock parent_id="137" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM g;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="137" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="137" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="137" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="137" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="137" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="138" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM r;" > + <ccfdeclarationcodeblock parent_id="138" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM r;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="138" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="138" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="138" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25519,7 +25519,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader139" tqparent_class="139" fileExt=".h" fileName="kisstrategycolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader139" parent_class="139" fileExt=".h" fileName="kisstrategycolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISSTRATEGYCOLORSPACE_H&#010;#define KISSTRATEGYCOLORSPACE_H" > <header> @@ -25546,7 +25546,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="139" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="139" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisStrategyColorSpace&#010;" /> </header> @@ -25603,57 +25603,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="142" tag="operation_142" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="142" tag="operation_142" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="145" tag="operation_145" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="145" tag="operation_145" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="148" tag="operation_148" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="148" tag="operation_148" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="152" tag="operation_152" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="152" tag="operation_152" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="155" tag="operation_155" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="155" tag="operation_155" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="159" tag="operation_159" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="159" tag="operation_159" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="162" tag="operation_162" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="162" tag="operation_162" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="166" tag="operation_166" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="166" tag="operation_166" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param projection &#010;@param painter &#010;@param x &#010;@param y &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="173" tag="operation_173" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="173" tag="operation_173" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param stride &#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcstride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="183" tag="operation_183" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="183" tag="operation_183" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param stride &#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcstride &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="192" tag="operation_192" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="192" tag="operation_192" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25710,12 +25710,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="140" tag="operation_140" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="140" tag="operation_140" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="143" tag="operation_143" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="143" tag="operation_143" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -25792,7 +25792,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader193" tqparent_class="193" fileExt=".h" fileName="kiscolorspacefactoryinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader193" parent_class="193" fileExt=".h" fileName="kiscolorspacefactoryinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOLORSPACEFACTORYINTERFACE_H&#010;#define KISCOLORSPACEFACTORYINTERFACE_H" > <header> @@ -25819,7 +25819,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="193" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="193" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisColorSpaceFactoryInterface&#010;" /> </header> @@ -25834,7 +25834,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="194" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisColorSpaceFactoryInterface m_singleton;" > + <ccfdeclarationcodeblock parent_id="194" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisColorSpaceFactoryInterface m_singleton;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -25874,27 +25874,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="194" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="0" parent_id="194" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="194" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="1" parent_id="194" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="2" parent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="3" parent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="194" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="4" parent_id="194" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25908,27 +25908,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="197" tag="operation_197" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="197" tag="operation_197" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="200" tag="operation_200" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="200" tag="operation_200" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param device " /> </header> </codeoperation> - <codeoperation tqparent_id="202" tag="operation_202" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="202" tag="operation_202" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param imgType " /> </header> </codeoperation> - <codeoperation tqparent_id="204" tag="operation_204" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="204" tag="operation_204" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="205" tag="operation_205" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="205" tag="operation_205" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25985,12 +25985,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="195" tag="operation_195" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="195" tag="operation_195" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="198" tag="operation_198" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="198" tag="operation_198" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -26066,71 +26066,71 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kiscolorspacefactoryinterface.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:16&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="194" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="194" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="194" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisColorSpaceFactoryInterface m_singleton;" > + <ccfdeclarationcodeblock parent_id="194" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisColorSpaceFactoryInterface m_singleton;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="194" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="0" parent_id="194" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="194" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="1" parent_id="194" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="2" parent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="3" parent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="194" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > + <codeaccessormethod accessType="4" parent_id="194" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="194" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="194" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="194" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisColorSpaceFactoryInterface ;" > + <ccfdeclarationcodeblock parent_id="194" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisColorSpaceFactoryInterface ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="194" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="0" parent_id="194" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="1" parent_id="194" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="2" parent_id="194" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="3" parent_id="194" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="194" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > + <codeaccessormethod accessType="4" parent_id="194" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="194" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26138,7 +26138,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader206" tqparent_class="206" fileExt=".h" fileName="kisstrategycolorspacergb" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader206" parent_class="206" fileExt=".h" fileName="kisstrategycolorspacergb" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISSTRATEGYCOLORSPACERGB_H&#010;#define KISSTRATEGYCOLORSPACERGB_H" > <header> @@ -26165,7 +26165,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="206" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="206" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisStrategyColorSpaceRGB&#010;" /> </header> @@ -26222,57 +26222,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="210" tag="operation_210" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="210" tag="operation_210" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="211" tag="operation_211" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="211" tag="operation_211" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="214" tag="operation_214" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="214" tag="operation_214" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="218" tag="operation_218" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="218" tag="operation_218" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="221" tag="operation_221" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="221" tag="operation_221" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="225" tag="operation_225" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="225" tag="operation_225" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="228" tag="operation_228" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="228" tag="operation_228" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="232" tag="operation_232" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="232" tag="operation_232" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param projection &#010;@param painter &#010;@param x &#010;@param y &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="239" tag="operation_239" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="239" tag="operation_239" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param stride &#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcstride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="249" tag="operation_249" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="249" tag="operation_249" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param stride &#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcstride &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="258" tag="operation_258" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="258" tag="operation_258" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26344,17 +26344,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="207" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > + <ccfdeclarationcodeblock parent_id="207" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="208" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > + <ccfdeclarationcodeblock parent_id="208" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="209" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > + <ccfdeclarationcodeblock parent_id="209" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -26388,32 +26388,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="207" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="207" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="207" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="207" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="208" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="208" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="208" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="208" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="209" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="209" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="209" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="209" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26446,61 +26446,61 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisstrategycolorspacergb.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="207" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="207" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="207" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > + <ccfdeclarationcodeblock parent_id="207" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_buf;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="207" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="207" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="207" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="207" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="207" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="208" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="208" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="208" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > + <ccfdeclarationcodeblock parent_id="208" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KPixmapIO m_pixio;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="208" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="208" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="208" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="208" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="208" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="209" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="209" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="209" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > + <ccfdeclarationcodeblock parent_id="209" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="209" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="209" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="209" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="209" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="209" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26508,7 +26508,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader259" tqparent_class="259" fileExt=".h" fileName="cmyk" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader259" parent_class="259" fileExt=".h" fileName="cmyk" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef CMYK_H&#010;#define CMYK_H" > <header> @@ -26535,7 +26535,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="259" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="259" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class CMYK&#010;This class implements the conversion of the Chalk images that contain cmy + transparency&#010;data to rbg for screen rendering." /> </header> @@ -26550,22 +26550,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="260" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM c;" > + <ccfdeclarationcodeblock parent_id="260" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM c;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="261" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM k;" > + <ccfdeclarationcodeblock parent_id="261" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM k;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="262" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m;" > + <ccfdeclarationcodeblock parent_id="262" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="263" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM y;" > + <ccfdeclarationcodeblock parent_id="263" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -26605,42 +26605,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="260" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="260" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="260" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="260" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="261" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="261" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="261" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="261" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="262" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="262" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="262" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="262" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="263" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="263" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="263" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="263" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26654,7 +26654,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="264" tag="operation_264" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="264" tag="operation_264" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -26781,81 +26781,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; cmyk.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="260" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM c;" > + <ccfdeclarationcodeblock parent_id="260" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM c;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="260" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="260" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="260" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="260" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="261" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM k;" > + <ccfdeclarationcodeblock parent_id="261" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM k;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="261" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="261" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="261" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="261" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="262" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m;" > + <ccfdeclarationcodeblock parent_id="262" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="262" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="262" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="262" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="262" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="263" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM y;" > + <ccfdeclarationcodeblock parent_id="263" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="263" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="263" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="263" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="263" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26863,7 +26863,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader266" tqparent_class="266" fileExt=".h" fileName="kiscolorspacefactoryflyweight" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader266" parent_class="266" fileExt=".h" fileName="kiscolorspacefactoryflyweight" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOLORSPACEFACTORYFLYWEIGHT_H&#010;#define KISCOLORSPACEFACTORYFLYWEIGHT_H" > <header> @@ -26890,7 +26890,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="266" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="266" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisColorSpaceFactoryFlyweight&#010;" /> </header> @@ -26947,22 +26947,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="268" tag="operation_268" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="268" tag="operation_268" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="269" tag="operation_269" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="269" tag="operation_269" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param device " /> </header> </codeoperation> - <codeoperation tqparent_id="271" tag="operation_271" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="271" tag="operation_271" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param imgType " /> </header> </codeoperation> - <codeoperation tqparent_id="275" tag="operation_275" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="275" tag="operation_275" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27019,7 +27019,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="273" tag="operation_273" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="273" tag="operation_273" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param imgType " /> </header> @@ -27040,7 +27040,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="267" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" acFlyweights m_flyweights;" > + <ccfdeclarationcodeblock parent_id="267" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" acFlyweights m_flyweights;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -27074,12 +27074,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="267" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="267" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="267" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="267" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27112,21 +27112,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kiscolorspacefactoryflyweight.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:17&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="267" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" acFlyweights m_flyweights;" > + <ccfdeclarationcodeblock parent_id="267" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" acFlyweights m_flyweights;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="267" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="267" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="267" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="267" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27134,7 +27134,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader283" tqparent_class="283" fileExt=".h" fileName="kisscopedlock" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader283" parent_class="283" fileExt=".h" fileName="kisscopedlock" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISSCOPEDLOCK_H&#010;#define KISSCOPEDLOCK_H" > <header> @@ -27161,7 +27161,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="283" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="283" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisScopedLock&#010;" /> </header> @@ -27218,27 +27218,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="285" tag="operation_285" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="285" tag="operation_285" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param lock &#010;@param initialLock " /> </header> </codeoperation> - <codeoperation tqparent_id="288" tag="operation_288" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="288" tag="operation_288" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="289" tag="operation_289" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="289" tag="operation_289" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="290" tag="operation_290" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="290" tag="operation_290" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="291" tag="operation_291" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="291" tag="operation_291" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27310,7 +27310,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="284" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex * m_mutex;" > + <ccfdeclarationcodeblock parent_id="284" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex * m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -27344,12 +27344,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="284" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="284" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="284" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="284" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27382,21 +27382,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisscopedlock.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:09&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="284" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex * m_mutex;" > + <ccfdeclarationcodeblock parent_id="284" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex * m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="284" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="284" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="284" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="284" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27404,7 +27404,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader292" tqparent_class="292" fileExt=".h" fileName="kisstrategymove" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader292" parent_class="292" fileExt=".h" fileName="kisstrategymove" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISSTRATEGYMOVE_H&#010;#define KISSTRATEGYMOVE_H" > <header> @@ -27431,7 +27431,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="292" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="292" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisStrategyMove&#010;" /> </header> @@ -27488,47 +27488,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="302" tag="operation_302" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="302" tag="operation_302" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="303" tag="operation_303" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="303" tag="operation_303" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param subject " /> </header> </codeoperation> - <codeoperation tqparent_id="307" tag="operation_307" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="307" tag="operation_307" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos " /> </header> </codeoperation> - <codeoperation tqparent_id="309" tag="operation_309" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="309" tag="operation_309" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos &#010;@param undo " /> </header> </codeoperation> - <codeoperation tqparent_id="312" tag="operation_312" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="312" tag="operation_312" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param subject " /> </header> </codeoperation> - <codeoperation tqparent_id="314" tag="operation_314" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="314" tag="operation_314" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x1 &#010;@param y1 &#010;@param x2 &#010;@param y2 " /> </header> </codeoperation> - <codeoperation tqparent_id="319" tag="operation_319" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="319" tag="operation_319" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt1 &#010;@param pt2 " /> </header> </codeoperation> - <codeoperation tqparent_id="322" tag="operation_322" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="322" tag="operation_322" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos " /> </header> </codeoperation> - <codeoperation tqparent_id="324" tag="operation_324" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="324" tag="operation_324" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27585,12 +27585,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="300" tag="operation_300" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="300" tag="operation_300" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="305" tag="operation_305" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="305" tag="operation_305" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -27611,37 +27611,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="293" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasControllerInterface * m_controller;" > + <ccfdeclarationcodeblock parent_id="293" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasControllerInterface * m_controller;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="294" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KoDocument * m_doc;" > + <ccfdeclarationcodeblock parent_id="294" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KoDocument * m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="295" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_dragStart;" > + <ccfdeclarationcodeblock parent_id="295" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_dragStart;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="296" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dragging;" > + <ccfdeclarationcodeblock parent_id="296" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dragging;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="297" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerPosition;" > + <ccfdeclarationcodeblock parent_id="297" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerPosition;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="298" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerStart;" > + <ccfdeclarationcodeblock parent_id="298" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerStart;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="299" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasSubject * m_subject;" > + <ccfdeclarationcodeblock parent_id="299" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasSubject * m_subject;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -27675,72 +27675,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="293" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="293" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="293" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="293" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="294" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="294" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="294" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="294" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="295" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="295" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="295" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="295" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="296" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="296" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="296" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="296" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="297" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="297" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="297" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="297" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="298" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="298" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="298" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="298" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="299" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="299" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="299" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="299" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27773,141 +27773,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisstrategymove.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:15&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="293" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="293" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="293" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasControllerInterface * m_controller;" > + <ccfdeclarationcodeblock parent_id="293" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasControllerInterface * m_controller;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="293" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="293" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="293" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="293" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="293" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="294" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="294" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="294" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KoDocument * m_doc;" > + <ccfdeclarationcodeblock parent_id="294" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KoDocument * m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="294" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="294" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="294" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="294" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="294" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="295" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="295" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="295" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_dragStart;" > + <ccfdeclarationcodeblock parent_id="295" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_dragStart;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="295" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="295" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="295" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="295" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="295" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="296" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="296" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="296" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dragging;" > + <ccfdeclarationcodeblock parent_id="296" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dragging;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="296" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="296" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="296" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="296" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="296" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="297" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="297" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="297" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerPosition;" > + <ccfdeclarationcodeblock parent_id="297" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerPosition;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="297" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="297" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="297" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="297" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="297" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="298" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="298" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="298" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerStart;" > + <ccfdeclarationcodeblock parent_id="298" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_layerStart;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="298" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="298" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="298" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="298" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="298" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="299" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="299" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="299" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasSubject * m_subject;" > + <ccfdeclarationcodeblock parent_id="299" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvasSubject * m_subject;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="299" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="299" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="299" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="299" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="299" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -27915,7 +27915,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader325" tqparent_class="325" fileExt=".h" fileName="kistilemgr" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader325" parent_class="325" fileExt=".h" fileName="kistilemgr" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTILEMGR_H&#010;#define KISTILEMGR_H" > <header> @@ -27942,7 +27942,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="325" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="325" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTileMgr&#010;KisTileMgr manages the imagedata that for implementations of KisRenderInterface.&#010;Those are:&#010;&#010;KisPaintDevices&#010; KisLayer&#010; KisBackround&#010; KisSelection&#010; KisChannel&#010; KisMask&#010;&#010;and&#010;&#010;KisImage&#010;&#010;Imagedata is structured in the form of tiles, by default 64 by 64&#010;pixels big. The KisTileMgr is smart enough to hide most of the&#010;details of reading on and writing from tiles.&#010;&#010;@short KisTileMgr manages the pixels for every layer.&#010;" /> </header> @@ -27957,7 +27957,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="329" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileMediator m_mediator;" > + <ccfdeclarationcodeblock parent_id="329" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileMediator m_mediator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -27997,27 +27997,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28031,152 +28031,152 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="337" tag="operation_337" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="337" tag="operation_337" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Create a new KisTileMgr of width and height with the&#010;specified colour depth. Deep copies the tiles of tm to the&#010;new KisTileMgr.&#010;&#010;XXX: I am not sure what happens when tm is bigger or smaller&#010;than width and height, nor what happens when tm has a&#010;different depth.&#010;@param tm &#010;@param depth &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="342" tag="operation_342" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="342" tag="operation_342" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Create a KisTileMgr of width and height with the specified&#010;colour depth.&#010;@param depth &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="346" tag="operation_346" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="346" tag="operation_346" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Creates a new KisTileMgr based on rhs, shares a reference&#010;to the tiles of rhs.&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="350" tag="operation_350" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="350" tag="operation_350" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX?&#010;@param tile &#010;@param tilenum &#010;@param keepold " /> </header> </codeoperation> - <codeoperation tqparent_id="354" tag="operation_354" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="354" tag="operation_354" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Color-depth of the KisRenderInterface implementation&#010;managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="355" tag="operation_355" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="355" tag="operation_355" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX?&#010;@param tile &#010;@param tilenum &#010;@param keepold " /> </header> </codeoperation> - <codeoperation tqparent_id="362" tag="operation_362" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="362" tag="operation_362" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Returns true if this KisTileMgr does not manage any&#010;tiles." /> </header> </codeoperation> - <codeoperation tqparent_id="363" tag="operation_363" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="363" tag="operation_363" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Height in pixels of the total area managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="364" tag="operation_364" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="364" tag="operation_364" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX&#010;@param tile &#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="368" tag="operation_368" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="368" tag="operation_368" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="370" tag="operation_370" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="370" tag="operation_370" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX&#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="376" tag="operation_376" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="376" tag="operation_376" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="378" tag="operation_378" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="378" tag="operation_378" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total size in memory the data managed by this KisTileMgr " /> </header> </codeoperation> - <codeoperation tqparent_id="379" tag="operation_379" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="379" tag="operation_379" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Number of columns of tiles managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="380" tag="operation_380" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="380" tag="operation_380" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Number of rows of tiles managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="381" tag="operation_381" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="381" tag="operation_381" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Returns the KisPixelData defined by the rectangle x1, y1,&#010;x2, y2. Depending on mode, this data is readable, writable&#010;or both.&#010;@param x1 &#010;@param y1 &#010;@param x2 &#010;@param y2 &#010;@param mode " /> </header> </codeoperation> - <codeoperation tqparent_id="387" tag="operation_387" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="387" tag="operation_387" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pd " /> </header> </codeoperation> - <codeoperation tqparent_id="389" tag="operation_389" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="389" tag="operation_389" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Read the area defined by x1, y2, x2, y2 into the buffer. Stride is number of bytes&#010;that a pixel takes in the buffer.&#010;@param x1 &#010;@param y1 &#010;@param x2 &#010;@param y2 &#010;@param buffer &#010;@param stride " /> </header> </codeoperation> - <codeoperation tqparent_id="396" tag="operation_396" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="396" tag="operation_396" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Not sure what this does... Perhaps write changed data if&#010;owner, else mark something invalid. XXX&#010;@param pd " /> </header> </codeoperation> - <codeoperation tqparent_id="398" tag="operation_398" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="398" tag="operation_398" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Create or duplicate a tile with identity tilenum; tilenum&#010;is computed from the x/y coordinates of the tile in the&#010;image&#010;&#010;XXX: Not sure what 'mode' is. Presumbly related to the&#010;TILEMODE constants.&#010;@param tilenum &#010;@param mode " /> </header> </codeoperation> - <codeoperation tqparent_id="401" tag="operation_401" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="401" tag="operation_401" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Create or duplicate a tile at location xpix/ypix.&#010;&#010;XXX: Not sure what 'mode' is. Presumbly related to the&#010;TILEMODE constants.&#010;@param xpix &#010;@param ypix &#010;@param mode " /> </header> </codeoperation> - <codeoperation tqparent_id="405" tag="operation_405" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="405" tag="operation_405" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Puts the x/y coordinates of the top left (?) corner&#010;of tile in coord.&#010;@param tile &#010;@param coord " /> </header> </codeoperation> - <codeoperation tqparent_id="408" tag="operation_408" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="408" tag="operation_408" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Puts the x/y coordinates of the top left (?) corner&#010;of tile in x and y.&#010;@param tile &#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="412" tag="operation_412" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="412" tag="operation_412" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX&#010;@param tilenum &#010;@param src " /> </header> </codeoperation> - <codeoperation tqparent_id="415" tag="operation_415" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="415" tag="operation_415" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="XXX&#010;@param xpix &#010;@param ypix &#010;@param src " /> </header> </codeoperation> - <codeoperation tqparent_id="419" tag="operation_419" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="419" tag="operation_419" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="422" tag="operation_422" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="422" tag="operation_422" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Width in pixels of the total area managed by this KisTileMgr" /> </header> </codeoperation> - <codeoperation tqparent_id="423" tag="operation_423" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="423" tag="operation_423" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pd " /> </header> </codeoperation> - <codeoperation tqparent_id="425" tag="operation_425" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="425" tag="operation_425" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Commit the pixel data in buffer.&#010;@param x1 &#010;@param y1 &#010;@param x2 &#010;@param y2 &#010;@param buffer &#010;@param stride " /> </header> </codeoperation> - <codeoperation tqparent_id="432" tag="operation_432" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="432" tag="operation_432" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28233,22 +28233,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="335" tag="operation_335" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="335" tag="operation_335" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="348" tag="operation_348" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="348" tag="operation_348" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param ntiles " /> </header> </codeoperation> - <codeoperation tqparent_id="359" tag="operation_359" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="359" tag="operation_359" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param ntiles &#010;@param tm " /> </header> </codeoperation> - <codeoperation tqparent_id="373" tag="operation_373" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="373" tag="operation_373" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile &#010;@param tilenum " /> </header> @@ -28269,37 +28269,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > + <ccfdeclarationcodeblock parent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="330" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > + <ccfdeclarationcodeblock parent_id="330" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileCols;" > + <ccfdeclarationcodeblock parent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileCols;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileRows;" > + <ccfdeclarationcodeblock parent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileRows;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="333" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTileSP m_tiles;" > + <ccfdeclarationcodeblock parent_id="333" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTileSP m_tiles;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > + <ccfdeclarationcodeblock parent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -28333,72 +28333,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="326" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="326" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="326" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="326" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="327" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="327" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="327" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="327" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="330" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="330" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="330" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="330" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="331" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="331" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="331" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="331" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="332" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="332" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="332" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="332" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="333" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="333" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="333" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="333" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="334" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="334" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="334" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="334" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28431,176 +28431,176 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilemgr.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="326" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="326" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="326" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="326" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="326" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="326" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="326" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="327" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="327" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > + <ccfdeclarationcodeblock parent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="327" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="327" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="327" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="327" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="327" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="330" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="330" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="330" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > + <ccfdeclarationcodeblock parent_id="330" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="330" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="330" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="330" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="330" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="330" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="331" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="331" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileCols;" > + <ccfdeclarationcodeblock parent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileCols;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="331" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="331" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="331" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="331" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="331" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="332" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="332" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileRows;" > + <ccfdeclarationcodeblock parent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileRows;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="332" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="332" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="332" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="332" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="332" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="333" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="333" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="333" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTileSP m_tiles;" > + <ccfdeclarationcodeblock parent_id="333" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTileSP m_tiles;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="333" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="333" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="333" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="333" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="333" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="334" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="334" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > + <ccfdeclarationcodeblock parent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="334" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="334" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="334" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="334" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="334" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="329" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="329" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="329" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileMediator m_mediator;" > + <ccfdeclarationcodeblock parent_id="329" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileMediator m_mediator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28608,7 +28608,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader328" tqparent_class="328" fileExt=".h" fileName="kistilemediator" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader328" parent_class="328" fileExt=".h" fileName="kistilemediator" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTILEMEDIATOR_H&#010;#define KISTILEMEDIATOR_H" > <header> @@ -28635,7 +28635,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="328" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="328" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTileMediator&#010;" /> </header> @@ -28650,7 +28650,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="329" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTileMgr ;" > + <ccfdeclarationcodeblock parent_id="329" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTileMgr ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -28690,27 +28690,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28724,32 +28724,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="438" tag="operation_438" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="438" tag="operation_438" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="441" tag="operation_441" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="441" tag="operation_441" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile &#010;@param mgr &#010;@param tilenum " /> </header> </codeoperation> - <codeoperation tqparent_id="445" tag="operation_445" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="445" tag="operation_445" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile &#010;@param mgr &#010;@param tilenum " /> </header> </codeoperation> - <codeoperation tqparent_id="449" tag="operation_449" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="449" tag="operation_449" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param mgr " /> </header> </codeoperation> - <codeoperation tqparent_id="451" tag="operation_451" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="451" tag="operation_451" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile &#010;@param mgr " /> </header> </codeoperation> - <codeoperation tqparent_id="454" tag="operation_454" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="454" tag="operation_454" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28806,12 +28806,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="436" tag="operation_436" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="436" tag="operation_436" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="439" tag="operation_439" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="439" tag="operation_439" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -28832,17 +28832,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="433" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMediatorSingleton * m_instance;" > + <ccfdeclarationcodeblock parent_id="433" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMediatorSingleton * m_instance;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="434" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > + <ccfdeclarationcodeblock parent_id="434" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ref;" > + <ccfdeclarationcodeblock parent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ref;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -28876,32 +28876,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="433" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="433" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="433" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="433" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="434" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="434" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="434" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="434" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="435" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="435" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="435" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="435" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -28934,96 +28934,96 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilemediator.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="433" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMediatorSingleton * m_instance;" > + <ccfdeclarationcodeblock parent_id="433" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMediatorSingleton * m_instance;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="433" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="433" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="433" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="433" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="434" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > + <ccfdeclarationcodeblock parent_id="434" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="434" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="434" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="434" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="434" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ref;" > + <ccfdeclarationcodeblock parent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ref;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="435" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="435" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="435" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="435" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="329" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="329" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="329" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTileMgr ;" > + <ccfdeclarationcodeblock parent_id="329" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTileMgr ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="329" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="0" parent_id="329" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="329" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="1" parent_id="329" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="329" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="2" parent_id="329" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="3" parent_id="329" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > + <codeaccessormethod accessType="4" parent_id="329" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="329" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29031,7 +29031,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader455" tqparent_class="455" fileExt=".h" fileName="kistileswapinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader455" parent_class="455" fileExt=".h" fileName="kistileswapinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTILESWAPINTERFACE_H&#010;#define KISTILESWAPINTERFACE_H" > <header> @@ -29058,7 +29058,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="455" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="455" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTileSwapInterface&#010;" /> </header> @@ -29073,7 +29073,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="492" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > + <ccfdeclarationcodeblock parent_id="492" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -29113,27 +29113,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29147,47 +29147,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="456" tag="operation_456" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="456" tag="operation_456" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="457" tag="operation_457" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="457" tag="operation_457" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="459" tag="operation_459" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="459" tag="operation_459" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param swapNo " /> </header> </codeoperation> - <codeoperation tqparent_id="461" tag="operation_461" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="461" tag="operation_461" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="463" tag="operation_463" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="463" tag="operation_463" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="465" tag="operation_465" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="465" tag="operation_465" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="467" tag="operation_467" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="467" tag="operation_467" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="469" tag="operation_469" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="469" tag="operation_469" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="471" tag="operation_471" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="471" tag="operation_471" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29314,36 +29314,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistileswapinterface.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="492" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="492" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="492" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > + <ccfdeclarationcodeblock parent_id="492" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29351,7 +29351,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader472" tqparent_class="472" fileExt=".h" fileName="kistilecacheinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader472" parent_class="472" fileExt=".h" fileName="kistilecacheinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTILECACHEINTERFACE_H&#010;#define KISTILECACHEINTERFACE_H" > <header> @@ -29378,7 +29378,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="472" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="472" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTileCacheInterface&#010;" /> </header> @@ -29393,7 +29393,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="482" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > + <ccfdeclarationcodeblock parent_id="482" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -29433,27 +29433,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29467,27 +29467,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="473" tag="operation_473" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="473" tag="operation_473" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="474" tag="operation_474" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="474" tag="operation_474" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="476" tag="operation_476" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="476" tag="operation_476" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="478" tag="operation_478" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="478" tag="operation_478" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param nelements " /> </header> </codeoperation> - <codeoperation tqparent_id="480" tag="operation_480" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="480" tag="operation_480" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29614,36 +29614,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilecacheinterface.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:01&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="482" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="482" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="482" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > + <ccfdeclarationcodeblock parent_id="482" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisTile ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29651,7 +29651,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader481" tqparent_class="481" fileExt=".h" fileName="kistile" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader481" parent_class="481" fileExt=".h" fileName="kistile" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTILE_H&#010;#define KISTILE_H" > <header> @@ -29678,7 +29678,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="481" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="481" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTile&#010;Provides abstraction to a tile. A tile tqcontains&#010;a part of a layer. Layers form an image." /> </header> @@ -29693,12 +29693,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="482" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileCacheInterface m_cache;" > + <ccfdeclarationcodeblock parent_id="482" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileCacheInterface m_cache;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="492" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisTileSwapInterface m_swap;" > + <ccfdeclarationcodeblock parent_id="492" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisTileSwapInterface m_swap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -29738,52 +29738,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29797,147 +29797,147 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="498" tag="operation_498" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="498" tag="operation_498" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="500" tag="operation_500" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="500" tag="operation_500" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param depth &#010;@param cache &#010;@param swap " /> </header> </codeoperation> - <codeoperation tqparent_id="504" tag="operation_504" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="504" tag="operation_504" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="505" tag="operation_505" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="505" tag="operation_505" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xoff &#010;@param yoff " /> </header> </codeoperation> - <codeoperation tqparent_id="508" tag="operation_508" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="508" tag="operation_508" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="509" tag="operation_509" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="509" tag="operation_509" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="510" tag="operation_510" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="510" tag="operation_510" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param val " /> </header> </codeoperation> - <codeoperation tqparent_id="512" tag="operation_512" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="512" tag="operation_512" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="514" tag="operation_514" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="514" tag="operation_514" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="515" tag="operation_515" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="515" tag="operation_515" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="522" tag="operation_522" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="522" tag="operation_522" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="523" tag="operation_523" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="523" tag="operation_523" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="524" tag="operation_524" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="524" tag="operation_524" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="525" tag="operation_525" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="525" tag="operation_525" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="526" tag="operation_526" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="526" tag="operation_526" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="527" tag="operation_527" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="527" tag="operation_527" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="528" tag="operation_528" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="528" tag="operation_528" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param row " /> </header> </codeoperation> - <codeoperation tqparent_id="530" tag="operation_530" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="530" tag="operation_530" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param row &#010;@param hint " /> </header> </codeoperation> - <codeoperation tqparent_id="533" tag="operation_533" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="533" tag="operation_533" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="534" tag="operation_534" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="534" tag="operation_534" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="535" tag="operation_535" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="535" tag="operation_535" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="536" tag="operation_536" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="536" tag="operation_536" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="537" tag="operation_537" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="537" tag="operation_537" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="538" tag="operation_538" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="538" tag="operation_538" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param valid " /> </header> </codeoperation> - <codeoperation tqparent_id="540" tag="operation_540" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="540" tag="operation_540" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="541" tag="operation_541" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="541" tag="operation_541" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w " /> </header> </codeoperation> - <codeoperation tqparent_id="543" tag="operation_543" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="543" tag="operation_543" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="544" tag="operation_544" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="544" tag="operation_544" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="545" tag="operation_545" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="545" tag="operation_545" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -29994,17 +29994,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="496" tag="operation_496" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="496" tag="operation_496" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="517" tag="operation_517" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="517" tag="operation_517" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param depth &#010;@param cache &#010;@param swap " /> </header> </codeoperation> - <codeoperation tqparent_id="521" tag="operation_521" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="521" tag="operation_521" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -30025,62 +30025,62 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="483" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_data;" > + <ccfdeclarationcodeblock parent_id="483" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="485" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > + <ccfdeclarationcodeblock parent_id="485" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="487" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_hints;" > + <ccfdeclarationcodeblock parent_id="487" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_hints;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="488" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > + <ccfdeclarationcodeblock parent_id="488" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nref;" > + <ccfdeclarationcodeblock parent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nref;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nshare;" > + <ccfdeclarationcodeblock parent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nshare;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nwrite;" > + <ccfdeclarationcodeblock parent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nwrite;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_swapNo;" > + <ccfdeclarationcodeblock parent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_swapNo;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="494" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > + <ccfdeclarationcodeblock parent_id="494" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -30114,122 +30114,122 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="483" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="483" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="483" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="483" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="484" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="484" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="484" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="484" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="485" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="485" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="485" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="485" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="486" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="486" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="486" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="486" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="487" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="487" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="487" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="487" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="488" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="488" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="488" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="488" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="489" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="489" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="489" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="489" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="490" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="490" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="490" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="490" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="491" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="491" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="491" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="491" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="493" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="493" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="493" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="493" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="494" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="494" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="494" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="494" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="495" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="495" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="495" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="495" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -30262,311 +30262,311 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistile.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:10&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="483" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="483" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="483" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_data;" > + <ccfdeclarationcodeblock parent_id="483" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM * m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="483" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="483" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="483" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="483" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="483" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="484" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="484" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="484" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="484" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="484" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="484" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="484" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="485" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="485" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="485" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > + <ccfdeclarationcodeblock parent_id="485" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="485" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="485" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="485" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="485" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="485" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="486" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="486" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="486" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="486" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="486" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="486" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="486" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="487" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="487" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="487" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_hints;" > + <ccfdeclarationcodeblock parent_id="487" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_hints;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="487" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="487" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="487" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="487" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="487" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="488" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="488" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="488" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > + <ccfdeclarationcodeblock parent_id="488" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QMutex m_mutex;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="488" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="488" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="488" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="488" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="488" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="489" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="489" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nref;" > + <ccfdeclarationcodeblock parent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nref;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="489" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="489" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="489" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="489" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="489" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="490" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="490" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nshare;" > + <ccfdeclarationcodeblock parent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nshare;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="490" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="490" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="490" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="490" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="490" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="491" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="491" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nwrite;" > + <ccfdeclarationcodeblock parent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nwrite;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="491" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="491" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="491" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="491" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="491" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="493" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="493" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_swapNo;" > + <ccfdeclarationcodeblock parent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_swapNo;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="493" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="493" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="493" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="493" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="493" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="494" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="494" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="494" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > + <ccfdeclarationcodeblock parent_id="494" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="494" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="494" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="494" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="494" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="494" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="495" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="495" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="495" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="495" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="495" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="495" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="495" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="482" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="482" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="482" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileCacheInterface m_cache;" > + <ccfdeclarationcodeblock parent_id="482" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisTileCacheInterface m_cache;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="482" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="0" parent_id="482" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="482" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="1" parent_id="482" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="482" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="2" parent_id="482" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="482" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="3" parent_id="482" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="482" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > + <codeaccessormethod accessType="4" parent_id="482" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="482" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="492" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="492" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="492" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisTileSwapInterface m_swap;" > + <ccfdeclarationcodeblock parent_id="492" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisTileSwapInterface m_swap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="492" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="0" parent_id="492" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="492" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="1" parent_id="492" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="492" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="2" parent_id="492" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="492" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="3" parent_id="492" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="492" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > + <codeaccessormethod accessType="4" parent_id="492" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="492" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -30574,7 +30574,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader546" tqparent_class="546" fileExt=".h" fileName="drawinghints" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader546" parent_class="546" fileExt=".h" fileName="drawinghints" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef DRAWINGHINTS_H&#010;#define DRAWINGHINTS_H" > <header> @@ -30601,7 +30601,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="546" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="546" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class drawingHints&#010;" /> </header> @@ -30780,7 +30780,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader560" tqparent_class="560" fileExt=".h" fileName="kismerge" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader560" parent_class="560" fileExt=".h" fileName="kismerge" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISMERGE_H&#010;#define KISMERGE_H" > <header> @@ -30807,7 +30807,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="560" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="560" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisMerge&#010;" /> </header> @@ -30864,32 +30864,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="565" tag="operation_565" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="565" tag="operation_565" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param keepOld " /> </header> </codeoperation> - <codeoperation tqparent_id="568" tag="operation_568" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="568" tag="operation_568" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="571" tag="operation_571" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="571" tag="operation_571" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="574" tag="operation_574" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="574" tag="operation_574" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="577" tag="operation_577" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="577" tag="operation_577" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="580" tag="operation_580" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="580" tag="operation_580" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layers " /> </header> @@ -30961,22 +30961,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="561" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > + <ccfdeclarationcodeblock parent_id="561" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="562" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_keepOld;" > + <ccfdeclarationcodeblock parent_id="562" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_keepOld;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="563" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="563" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="564" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > + <ccfdeclarationcodeblock parent_id="564" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -31010,42 +31010,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="561" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="561" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="561" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="561" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="562" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="562" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="562" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="562" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="563" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="563" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="563" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="563" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="564" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="564" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="564" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="564" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31078,81 +31078,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kismerge.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="561" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="561" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="561" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > + <ccfdeclarationcodeblock parent_id="561" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="561" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="561" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="561" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="561" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="561" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="562" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="562" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="562" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_keepOld;" > + <ccfdeclarationcodeblock parent_id="562" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_keepOld;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="562" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="562" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="562" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="562" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="562" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="563" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="563" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="563" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="563" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="563" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="563" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="563" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="563" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="563" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="564" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="564" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="564" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > + <ccfdeclarationcodeblock parent_id="564" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="564" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="564" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="564" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="564" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="564" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31160,7 +31160,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader583" tqparent_class="583" fileExt=".h" fileName="kisflatten" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader583" parent_class="583" fileExt=".h" fileName="kisflatten" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISFLATTEN_H&#010;#define KISFLATTEN_H" > <header> @@ -31187,7 +31187,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="583" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="583" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisFlatten&#010;" /> </header> @@ -31244,42 +31244,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="586" tag="operation_586" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="586" tag="operation_586" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="588" tag="operation_588" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="588" tag="operation_588" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="593" tag="operation_593" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="593" tag="operation_593" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="596" tag="operation_596" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="596" tag="operation_596" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param dev " /> </header> </codeoperation> - <codeoperation tqparent_id="603" tag="operation_603" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="603" tag="operation_603" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param selection " /> </header> </codeoperation> - <codeoperation tqparent_id="606" tag="operation_606" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="606" tag="operation_606" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layers " /> </header> </codeoperation> - <codeoperation tqparent_id="609" tag="operation_609" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="609" tag="operation_609" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param devs " /> </header> </codeoperation> - <codeoperation tqparent_id="612" tag="operation_612" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="612" tag="operation_612" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31336,7 +31336,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="599" tag="operation_599" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="599" tag="operation_599" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param dev &#010;@param opacity " /> </header> @@ -31357,12 +31357,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="584" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="584" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="585" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > + <ccfdeclarationcodeblock parent_id="585" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -31396,22 +31396,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="584" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="584" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="584" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="584" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="585" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="585" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="585" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="585" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31444,41 +31444,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisflatten.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="584" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="584" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="584" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="584" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="584" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="584" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="584" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="584" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="584" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="585" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="585" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="585" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > + <ccfdeclarationcodeblock parent_id="585" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" cond_t m_test;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="585" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="585" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="585" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="585" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="585" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31486,7 +31486,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader613" tqparent_class="613" fileExt=".h" fileName="kisdociface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader613" parent_class="613" fileExt=".h" fileName="kisdociface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISDOCIFACE_H&#010;#define KISDOCIFACE_H" > <header> @@ -31513,7 +31513,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="613" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="613" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KIsDocIface&#010;" /> </header> @@ -31621,27 +31621,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="615" tag="operation_615" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="615" tag="operation_615" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="616" tag="operation_616" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="616" tag="operation_616" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param oldName &#010;@param newName " /> </header> </codeoperation> - <codeoperation tqparent_id="619" tag="operation_619" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="619" tag="operation_619" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param limit " /> </header> </codeoperation> - <codeoperation tqparent_id="621" tag="operation_621" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="621" tag="operation_621" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param limit " /> </header> </codeoperation> - <codeoperation tqparent_id="623" tag="operation_623" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="623" tag="operation_623" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31662,7 +31662,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="614" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > + <ccfdeclarationcodeblock parent_id="614" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -31696,12 +31696,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="614" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="614" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="614" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="614" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31734,21 +31734,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisdociface.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:51&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="614" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="614" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="614" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > + <ccfdeclarationcodeblock parent_id="614" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisDoc * m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="614" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="614" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="614" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="614" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="614" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31756,7 +31756,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader624" tqparent_class="624" fileExt=".h" fileName="kisalphatqmask" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader624" parent_class="624" fileExt=".h" fileName="kisalphatqmask" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISALPHAMASK_H&#010;#define KISALPHAMASK_H" > <header> @@ -31783,7 +31783,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="624" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="624" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisAlphaMask&#010;" /> </header> @@ -31840,37 +31840,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="629" tag="operation_629" canDelete="false" indentLevel="1" role_id="-1" > + <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&#010;specified QImage. If the QImage is not grayscale, you're&#010;buggered.&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="631" tag="operation_631" canDelete="false" indentLevel="1" role_id="-1" > + <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&#010;specified QImage. If the QImage is not grayscale, you're&#010;buggered. The QImage is scaled using QImage::smoothScale,&#010;where the target w and h are computed by taking scale as a&#010;percentage.&#010;@param img &#010;@param scale " /> </header> </codeoperation> - <codeoperation tqparent_id="634" tag="operation_634" canDelete="false" indentLevel="1" role_id="-1" > + <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.&#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&#010;outside the bounds of the tqmask.&#010;XXX: this is, of course, not the best way of tqmasking.&#010;Better would be to let KisAlphaMask fill a chunk of memory&#010;with the alpha values at the right position, something like&#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&#010;Q_INT32 alphaPos). That would be fastest, or we could&#010;provide an iterator over the tqmask, that would be nice, too.&#010;@param x &#010;@param y " /> + <cppcodedocumentation tag="" indentLevel="1" text="@return the alpha value at the specified position.&#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&#010;outside the bounds of the tqmask.&#010;XXX: this is, of course, not the best way of masking.&#010;Better would be to let KisAlphaMask fill a chunk of memory&#010;with the alpha values at the right position, something like&#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&#010;Q_INT32 alphaPos). That would be fastest, or we could&#010;provide an iterator over the tqmask, that would be nice, too.&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="641" tag="operation_641" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="641" tag="operation_641" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="@return the number of alpha values in a scanline." /> </header> </codeoperation> - <codeoperation tqparent_id="642" tag="operation_642" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="642" tag="operation_642" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="@return the scale factor." /> </header> </codeoperation> - <codeoperation tqparent_id="643" tag="operation_643" canDelete="false" indentLevel="1" role_id="-1" > + <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." /> </header> </codeoperation> - <codeoperation tqparent_id="644" tag="operation_644" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="644" tag="operation_644" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31927,12 +31927,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="637" tag="operation_637" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="637" tag="operation_637" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="639" tag="operation_639" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="639" tag="operation_639" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> @@ -31953,22 +31953,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="625" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="625" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="626" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_scale;" > + <ccfdeclarationcodeblock parent_id="626" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_scale;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledHeight;" > + <ccfdeclarationcodeblock parent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledHeight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledWidth;" > + <ccfdeclarationcodeblock parent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledWidth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -32002,42 +32002,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="625" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="625" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="625" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="625" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="626" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="626" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="626" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="626" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="627" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="627" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="627" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="627" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="628" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="628" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="628" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="628" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32070,81 +32070,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisalphatqmask.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:52:01&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="625" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="625" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="625" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="625" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="625" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="625" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="626" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_scale;" > + <ccfdeclarationcodeblock parent_id="626" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_scale;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="626" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="626" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="626" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="626" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledHeight;" > + <ccfdeclarationcodeblock parent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledHeight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="627" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="627" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="627" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="627" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="628" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="628" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledWidth;" > + <ccfdeclarationcodeblock parent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledWidth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="628" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="628" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="628" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="628" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="628" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32152,7 +32152,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader645" tqparent_class="645" fileExt=".h" fileName="krayonviewiface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader645" parent_class="645" fileExt=".h" fileName="krayonviewiface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KRAYONVIEWIFACE_H&#010;#define KRAYONVIEWIFACE_H" > <header> @@ -32179,7 +32179,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="645" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="645" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KRayonViewIface&#010;This is the definition of the interface Chalk presents to&#010;dcop." /> </header> @@ -32287,112 +32287,112 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="647" tag="operation_647" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="647" tag="operation_647" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param view_ " /> </header> </codeoperation> - <codeoperation tqparent_id="649" tag="operation_649" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="649" tag="operation_649" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="650" tag="operation_650" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="650" tag="operation_650" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="651" tag="operation_651" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="651" tag="operation_651" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="652" tag="operation_652" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="652" tag="operation_652" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="653" tag="operation_653" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="653" tag="operation_653" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="654" tag="operation_654" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="654" tag="operation_654" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="655" tag="operation_655" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="655" tag="operation_655" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="656" tag="operation_656" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="656" tag="operation_656" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="657" tag="operation_657" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="657" tag="operation_657" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="658" tag="operation_658" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="658" tag="operation_658" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="659" tag="operation_659" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="659" tag="operation_659" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="660" tag="operation_660" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="660" tag="operation_660" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="661" tag="operation_661" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="661" tag="operation_661" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="662" tag="operation_662" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="662" tag="operation_662" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="663" tag="operation_663" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="663" tag="operation_663" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="664" tag="operation_664" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="664" tag="operation_664" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="665" tag="operation_665" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="665" tag="operation_665" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="666" tag="operation_666" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="666" tag="operation_666" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="667" tag="operation_667" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="667" tag="operation_667" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="668" tag="operation_668" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="668" tag="operation_668" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="669" tag="operation_669" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="669" tag="operation_669" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32413,7 +32413,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="646" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisView * m_view;" > + <ccfdeclarationcodeblock parent_id="646" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisView * m_view;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -32447,12 +32447,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="646" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="646" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="646" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="646" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32485,21 +32485,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; krayonviewiface.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="646" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisView * m_view;" > + <ccfdeclarationcodeblock parent_id="646" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisView * m_view;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="646" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="646" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="646" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="646" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="646" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32507,7 +32507,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader670" tqparent_class="670" fileExt=".h" fileName="kisimageiface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader670" parent_class="670" fileExt=".h" fileName="kisimageiface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISIMAGEIFACE_H&#010;#define KISIMAGEIFACE_H" > <header> @@ -32534,7 +32534,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="670" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="670" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KIsImageIface&#010;" /> </header> @@ -32642,37 +32642,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="672" tag="operation_672" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="672" tag="operation_672" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img_ " /> </header> </codeoperation> - <codeoperation tqparent_id="674" tag="operation_674" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="674" tag="operation_674" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="675" tag="operation_675" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="675" tag="operation_675" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="676" tag="operation_676" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="676" tag="operation_676" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="677" tag="operation_677" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="677" tag="operation_677" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="678" tag="operation_678" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="678" tag="operation_678" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="680" tag="operation_680" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="680" tag="operation_680" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32693,7 +32693,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="671" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImage * m_img;" > + <ccfdeclarationcodeblock parent_id="671" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImage * m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -32727,12 +32727,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32765,21 +32765,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimageiface.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:49:42&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="671" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImage * m_img;" > + <ccfdeclarationcodeblock parent_id="671" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisImage * m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="671" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32787,7 +32787,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader681" tqparent_class="681" fileExt=".h" fileName="kisbrush" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader681" parent_class="681" fileExt=".h" fileName="kisbrush" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISBRUSH_H&#010;#define KISBRUSH_H" > <header> @@ -32814,7 +32814,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="681" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="681" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisBrush&#010;" /> </header> @@ -32829,12 +32829,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1769" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > + <ccfdeclarationcodeblock parent_id="1769" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2368" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2368" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -32874,52 +32874,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32933,52 +32933,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="693" tag="operation_693" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="693" tag="operation_693" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param filename " /> </header> </codeoperation> - <codeoperation tqparent_id="695" tag="operation_695" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="695" tag="operation_695" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param filename &#010;@param data &#010;@param dataPos " /> </header> </codeoperation> - <codeoperation tqparent_id="699" tag="operation_699" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="699" tag="operation_699" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="702" tag="operation_702" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="702" tag="operation_702" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="703" tag="operation_703" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="703" tag="operation_703" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="704" tag="operation_704" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="704" tag="operation_704" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="705" tag="operation_705" canDelete="false" indentLevel="1" role_id="-1" > + <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&#010;pixels in the brush.&#010;@param scale " /> </header> </codeoperation> - <codeoperation tqparent_id="707" tag="operation_707" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="707" tag="operation_707" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="708" tag="operation_708" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="708" tag="operation_708" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="710" tag="operation_710" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="710" tag="operation_710" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33035,7 +33035,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="700" tag="operation_700" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="700" tag="operation_700" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> @@ -33056,57 +33056,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="682" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" enumBrushType m_brushType;" > + <ccfdeclarationcodeblock parent_id="682" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" enumBrushType m_brushType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_bytes;" > + <ccfdeclarationcodeblock parent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_bytes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="684" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="684" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_header_size;" > + <ccfdeclarationcodeblock parent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_header_size;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > + <ccfdeclarationcodeblock parent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="687" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="687" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > + <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_magic_number;" > + <ccfdeclarationcodeblock parent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_magic_number;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="690" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_tqmasks;" > + <ccfdeclarationcodeblock parent_id="690" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_masks;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_version;" > + <ccfdeclarationcodeblock parent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_version;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > + <ccfdeclarationcodeblock parent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -33140,112 +33140,112 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="682" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="682" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="682" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="682" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="683" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="683" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="683" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="683" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="684" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="684" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="684" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="684" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="685" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="685" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="685" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="685" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="686" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="686" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="686" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="686" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="687" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="687" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="687" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="687" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="688" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="688" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="688" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="688" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="689" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="689" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="689" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="689" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="690" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="690" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="690" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="690" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="691" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="691" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="691" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="691" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="692" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="692" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="692" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="692" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33278,291 +33278,291 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisbrush.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="682" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="682" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="682" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" enumBrushType m_brushType;" > + <ccfdeclarationcodeblock parent_id="682" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" enumBrushType m_brushType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="682" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="682" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="682" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="682" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="682" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="683" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="683" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_bytes;" > + <ccfdeclarationcodeblock parent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_bytes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="683" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="683" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="683" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="683" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="683" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="684" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="684" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="684" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="684" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="684" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="684" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="684" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="684" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="684" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="685" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="685" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_header_size;" > + <ccfdeclarationcodeblock parent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_header_size;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="685" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="685" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="685" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="685" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="685" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="686" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="686" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > + <ccfdeclarationcodeblock parent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="686" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="686" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="686" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="686" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="686" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="687" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="687" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="687" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="687" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="687" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="687" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="687" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="687" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="687" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="688" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="688" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > + <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="688" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="688" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="688" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="688" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="688" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="689" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="689" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_magic_number;" > + <ccfdeclarationcodeblock parent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_magic_number;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="689" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="689" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="689" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="689" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="689" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="690" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="690" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="690" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_tqmasks;" > + <ccfdeclarationcodeblock parent_id="690" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_masks;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="690" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="690" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="690" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="690" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="690" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="691" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="691" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_version;" > + <ccfdeclarationcodeblock parent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_version;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="691" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="691" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="691" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="691" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="691" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="692" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="692" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > + <ccfdeclarationcodeblock parent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="692" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="692" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="692" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="692" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="692" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1769" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1769" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1769" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > + <ccfdeclarationcodeblock parent_id="1769" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2368" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2368" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2368" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2368" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_20" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33570,7 +33570,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader711" tqparent_class="711" fileExt=".h" fileName="kisbackground" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader711" parent_class="711" fileExt=".h" fileName="kisbackground" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISBACKGROUND_H&#010;#define KISBACKGROUND_H" > <header> @@ -33597,7 +33597,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="711" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="711" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisBackground&#010;" /> </header> @@ -33654,17 +33654,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="712" tag="operation_712" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="712" tag="operation_712" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="716" tag="operation_716" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="716" tag="operation_716" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="719" tag="operation_719" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="719" tag="operation_719" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33792,7 +33792,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader720" tqparent_class="720" fileExt=".h" fileName="enumbrushtype" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader720" parent_class="720" fileExt=".h" fileName="enumbrushtype" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef ENUMBRUSHTYPE_H&#010;#define ENUMBRUSHTYPE_H" > <header> @@ -33819,7 +33819,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="720" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="720" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class enumBrushType&#010;" /> </header> @@ -33834,7 +33834,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1742" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImagePipeBrush ;" > + <ccfdeclarationcodeblock parent_id="1742" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImagePipeBrush ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -33874,27 +33874,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34029,36 +34029,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; enumbrushtype.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1742" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1742" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1742" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImagePipeBrush ;" > + <ccfdeclarationcodeblock parent_id="1742" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImagePipeBrush ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34066,7 +34066,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader727" tqparent_class="727" fileExt=".h" fileName="kiscommand" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader727" parent_class="727" fileExt=".h" fileName="kiscommand" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOMMAND_H&#010;#define KISCOMMAND_H" > <header> @@ -34093,7 +34093,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="727" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="727" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisCommand&#010;" /> </header> @@ -34150,32 +34150,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="730" tag="operation_730" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="730" tag="operation_730" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param undoAdapter " /> </header> </codeoperation> - <codeoperation tqparent_id="732" tag="operation_732" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="732" tag="operation_732" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@param undoAdapter " /> </header> </codeoperation> - <codeoperation tqparent_id="736" tag="operation_736" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="736" tag="operation_736" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="737" tag="operation_737" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="737" tag="operation_737" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="738" tag="operation_738" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="738" tag="operation_738" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="739" tag="operation_739" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="739" tag="operation_739" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34232,7 +34232,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="735" tag="operation_735" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="735" tag="operation_735" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34253,12 +34253,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="729" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_undoAdapter;" > + <ccfdeclarationcodeblock parent_id="729" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_undoAdapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -34292,22 +34292,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="728" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="728" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="728" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="728" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="729" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="729" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="729" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="729" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34340,41 +34340,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kiscommand.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="728" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="728" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="728" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="728" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="728" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="728" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="728" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="729" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="729" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="729" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_undoAdapter;" > + <ccfdeclarationcodeblock parent_id="729" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_undoAdapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="729" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="729" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="729" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="729" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="729" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34382,7 +34382,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader740" tqparent_class="740" fileExt=".h" fileName="kisguide" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader740" parent_class="740" fileExt=".h" fileName="kisguide" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISGUIDE_H&#010;#define KISGUIDE_H" > <header> @@ -34409,7 +34409,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="740" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="740" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisGuide&#010;" /> </header> @@ -34424,22 +34424,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="741" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap buffer;" > + <ccfdeclarationcodeblock parent_id="741" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap buffer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="742" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool hasBuffer;" > + <ccfdeclarationcodeblock parent_id="742" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool hasBuffer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="743" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double pos;" > + <ccfdeclarationcodeblock parent_id="743" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double pos;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="744" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool selected;" > + <ccfdeclarationcodeblock parent_id="744" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool selected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -34479,42 +34479,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="741" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="741" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="741" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="741" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="742" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="742" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="742" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="742" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="743" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="743" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="743" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="743" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="744" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="744" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="744" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="744" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34528,22 +34528,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="745" tag="operation_745" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="745" tag="operation_745" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param o " /> </header> </codeoperation> - <codeoperation tqparent_id="747" tag="operation_747" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="747" tag="operation_747" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="748" tag="operation_748" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="748" tag="operation_748" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="749" tag="operation_749" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="749" tag="operation_749" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34670,81 +34670,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisguide.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="741" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="741" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="741" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap buffer;" > + <ccfdeclarationcodeblock parent_id="741" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap buffer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="741" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="741" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="741" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="741" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="741" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="742" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="742" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="742" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool hasBuffer;" > + <ccfdeclarationcodeblock parent_id="742" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" bool hasBuffer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="742" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="742" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="742" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="742" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="742" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="743" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double pos;" > + <ccfdeclarationcodeblock parent_id="743" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double pos;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="743" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="743" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="743" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="743" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="744" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool selected;" > + <ccfdeclarationcodeblock parent_id="744" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool selected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="744" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="744" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="744" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="744" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34752,7 +34752,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader750" tqparent_class="750" fileExt=".h" fileName="kiscanvascontrollerinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader750" parent_class="750" fileExt=".h" fileName="kiscanvascontrollerinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCANVASCONTROLLERINTERFACE_H&#010;#define KISCANVASCONTROLLERINTERFACE_H" > <header> @@ -34779,7 +34779,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="750" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="750" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisCanvasControllerInterface&#010;" /> </header> @@ -34836,92 +34836,92 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="753" tag="operation_753" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="753" tag="operation_753" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="756" tag="operation_756" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="756" tag="operation_756" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="757" tag="operation_757" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="757" tag="operation_757" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="758" tag="operation_758" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="758" tag="operation_758" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="759" tag="operation_759" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="759" tag="operation_759" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="764" tag="operation_764" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="764" tag="operation_764" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="766" tag="operation_766" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="766" tag="operation_766" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="767" tag="operation_767" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="767" tag="operation_767" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="770" tag="operation_770" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="770" tag="operation_770" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt " /> </header> </codeoperation> - <codeoperation tqparent_id="772" tag="operation_772" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="772" tag="operation_772" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="774" tag="operation_774" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="774" tag="operation_774" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="777" tag="operation_777" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="777" tag="operation_777" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt " /> </header> </codeoperation> - <codeoperation tqparent_id="779" tag="operation_779" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="779" tag="operation_779" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="781" tag="operation_781" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="781" tag="operation_781" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="782" tag="operation_782" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="782" tag="operation_782" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="785" tag="operation_785" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="785" tag="operation_785" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="786" tag="operation_786" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="786" tag="operation_786" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="789" tag="operation_789" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="789" tag="operation_789" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34978,12 +34978,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="751" tag="operation_751" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="751" tag="operation_751" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="754" tag="operation_754" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="754" tag="operation_754" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -35060,7 +35060,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader790" tqparent_class="790" fileExt=".h" fileName="kisguidemgr" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader790" parent_class="790" fileExt=".h" fileName="kisguidemgr" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISGUIDEMGR_H&#010;#define KISGUIDEMGR_H" > <header> @@ -35087,7 +35087,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="790" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="790" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisGuideMgr&#010;" /> </header> @@ -35102,7 +35102,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1270" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > + <ccfdeclarationcodeblock parent_id="1270" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -35142,27 +35142,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35176,112 +35176,112 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="802" tag="operation_802" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="802" tag="operation_802" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="803" tag="operation_803" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="803" tag="operation_803" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos &#010;@param o " /> </header> </codeoperation> - <codeoperation tqparent_id="806" tag="operation_806" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="806" tag="operation_806" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param device &#010;@param w &#010;@param xOffset &#010;@param yOffset &#010;@param zoom " /> </header> </codeoperation> - <codeoperation tqparent_id="812" tag="operation_812" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="812" tag="operation_812" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param d " /> </header> </codeoperation> - <codeoperation tqparent_id="816" tag="operation_816" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="816" tag="operation_816" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param y &#010;@param d " /> </header> </codeoperation> - <codeoperation tqparent_id="819" tag="operation_819" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="819" tag="operation_819" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param d " /> </header> </codeoperation> - <codeoperation tqparent_id="822" tag="operation_822" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="822" tag="operation_822" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="823" tag="operation_823" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="823" tag="operation_823" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param element " /> </header> </codeoperation> - <codeoperation tqparent_id="825" tag="operation_825" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="825" tag="operation_825" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param d " /> </header> </codeoperation> - <codeoperation tqparent_id="827" tag="operation_827" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="827" tag="operation_827" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param d " /> </header> </codeoperation> - <codeoperation tqparent_id="829" tag="operation_829" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="829" tag="operation_829" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param device &#010;@param w &#010;@param xOffset &#010;@param yOffset &#010;@param zoom " /> </header> </codeoperation> - <codeoperation tqparent_id="835" tag="operation_835" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="835" tag="operation_835" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gd " /> </header> </codeoperation> - <codeoperation tqparent_id="837" tag="operation_837" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="837" tag="operation_837" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="838" tag="operation_838" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="838" tag="operation_838" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="839" tag="operation_839" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="839" tag="operation_839" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param size " /> </header> </codeoperation> - <codeoperation tqparent_id="846" tag="operation_846" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="846" tag="operation_846" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param element " /> </header> </codeoperation> - <codeoperation tqparent_id="848" tag="operation_848" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="848" tag="operation_848" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gd " /> </header> </codeoperation> - <codeoperation tqparent_id="850" tag="operation_850" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="850" tag="operation_850" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="851" tag="operation_851" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="851" tag="operation_851" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="852" tag="operation_852" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="852" tag="operation_852" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gd " /> </header> </codeoperation> - <codeoperation tqparent_id="854" tag="operation_854" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="854" tag="operation_854" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="855" tag="operation_855" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="855" tag="operation_855" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35338,7 +35338,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="841" tag="operation_841" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="841" tag="operation_841" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param size &#010;@param vLine &#010;@param hLine &#010;@param linePattern " /> </header> @@ -35359,57 +35359,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="791" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLines;" > + <ccfdeclarationcodeblock parent_id="791" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="792" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="792" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLinesSelected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="793" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_lines;" > + <ccfdeclarationcodeblock parent_id="793" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_lines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="794" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pattern;" > + <ccfdeclarationcodeblock parent_id="794" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pattern;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="795" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_patternSelected;" > + <ccfdeclarationcodeblock parent_id="795" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_patternSelected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="796" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QSize m_size;" > + <ccfdeclarationcodeblock parent_id="796" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QSize m_size;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="797" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_slines;" > + <ccfdeclarationcodeblock parent_id="797" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_slines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="798" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLines;" > + <ccfdeclarationcodeblock parent_id="798" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="799" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="799" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLinesSelected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="800" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm;" > + <ccfdeclarationcodeblock parent_id="800" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="801" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm_selected;" > + <ccfdeclarationcodeblock parent_id="801" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm_selected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -35443,112 +35443,112 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="791" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="791" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="791" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="791" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="792" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="792" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="792" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="792" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="793" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="793" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="793" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="793" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="794" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="794" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="794" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="794" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="795" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="795" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="795" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="795" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="796" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="796" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="796" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="796" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="797" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="797" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="797" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="797" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="798" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="798" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="798" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="798" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="799" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="799" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="799" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="799" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="800" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="800" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="800" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="800" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="801" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="801" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="801" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="801" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35581,256 +35581,256 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisguidemgr.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="791" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="791" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="791" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLines;" > + <ccfdeclarationcodeblock parent_id="791" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="791" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="791" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="791" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="791" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="791" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="792" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="792" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="792" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="792" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_hGuideLinesSelected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="792" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="792" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="792" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="792" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="792" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="793" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="793" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="793" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_lines;" > + <ccfdeclarationcodeblock parent_id="793" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_lines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="793" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="793" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="793" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="793" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="793" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="794" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="794" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="794" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pattern;" > + <ccfdeclarationcodeblock parent_id="794" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_pattern;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="794" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="794" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="794" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="794" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="794" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="795" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="795" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="795" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_patternSelected;" > + <ccfdeclarationcodeblock parent_id="795" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_patternSelected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="795" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="795" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="795" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="795" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="795" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="796" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="796" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="796" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QSize m_size;" > + <ccfdeclarationcodeblock parent_id="796" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QSize m_size;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="796" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="796" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="796" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="796" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="796" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="797" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="797" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="797" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_slines;" > + <ccfdeclarationcodeblock parent_id="797" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisGuideSP m_slines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="797" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="797" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="797" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="797" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="797" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="798" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="798" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="798" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLines;" > + <ccfdeclarationcodeblock parent_id="798" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLines;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="798" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="798" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="798" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="798" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="798" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="799" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="799" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="799" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="799" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_vGuideLinesSelected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="799" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="799" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="799" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="799" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="799" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="800" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="800" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="800" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm;" > + <ccfdeclarationcodeblock parent_id="800" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="800" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="800" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="800" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="800" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="800" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="801" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="801" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="801" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm_selected;" > + <ccfdeclarationcodeblock parent_id="801" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" const char * [] s_xbm_selected;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="801" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="801" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="801" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="801" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="801" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1270" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1270" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1270" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > + <ccfdeclarationcodeblock parent_id="1270" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35838,7 +35838,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader856" tqparent_class="856" fileExt=".h" fileName="kisgradient" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader856" parent_class="856" fileExt=".h" fileName="kisgradient" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISGRADIENT_H&#010;#define KISGRADIENT_H" > <header> @@ -35865,7 +35865,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="856" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="856" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisGradient&#010;" /> </header> @@ -35880,12 +35880,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1776" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > + <ccfdeclarationcodeblock parent_id="1776" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2385" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2385" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -35925,52 +35925,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35984,72 +35984,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="861" tag="operation_861" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="861" tag="operation_861" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="862" tag="operation_862" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="862" tag="operation_862" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="865" tag="operation_865" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="865" tag="operation_865" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param palette &#010;@param size " /> </header> </codeoperation> - <codeoperation tqparent_id="869" tag="operation_869" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="869" tag="operation_869" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param size &#010;@param ca &#010;@param cb &#010;@param eff &#010;@param ncols " /> </header> </codeoperation> - <codeoperation tqparent_id="875" tag="operation_875" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="875" tag="operation_875" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="876" tag="operation_876" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="876" tag="operation_876" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="879" tag="operation_879" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="879" tag="operation_879" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gradR &#010;@param startColor &#010;@param endColor " /> </header> </codeoperation> - <codeoperation tqparent_id="883" tag="operation_883" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="883" tag="operation_883" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gradR &#010;@param startColor &#010;@param endColor " /> </header> </codeoperation> - <codeoperation tqparent_id="887" tag="operation_887" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="887" tag="operation_887" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gradR &#010;@param startColor &#010;@param endColor " /> </header> </codeoperation> - <codeoperation tqparent_id="891" tag="operation_891" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="891" tag="operation_891" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@param g &#010;@param b &#010;@param palette &#010;@param size " /> </header> </codeoperation> - <codeoperation tqparent_id="897" tag="operation_897" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="897" tag="operation_897" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param _effect " /> </header> </codeoperation> - <codeoperation tqparent_id="899" tag="operation_899" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="899" tag="operation_899" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="900" tag="operation_900" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="900" tag="operation_900" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="901" tag="operation_901" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="901" tag="operation_901" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36121,22 +36121,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="857" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMemArray gradArray;" > + <ccfdeclarationcodeblock parent_id="857" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMemArray gradArray;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage gradImage;" > + <ccfdeclarationcodeblock parent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage gradImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="859" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientHeight;" > + <ccfdeclarationcodeblock parent_id="859" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientHeight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="860" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientWidth;" > + <ccfdeclarationcodeblock parent_id="860" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientWidth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -36170,42 +36170,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="857" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="857" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="857" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="857" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="858" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="858" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="858" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="858" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="859" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="859" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="859" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="859" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36238,151 +36238,151 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisgradient.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="857" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="857" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="857" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMemArray gradArray;" > + <ccfdeclarationcodeblock parent_id="857" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QMemArray gradArray;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="857" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="857" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="857" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="857" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="857" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="858" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="858" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage gradImage;" > + <ccfdeclarationcodeblock parent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage gradImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="858" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="858" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="858" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="858" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="858" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="859" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="859" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="859" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientHeight;" > + <ccfdeclarationcodeblock parent_id="859" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientHeight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="859" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="859" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="859" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="859" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="859" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="860" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientWidth;" > + <ccfdeclarationcodeblock parent_id="860" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" int mGradientWidth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="860" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1776" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1776" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1776" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > + <ccfdeclarationcodeblock parent_id="1776" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPainter ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2385" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2385" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2385" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2385" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36390,7 +36390,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader902" tqparent_class="902" fileExt=".h" fileName="kisdoc" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader902" parent_class="902" fileExt=".h" fileName="kisdoc" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISDOC_H&#010;#define KISDOC_H" > <header> @@ -36417,7 +36417,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="902" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="902" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisDoc&#010;" /> </header> @@ -36432,7 +36432,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2382" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2382" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -36472,27 +36472,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36506,222 +36506,222 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="914" tag="operation_914" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="914" tag="operation_914" canDelete="false" indentLevel="1" role_id="-1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparentWidget &#010;@param widgetName &#010;@param tqparent &#010;@param name &#010;@param singleViewMode " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param parentWidget &#010;@param widgetName &#010;@param tqparent &#010;@param name &#010;@param singleViewMode " /> </header> </codeoperation> - <codeoperation tqparent_id="922" tag="operation_922" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="922" tag="operation_922" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="926" tag="operation_926" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="926" tag="operation_926" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="927" tag="operation_927" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="927" tag="operation_927" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param store " /> </header> </codeoperation> - <codeoperation tqparent_id="929" tag="operation_929" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="929" tag="operation_929" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="931" tag="operation_931" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="931" tag="operation_931" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="936" tag="operation_936" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="936" tag="operation_936" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="937" tag="operation_937" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="937" tag="operation_937" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="939" tag="operation_939" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="939" tag="operation_939" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="941" tag="operation_941" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="941" tag="operation_941" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="943" tag="operation_943" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="943" tag="operation_943" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param num " /> </header> </codeoperation> - <codeoperation tqparent_id="945" tag="operation_945" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="946" tag="operation_946" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="946" tag="operation_946" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param filename " /> </header> </codeoperation> - <codeoperation tqparent_id="950" tag="operation_950" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="950" tag="operation_950" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="951" tag="operation_951" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="951" tag="operation_951" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="952" tag="operation_952" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="952" tag="operation_952" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer &#010;@param position " /> </header> </codeoperation> - <codeoperation tqparent_id="956" tag="operation_956" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="956" tag="operation_956" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height &#010;@param name &#010;@param compositeOp &#010;@param opacity &#010;@param pos &#010;@param type " /> </header> </codeoperation> - <codeoperation tqparent_id="965" tag="operation_965" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="965" tag="operation_965" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height &#010;@param name &#010;@param devOpacity " /> </header> </codeoperation> - <codeoperation tqparent_id="971" tag="operation_971" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="971" tag="operation_971" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param name &#010;@param selection " /> </header> </codeoperation> - <codeoperation tqparent_id="975" tag="operation_975" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="975" tag="operation_975" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="978" tag="operation_978" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="978" tag="operation_978" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="981" tag="operation_981" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="981" tag="operation_981" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="984" tag="operation_984" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="984" tag="operation_984" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="987" tag="operation_987" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="987" tag="operation_987" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="998" tag="operation_998" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="998" tag="operation_998" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1001" tag="operation_1001" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1001" tag="operation_1001" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param doc " /> </header> </codeoperation> - <codeoperation tqparent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1005" tag="operation_1005" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1005" tag="operation_1005" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1007" tag="operation_1007" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1007" tag="operation_1007" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@param width &#010;@param height &#010;@param type " /> </header> </codeoperation> - <codeoperation tqparent_id="1012" tag="operation_1012" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1012" tag="operation_1012" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1013" tag="operation_1013" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1013" tag="operation_1013" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1014" tag="operation_1014" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1014" tag="operation_1014" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param painter &#010;@param rect &#010;@param transparent &#010;@param zoomX &#010;@param zoomY " /> </header> </codeoperation> - <codeoperation tqparent_id="1020" tag="operation_1020" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1020" tag="operation_1020" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1021" tag="operation_1021" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1021" tag="operation_1021" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="1023" tag="operation_1023" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1023" tag="operation_1023" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1025" tag="operation_1025" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1025" tag="operation_1025" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param oldName &#010;@param newName " /> </header> </codeoperation> - <codeoperation tqparent_id="1037" tag="operation_1037" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1037" tag="operation_1037" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1038" tag="operation_1038" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1038" tag="operation_1038" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param selection " /> </header> </codeoperation> - <codeoperation tqparent_id="1040" tag="operation_1040" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1040" tag="operation_1040" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer &#010;@param opacity &#010;@param compositeOp &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1046" tag="operation_1046" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1046" tag="operation_1046" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="1048" tag="operation_1048" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1048" tag="operation_1048" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param limit " /> </header> </codeoperation> - <codeoperation tqparent_id="1052" tag="operation_1052" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1052" tag="operation_1052" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param limit " /> </header> </codeoperation> - <codeoperation tqparent_id="1056" tag="operation_1056" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1056" tag="operation_1056" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1057" tag="operation_1057" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1057" tag="operation_1057" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36778,77 +36778,77 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="920" tag="operation_920" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="920" tag="operation_920" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param cmd " /> </header> </codeoperation> - <codeoperation tqparent_id="924" tag="operation_924" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="924" tag="operation_924" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param macroName " /> </header> </codeoperation> - <codeoperation tqparent_id="933" tag="operation_933" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="933" tag="operation_933" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="938" tag="operation_938" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="948" tag="operation_948" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="949" tag="operation_949" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="949" tag="operation_949" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="990" tag="operation_990" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="990" tag="operation_990" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param elem &#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="993" tag="operation_993" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="993" tag="operation_993" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param elem " /> </header> </codeoperation> - <codeoperation tqparent_id="995" tag="operation_995" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="995" tag="operation_995" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param elem &#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="1028" tag="operation_1028" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1028" tag="operation_1028" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param doc &#010;@param channel " /> </header> </codeoperation> - <codeoperation tqparent_id="1031" tag="operation_1031" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1031" tag="operation_1031" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param doc &#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="1034" tag="operation_1034" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1034" tag="operation_1034" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param doc &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1050" tag="operation_1050" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1050" tag="operation_1050" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param undo " /> </header> </codeoperation> - <codeoperation tqparent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1055" tag="operation_1055" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1055" tag="operation_1055" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36869,57 +36869,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="903" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_clipboard;" > + <ccfdeclarationcodeblock parent_id="903" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_clipboard;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="904" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_cmdHistory;" > + <ccfdeclarationcodeblock parent_id="904" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_cmdHistory;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="905" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisStrategyColorSpaceMap m_colorspaces;" > + <ccfdeclarationcodeblock parent_id="905" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisStrategyColorSpaceMap m_colorspaces;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_conversionDepth;" > + <ccfdeclarationcodeblock parent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_conversionDepth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="907" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KMacroCommand * m_currentMacro;" > + <ccfdeclarationcodeblock parent_id="907" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KMacroCommand * m_currentMacro;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="908" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > + <ccfdeclarationcodeblock parent_id="908" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="909" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisImageSP m_images;" > + <ccfdeclarationcodeblock parent_id="909" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisImageSP m_images;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="910" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > + <ccfdeclarationcodeblock parent_id="910" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="911" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_projection;" > + <ccfdeclarationcodeblock parent_id="911" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_projection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="912" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_pushedClipboard;" > + <ccfdeclarationcodeblock parent_id="912" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_pushedClipboard;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="913" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_undo;" > + <ccfdeclarationcodeblock parent_id="913" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_undo;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -36953,112 +36953,112 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="903" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="903" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="903" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="903" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="904" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="904" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="904" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="904" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="905" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="905" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="905" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="905" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="906" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="906" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="906" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="906" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="907" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="907" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="907" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="907" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="908" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="908" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="908" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="908" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="909" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="909" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="909" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="909" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="910" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="910" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="910" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="910" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="911" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="911" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="911" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="911" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="912" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="912" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="912" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="912" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="913" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="913" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="913" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="913" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37091,256 +37091,256 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisdoc.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="903" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="903" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="903" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_clipboard;" > + <ccfdeclarationcodeblock parent_id="903" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_clipboard;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="903" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="903" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="903" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="903" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="903" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="904" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_cmdHistory;" > + <ccfdeclarationcodeblock parent_id="904" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_cmdHistory;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="904" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="904" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="904" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="904" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="905" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisStrategyColorSpaceMap m_colorspaces;" > + <ccfdeclarationcodeblock parent_id="905" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisStrategyColorSpaceMap m_colorspaces;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="905" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="905" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="905" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="905" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_conversionDepth;" > + <ccfdeclarationcodeblock parent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_conversionDepth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="906" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="906" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="906" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="906" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="907" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KMacroCommand * m_currentMacro;" > + <ccfdeclarationcodeblock parent_id="907" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KMacroCommand * m_currentMacro;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="907" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="907" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="907" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="907" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="908" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > + <ccfdeclarationcodeblock parent_id="908" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="908" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="908" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="908" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="908" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="909" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisImageSP m_images;" > + <ccfdeclarationcodeblock parent_id="909" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" vKisImageSP m_images;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="909" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="909" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="909" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="909" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="910" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > + <ccfdeclarationcodeblock parent_id="910" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="910" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="910" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="910" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="910" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="911" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="911" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="911" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_projection;" > + <ccfdeclarationcodeblock parent_id="911" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_projection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="911" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="911" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="911" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="911" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="911" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="912" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="912" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="912" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_pushedClipboard;" > + <ccfdeclarationcodeblock parent_id="912" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_pushedClipboard;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="912" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="912" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="912" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="912" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="912" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="913" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="913" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="913" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_undo;" > + <ccfdeclarationcodeblock parent_id="913" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_undo;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="913" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="913" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="913" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="913" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="913" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2382" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2382" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2382" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2382" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37348,7 +37348,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1058" tqparent_class="1058" fileExt=".h" fileName="kiscursor" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1058" parent_class="1058" fileExt=".h" fileName="kiscursor" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCURSOR_H&#010;#define KISCURSOR_H" > <header> @@ -37375,7 +37375,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1058" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1058" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisCursor&#010;" /> </header> @@ -37432,132 +37432,132 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1059" tag="operation_1059" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1059" tag="operation_1059" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1060" tag="operation_1060" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1060" tag="operation_1060" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1061" tag="operation_1061" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1061" tag="operation_1061" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1062" tag="operation_1062" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1062" tag="operation_1062" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1063" tag="operation_1063" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1063" tag="operation_1063" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1065" tag="operation_1065" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1065" tag="operation_1065" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1066" tag="operation_1066" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1066" tag="operation_1066" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1067" tag="operation_1067" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1067" tag="operation_1067" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1068" tag="operation_1068" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1068" tag="operation_1068" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1069" tag="operation_1069" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1069" tag="operation_1069" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1070" tag="operation_1070" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1070" tag="operation_1070" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1071" tag="operation_1071" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1071" tag="operation_1071" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1072" tag="operation_1072" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1072" tag="operation_1072" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1073" tag="operation_1073" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1073" tag="operation_1073" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1074" tag="operation_1074" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1074" tag="operation_1074" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1075" tag="operation_1075" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1075" tag="operation_1075" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1076" tag="operation_1076" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1076" tag="operation_1076" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1077" tag="operation_1077" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1077" tag="operation_1077" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1078" tag="operation_1078" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1078" tag="operation_1078" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1079" tag="operation_1079" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1079" tag="operation_1079" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1080" tag="operation_1080" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1080" tag="operation_1080" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1081" tag="operation_1081" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1081" tag="operation_1081" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1082" tag="operation_1082" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1082" tag="operation_1082" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1083" tag="operation_1083" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1083" tag="operation_1083" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37685,7 +37685,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1085" tqparent_class="1085" fileExt=".h" fileName="kisconfig" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1085" parent_class="1085" fileExt=".h" fileName="kisconfig" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCONFIG_H&#010;#define KISCONFIG_H" > <header> @@ -37712,7 +37712,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1085" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1085" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisConfig&#010;" /> </header> @@ -37769,52 +37769,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1089" tag="operation_1089" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1089" tag="operation_1089" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1092" tag="operation_1092" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1092" tag="operation_1092" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1093" tag="operation_1093" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1093" tag="operation_1093" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1095" tag="operation_1095" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1095" tag="operation_1095" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1096" tag="operation_1096" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1096" tag="operation_1096" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1097" tag="operation_1097" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1097" tag="operation_1097" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1098" tag="operation_1098" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1098" tag="operation_1098" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1099" tag="operation_1099" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1099" tag="operation_1099" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1100" tag="operation_1100" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1100" tag="operation_1100" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37871,12 +37871,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1087" tag="operation_1087" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1087" tag="operation_1087" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1090" tag="operation_1090" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1090" tag="operation_1090" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -37897,7 +37897,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1086" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KConfig * m_cfg;" > + <ccfdeclarationcodeblock parent_id="1086" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KConfig * m_cfg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -37931,12 +37931,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1086" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1086" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1086" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1086" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37969,21 +37969,21 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisconfig.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1086" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1086" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1086" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KConfig * m_cfg;" > + <ccfdeclarationcodeblock parent_id="1086" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KConfig * m_cfg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1086" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1086" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1086" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1086" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1086" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37991,7 +37991,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1101" tqparent_class="1101" fileExt=".h" fileName="kiscanvasobserver" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1101" parent_class="1101" fileExt=".h" fileName="kiscanvasobserver" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCANVASOBSERVER_H&#010;#define KISCANVASOBSERVER_H" > <header> @@ -38018,7 +38018,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1101" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1101" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisCanvasObserver&#010;" /> </header> @@ -38075,17 +38075,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1104" tag="operation_1104" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1104" tag="operation_1104" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1107" tag="operation_1107" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1107" tag="operation_1107" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param subject " /> </header> </codeoperation> - <codeoperation tqparent_id="1109" tag="operation_1109" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1109" tag="operation_1109" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38142,12 +38142,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1102" tag="operation_1102" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1102" tag="operation_1102" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1105" tag="operation_1105" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1105" tag="operation_1105" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -38224,7 +38224,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1110" tqparent_class="1110" fileExt=".h" fileName="kisfactory" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1110" parent_class="1110" fileExt=".h" fileName="kisfactory" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISFACTORY_H&#010;#define KISFACTORY_H" > <header> @@ -38251,7 +38251,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1110" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1110" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisFactory&#010;" /> </header> @@ -38308,37 +38308,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1115" tag="operation_1115" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1115" tag="operation_1115" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1118" tag="operation_1118" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1118" tag="operation_1118" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1119" tag="operation_1119" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1119" tag="operation_1119" canDelete="false" indentLevel="1" role_id="-1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparentWidget &#010;@param widgetName &#010;@param tqparent &#010;@param name &#010;@param classname &#010;@param args " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param parentWidget &#010;@param widgetName &#010;@param tqparent &#010;@param name &#010;@param classname &#010;@param args " /> </header> </codeoperation> - <codeoperation tqparent_id="1126" tag="operation_1126" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1126" tag="operation_1126" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1127" tag="operation_1127" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1127" tag="operation_1127" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1128" tag="operation_1128" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1128" tag="operation_1128" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1129" tag="operation_1129" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1129" tag="operation_1129" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38410,22 +38410,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1111" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KAboutData * s_aboutData;" > + <ccfdeclarationcodeblock parent_id="1111" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KAboutData * s_aboutData;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1112" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KInstance * s_global;" > + <ccfdeclarationcodeblock parent_id="1112" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KInstance * s_global;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1113" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisPluginServer * s_pserver;" > + <ccfdeclarationcodeblock parent_id="1113" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisPluginServer * s_pserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1114" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisResourceServer * s_rserver;" > + <ccfdeclarationcodeblock parent_id="1114" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisResourceServer * s_rserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -38459,42 +38459,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1111" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1111" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1111" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1111" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1112" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1112" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1112" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1112" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1113" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1113" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1113" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1113" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1114" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1114" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1114" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1114" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38527,81 +38527,81 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisfactory.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1111" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KAboutData * s_aboutData;" > + <ccfdeclarationcodeblock parent_id="1111" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KAboutData * s_aboutData;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1111" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1111" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1111" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1111" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1112" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KInstance * s_global;" > + <ccfdeclarationcodeblock parent_id="1112" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" KInstance * s_global;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1112" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1112" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1112" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1112" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1113" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisPluginServer * s_pserver;" > + <ccfdeclarationcodeblock parent_id="1113" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KisPluginServer * s_pserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1113" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1113" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1113" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1113" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1114" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisResourceServer * s_rserver;" > + <ccfdeclarationcodeblock parent_id="1114" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisResourceServer * s_rserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1114" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1114" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1114" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1114" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38609,7 +38609,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1130" tqparent_class="1130" fileExt=".h" fileName="kischannel" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1130" parent_class="1130" fileExt=".h" fileName="kischannel" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCHANNEL_H&#010;#define KISCHANNEL_H" > <header> @@ -38636,7 +38636,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1130" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1130" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisChannel&#010;" /> </header> @@ -38693,92 +38693,92 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1131" tag="operation_1131" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1131" tag="operation_1131" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height &#010;@param name &#010;@param color " /> </header> </codeoperation> - <codeoperation tqparent_id="1137" tag="operation_1137" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1137" tag="operation_1137" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="1139" tag="operation_1139" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1139" tag="operation_1139" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xradius &#010;@param yradius " /> </header> </codeoperation> - <codeoperation tqparent_id="1142" tag="operation_1142" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1142" tag="operation_1142" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1144" tag="operation_1144" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1144" tag="operation_1144" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1145" tag="operation_1145" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1145" tag="operation_1145" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1146" tag="operation_1146" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1146" tag="operation_1146" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param clr " /> </header> </codeoperation> - <codeoperation tqparent_id="1148" tag="operation_1148" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1148" tag="operation_1148" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1151" tag="operation_1151" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1151" tag="operation_1151" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1152" tag="operation_1152" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1152" tag="operation_1152" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1153" tag="operation_1153" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1153" tag="operation_1153" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xradius &#010;@param yradius " /> </header> </codeoperation> - <codeoperation tqparent_id="1156" tag="operation_1156" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1156" tag="operation_1156" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1157" tag="operation_1157" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1157" tag="operation_1157" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1158" tag="operation_1158" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1158" tag="operation_1158" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param val " /> </header> </codeoperation> - <codeoperation tqparent_id="1160" tag="operation_1160" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1160" tag="operation_1160" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xradius &#010;@param yradius " /> </header> </codeoperation> - <codeoperation tqparent_id="1163" tag="operation_1163" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1163" tag="operation_1163" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1166" tag="operation_1166" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1166" tag="operation_1166" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1169" tag="operation_1169" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1169" tag="operation_1169" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38906,7 +38906,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1170" tqparent_class="1170" fileExt=".h" fileName="kiscanvassubject" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1170" parent_class="1170" fileExt=".h" fileName="kiscanvassubject" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCANVASSUBJECT_H&#010;#define KISCANVASSUBJECT_H" > <header> @@ -38933,7 +38933,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1170" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1170" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisCanvasSubject&#010;" /> </header> @@ -38990,97 +38990,97 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1173" tag="operation_1173" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1173" tag="operation_1173" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1176" tag="operation_1176" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1176" tag="operation_1176" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param observer " /> </header> </codeoperation> - <codeoperation tqparent_id="1178" tag="operation_1178" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1178" tag="operation_1178" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1179" tag="operation_1179" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1179" tag="operation_1179" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1180" tag="operation_1180" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1180" tag="operation_1180" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1181" tag="operation_1181" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1181" tag="operation_1181" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1183" tag="operation_1183" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1183" tag="operation_1183" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1184" tag="operation_1184" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1184" tag="operation_1184" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param observer " /> </header> </codeoperation> - <codeoperation tqparent_id="1187" tag="operation_1187" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1187" tag="operation_1187" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1189" tag="operation_1189" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1189" tag="operation_1189" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1190" tag="operation_1190" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1190" tag="operation_1190" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c " /> </header> </codeoperation> - <codeoperation tqparent_id="1192" tag="operation_1192" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1192" tag="operation_1192" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c " /> </header> </codeoperation> - <codeoperation tqparent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -39137,12 +39137,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1171" tag="operation_1171" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1171" tag="operation_1171" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1174" tag="operation_1174" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1174" tag="operation_1174" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -39219,7 +39219,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1198" tqparent_class="1198" fileExt=".h" fileName="compositeop" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1198" parent_class="1198" fileExt=".h" fileName="compositeop" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef COMPOSITEOP_H&#010;#define COMPOSITEOP_H" > <header> @@ -39246,7 +39246,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1198" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1198" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class CompositeOp&#010;" /> </header> @@ -39261,7 +39261,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1455" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > + <ccfdeclarationcodeblock parent_id="1455" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -39301,27 +39301,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -39456,36 +39456,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; compositeop.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1455" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1455" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1455" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > + <ccfdeclarationcodeblock parent_id="1455" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -39493,7 +39493,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1237" tqparent_class="1237" fileExt=".h" fileName="enumimgtype" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1237" parent_class="1237" fileExt=".h" fileName="enumimgtype" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef ENUMIMGTYPE_H&#010;#define ENUMIMGTYPE_H" > <header> @@ -39520,7 +39520,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1237" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1237" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class enumImgType&#010;" /> </header> @@ -39535,12 +39535,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1285" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > + <ccfdeclarationcodeblock parent_id="1285" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1458" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > + <ccfdeclarationcodeblock parent_id="1458" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -39580,52 +39580,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -39760,71 +39760,71 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; enumimgtype.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1285" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1285" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1285" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > + <ccfdeclarationcodeblock parent_id="1285" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisImage ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1458" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1458" field_type="4" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1458" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > + <ccfdeclarationcodeblock parent_id="1458" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisPaintDevice ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -39832,7 +39832,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1259" tqparent_class="1259" fileExt=".h" fileName="kisimage" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1259" parent_class="1259" fileExt=".h" fileName="kisimage" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISIMAGE_H&#010;#define KISIMAGE_H" > <header> @@ -39859,7 +39859,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1259" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1259" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisImage&#010;" /> </header> @@ -39874,12 +39874,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1270" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisGuideMgr m_guides;" > + <ccfdeclarationcodeblock parent_id="1270" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisGuideMgr m_guides;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1285" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_type;" > + <ccfdeclarationcodeblock parent_id="1285" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_type;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -39919,52 +39919,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_33" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_33" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_34" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_34" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_35" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_35" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_38" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_38" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_39" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_39" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_40" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_40" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -39978,402 +39978,402 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1294" tag="operation_1294" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1294" tag="operation_1294" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param undoAdapter &#010;@param width &#010;@param height &#010;@param imgType &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1300" tag="operation_1300" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1300" tag="operation_1300" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="1302" tag="operation_1302" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1302" tag="operation_1302" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel " /> </header> </codeoperation> - <codeoperation tqparent_id="1304" tag="operation_1304" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1304" tag="operation_1304" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1306" tag="operation_1306" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1306" tag="operation_1306" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param n " /> </header> </codeoperation> - <codeoperation tqparent_id="1308" tag="operation_1308" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1308" tag="operation_1308" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param n " /> </header> </codeoperation> - <codeoperation tqparent_id="1310" tag="operation_1310" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1310" tag="operation_1310" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1311" tag="operation_1311" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1311" tag="operation_1311" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param type " /> </header> </codeoperation> - <codeoperation tqparent_id="1313" tag="operation_1313" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1313" tag="operation_1313" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param type &#010;@param active " /> </header> </codeoperation> - <codeoperation tqparent_id="1316" tag="operation_1316" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1316" tag="operation_1316" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1317" tag="operation_1317" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1317" tag="operation_1317" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1318" tag="operation_1318" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1318" tag="operation_1318" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel &#010;@param position " /> </header> </codeoperation> - <codeoperation tqparent_id="1321" tag="operation_1321" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1321" tag="operation_1321" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@param position " /> </header> </codeoperation> - <codeoperation tqparent_id="1324" tag="operation_1324" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1324" tag="operation_1324" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1325" tag="operation_1325" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1325" tag="operation_1325" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1327" tag="operation_1327" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1327" tag="operation_1327" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1328" tag="operation_1328" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1328" tag="operation_1328" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1329" tag="operation_1329" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1329" tag="operation_1329" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param npos " /> </header> </codeoperation> - <codeoperation tqparent_id="1331" tag="operation_1331" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1331" tag="operation_1331" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1333" tag="operation_1333" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1333" tag="operation_1333" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1334" tag="operation_1334" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1334" tag="operation_1334" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1335" tag="operation_1335" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1335" tag="operation_1335" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param cm " /> </header> </codeoperation> - <codeoperation tqparent_id="1337" tag="operation_1337" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1337" tag="operation_1337" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1340" tag="operation_1340" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1340" tag="operation_1340" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1341" tag="operation_1341" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1341" tag="operation_1341" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1342" tag="operation_1342" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1342" tag="operation_1342" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param history " /> </header> </codeoperation> - <codeoperation tqparent_id="1346" tag="operation_1346" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1346" tag="operation_1346" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1347" tag="operation_1347" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1347" tag="operation_1347" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1348" tag="operation_1348" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1348" tag="operation_1348" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1349" tag="operation_1349" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1349" tag="operation_1349" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1350" tag="operation_1350" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1350" tag="operation_1350" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1351" tag="operation_1351" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1351" tag="operation_1351" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel " /> </header> </codeoperation> - <codeoperation tqparent_id="1353" tag="operation_1353" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1353" tag="operation_1353" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1361" tag="operation_1361" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1361" tag="operation_1361" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1362" tag="operation_1362" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1362" tag="operation_1362" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="1364" tag="operation_1364" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1364" tag="operation_1364" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1369" tag="operation_1369" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1369" tag="operation_1369" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1371" tag="operation_1371" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1371" tag="operation_1371" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param npos " /> </header> </codeoperation> - <codeoperation tqparent_id="1373" tag="operation_1373" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1373" tag="operation_1373" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1375" tag="operation_1375" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1375" tag="operation_1375" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1376" tag="operation_1376" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1376" tag="operation_1376" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel " /> </header> </codeoperation> - <codeoperation tqparent_id="1378" tag="operation_1378" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1378" tag="operation_1378" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1380" tag="operation_1380" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1380" tag="operation_1380" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1381" tag="operation_1381" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1381" tag="operation_1381" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1382" tag="operation_1382" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1382" tag="operation_1382" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1383" tag="operation_1383" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1383" tag="operation_1383" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1384" tag="operation_1384" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1384" tag="operation_1384" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1385" tag="operation_1385" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1385" tag="operation_1385" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1386" tag="operation_1386" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1386" tag="operation_1386" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1387" tag="operation_1387" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1387" tag="operation_1387" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="1392" tag="operation_1392" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1392" tag="operation_1392" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1396" tag="operation_1396" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1396" tag="operation_1396" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel &#010;@param position " /> </header> </codeoperation> - <codeoperation tqparent_id="1399" tag="operation_1399" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1399" tag="operation_1399" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@param position " /> </header> </codeoperation> - <codeoperation tqparent_id="1402" tag="operation_1402" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1402" tag="operation_1402" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel " /> </header> </codeoperation> - <codeoperation tqparent_id="1404" tag="operation_1404" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1404" tag="operation_1404" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1406" tag="operation_1406" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1406" tag="operation_1406" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1409" tag="operation_1409" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1409" tag="operation_1409" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1411" tag="operation_1411" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1411" tag="operation_1411" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xres &#010;@param yres " /> </header> </codeoperation> - <codeoperation tqparent_id="1414" tag="operation_1414" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1414" tag="operation_1414" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xres &#010;@param yres " /> </header> </codeoperation> - <codeoperation tqparent_id="1417" tag="operation_1417" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1417" tag="operation_1417" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param channel " /> </header> </codeoperation> - <codeoperation tqparent_id="1419" tag="operation_1419" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1419" tag="operation_1419" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1421" tag="operation_1421" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1421" tag="operation_1421" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1422" tag="operation_1422" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1422" tag="operation_1422" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1424" tag="operation_1424" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1424" tag="operation_1424" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param selection " /> </header> </codeoperation> - <codeoperation tqparent_id="1426" tag="operation_1426" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1426" tag="operation_1426" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1427" tag="operation_1427" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1427" tag="operation_1427" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="1430" tag="operation_1430" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1430" tag="operation_1430" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1431" tag="operation_1431" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1431" tag="operation_1431" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1433" tag="operation_1433" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1433" tag="operation_1433" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1434" tag="operation_1434" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1434" tag="operation_1434" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param u " /> </header> </codeoperation> - <codeoperation tqparent_id="1437" tag="operation_1437" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1437" tag="operation_1437" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param commit " /> </header> </codeoperation> - <codeoperation tqparent_id="1440" tag="operation_1440" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1440" tag="operation_1440" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1441" tag="operation_1441" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1441" tag="operation_1441" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param uri " /> </header> </codeoperation> - <codeoperation tqparent_id="1443" tag="operation_1443" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1443" tag="operation_1443" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="1445" tag="operation_1445" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1445" tag="operation_1445" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel " /> </header> </codeoperation> - <codeoperation tqparent_id="1447" tag="operation_1447" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1447" tag="operation_1447" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param active " /> </header> </codeoperation> - <codeoperation tqparent_id="1450" tag="operation_1450" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1450" tag="operation_1450" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -40430,22 +40430,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1292" tag="operation_1292" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1292" tag="operation_1292" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="1344" tag="operation_1344" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1344" tag="operation_1344" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dev " /> </header> </codeoperation> - <codeoperation tqparent_id="1355" tag="operation_1355" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1355" tag="operation_1355" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param adapter &#010;@param width &#010;@param height &#010;@param imgType &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1394" tag="operation_1394" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1394" tag="operation_1394" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param type " /> </header> @@ -40466,152 +40466,152 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1260" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_active;" > + <ccfdeclarationcodeblock parent_id="1260" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_active;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1261" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_activeChannel;" > + <ccfdeclarationcodeblock parent_id="1261" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_activeChannel;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1262" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_activeLayer;" > + <ccfdeclarationcodeblock parent_id="1262" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_activeLayer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1263" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > + <ccfdeclarationcodeblock parent_id="1263" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1264" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > + <ccfdeclarationcodeblock parent_id="1264" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1265" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" KisBackgroundSP m_bkg;" > + <ccfdeclarationcodeblock parent_id="1265" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" KisBackgroundSP m_bkg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1266" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" vKisChannelSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1266" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" vKisChannelSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1267" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColorMap m_clrMap;" > + <ccfdeclarationcodeblock parent_id="1267" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColorMap m_clrMap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1269" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > + <ccfdeclarationcodeblock parent_id="1269" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1272" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layerStack;" > + <ccfdeclarationcodeblock parent_id="1272" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layerStack;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1273" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layers;" > + <ccfdeclarationcodeblock parent_id="1273" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layers;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1274" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_tqmaskClr;" > + <ccfdeclarationcodeblock parent_id="1274" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_maskClr;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1275" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_tqmaskEnabled;" > + <ccfdeclarationcodeblock parent_id="1275" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_maskEnabled;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1276" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_tqmaskInverted;" > + <ccfdeclarationcodeblock parent_id="1276" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_maskInverted;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1278" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > + <ccfdeclarationcodeblock parent_id="1278" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileCols;" > + <ccfdeclarationcodeblock parent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileCols;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileRows;" > + <ccfdeclarationcodeblock parent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileRows;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1281" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_projection;" > + <ccfdeclarationcodeblock parent_id="1281" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_projection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1282" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_selection;" > + <ccfdeclarationcodeblock parent_id="1282" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_selection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1283" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_selectionMask;" > + <ccfdeclarationcodeblock parent_id="1283" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_selectionMask;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1284" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > + <ccfdeclarationcodeblock parent_id="1284" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1286" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_undoHistory;" > + <ccfdeclarationcodeblock parent_id="1286" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_undoHistory;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1287" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" KURL m_uri;" > + <ccfdeclarationcodeblock parent_id="1287" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" KURL m_uri;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1288" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_visible;" > + <ccfdeclarationcodeblock parent_id="1288" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_visible;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1290" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" double m_xres;" > + <ccfdeclarationcodeblock parent_id="1290" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" double m_xres;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1291" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" double m_yres;" > + <ccfdeclarationcodeblock parent_id="1291" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" double m_yres;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -40645,302 +40645,302 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1260" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1260" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1260" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1260" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1261" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1261" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1262" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1262" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1262" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1262" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1263" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1263" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1263" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1263" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1264" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1264" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1264" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1264" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1265" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1265" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1265" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1265" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1266" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1266" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1266" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1266" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1267" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1267" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1267" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1267" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1268" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1268" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1268" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1268" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1269" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1269" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1271" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1271" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1271" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1271" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1272" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1272" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1272" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1272" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1273" tag="hblock_tag_65" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1273" tag="hblock_tag_65" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1273" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1273" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1274" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1274" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1274" tag="hblock_tag_68" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1274" tag="hblock_tag_68" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1275" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1275" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1275" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1275" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1276" tag="hblock_tag_71" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1276" tag="hblock_tag_71" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1276" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1276" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1277" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="hblock_tag_74" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1277" tag="hblock_tag_74" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1278" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1278" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1278" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1278" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1279" tag="hblock_tag_77" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1279" tag="hblock_tag_77" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1279" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1279" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1280" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1280" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1280" tag="hblock_tag_80" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1280" tag="hblock_tag_80" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1281" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1281" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1281" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1281" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1282" tag="hblock_tag_83" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1282" tag="hblock_tag_83" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1282" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1282" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1283" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1283" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1283" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1283" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1284" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1284" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1284" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1284" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1286" tag="hblock_tag_89" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1286" tag="hblock_tag_89" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1286" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1286" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1287" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1287" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1287" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1287" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1288" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1288" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1288" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1288" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1289" tag="hblock_tag_95" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1289" tag="hblock_tag_95" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1289" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1289" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1290" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1290" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1290" tag="hblock_tag_98" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1290" tag="hblock_tag_98" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1291" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1291" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1291" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1291" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -40973,671 +40973,671 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimage.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1260" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1260" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_active;" > + <ccfdeclarationcodeblock parent_id="1260" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_active;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1260" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1260" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1260" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1260" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1260" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1261" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1261" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_activeChannel;" > + <ccfdeclarationcodeblock parent_id="1261" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_activeChannel;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1261" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1261" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1261" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1262" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1262" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_activeLayer;" > + <ccfdeclarationcodeblock parent_id="1262" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_activeLayer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1262" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1262" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1262" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1262" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1262" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1263" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1263" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > + <ccfdeclarationcodeblock parent_id="1263" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisUndoAdapter * m_adapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1263" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1263" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1263" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1263" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1263" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1264" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1264" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1264" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > + <ccfdeclarationcodeblock parent_id="1264" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1264" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1264" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1264" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1264" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1264" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1265" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1265" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1265" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" KisBackgroundSP m_bkg;" > + <ccfdeclarationcodeblock parent_id="1265" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" KisBackgroundSP m_bkg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1265" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1265" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1265" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1265" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1265" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1266" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1266" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1266" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" vKisChannelSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1266" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" vKisChannelSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1266" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1266" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1266" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1266" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1266" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1267" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1267" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColorMap m_clrMap;" > + <ccfdeclarationcodeblock parent_id="1267" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColorMap m_clrMap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1267" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1267" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1267" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1267" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1267" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1268" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1268" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1268" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1268" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1268" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1268" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1268" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1269" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1269" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1269" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > + <ccfdeclarationcodeblock parent_id="1269" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1269" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1269" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1269" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1271" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1271" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1271" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1271" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1271" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1271" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1271" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1272" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1272" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1272" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layerStack;" > + <ccfdeclarationcodeblock parent_id="1272" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layerStack;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1272" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1272" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1272" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1272" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1272" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1273" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1273" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1273" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layers;" > + <ccfdeclarationcodeblock parent_id="1273" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" vKisLayerSP m_layers;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1273" tag="hblock_tag_65" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1273" tag="hblock_tag_65" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1273" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1273" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1273" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1274" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1274" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1274" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_tqmaskClr;" > + <ccfdeclarationcodeblock parent_id="1274" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_maskClr;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1274" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1274" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1274" tag="hblock_tag_68" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1274" tag="hblock_tag_68" canDelete="false" indentLevel="1" classfield_id="1274" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1275" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1275" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1275" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_tqmaskEnabled;" > + <ccfdeclarationcodeblock parent_id="1275" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_maskEnabled;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1275" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1275" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1275" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1275" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1275" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1276" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1276" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1276" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_tqmaskInverted;" > + <ccfdeclarationcodeblock parent_id="1276" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_maskInverted;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1276" tag="hblock_tag_71" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1276" tag="hblock_tag_71" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1276" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1276" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1276" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1277" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1277" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1277" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="hblock_tag_74" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1277" tag="hblock_tag_74" canDelete="false" indentLevel="1" classfield_id="1277" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1278" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1278" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1278" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > + <ccfdeclarationcodeblock parent_id="1278" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KisNameServer * m_nserver;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1278" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1278" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1278" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1278" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1278" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1279" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1279" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileCols;" > + <ccfdeclarationcodeblock parent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileCols;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1279" tag="hblock_tag_77" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1279" tag="hblock_tag_77" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1279" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1279" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1279" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1280" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1280" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileRows;" > + <ccfdeclarationcodeblock parent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileRows;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1280" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1280" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1280" tag="hblock_tag_80" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1280" tag="hblock_tag_80" canDelete="false" indentLevel="1" classfield_id="1280" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1281" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1281" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1281" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_projection;" > + <ccfdeclarationcodeblock parent_id="1281" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_projection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1281" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1281" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1281" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1281" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1281" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1282" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1282" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1282" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_selection;" > + <ccfdeclarationcodeblock parent_id="1282" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KisSelectionSP m_selection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1282" tag="hblock_tag_83" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1282" tag="hblock_tag_83" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1282" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1282" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1282" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1283" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1283" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1283" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_selectionMask;" > + <ccfdeclarationcodeblock parent_id="1283" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelSP m_selectionMask;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1283" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1283" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1283" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1283" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="1283" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1284" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1284" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > + <ccfdeclarationcodeblock parent_id="1284" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1284" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1284" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1284" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1284" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1284" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1286" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1286" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1286" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_undoHistory;" > + <ccfdeclarationcodeblock parent_id="1286" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" KCommandHistory * m_undoHistory;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1286" tag="hblock_tag_89" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1286" tag="hblock_tag_89" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1286" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1286" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1286" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1287" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1287" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1287" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" KURL m_uri;" > + <ccfdeclarationcodeblock parent_id="1287" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" KURL m_uri;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1287" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1287" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1287" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1287" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="1287" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1288" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1288" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1288" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_visible;" > + <ccfdeclarationcodeblock parent_id="1288" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" QBitArray m_visible;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1288" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1288" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1288" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1288" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1288" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1289" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1289" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1289" tag="hblock_tag_95" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1289" tag="hblock_tag_95" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1289" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1289" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1289" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1290" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1290" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1290" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" double m_xres;" > + <ccfdeclarationcodeblock parent_id="1290" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" double m_xres;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1290" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1290" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1290" tag="hblock_tag_98" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1290" tag="hblock_tag_98" canDelete="false" indentLevel="1" classfield_id="1290" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1291" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1291" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1291" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" double m_yres;" > + <ccfdeclarationcodeblock parent_id="1291" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" double m_yres;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1291" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1291" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1291" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1291" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1291" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1270" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1270" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1270" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisGuideMgr m_guides;" > + <ccfdeclarationcodeblock parent_id="1270" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisGuideMgr m_guides;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1270" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1270" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1270" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1270" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1270" tag="hblock_tag_33" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1270" tag="hblock_tag_33" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1270" tag="hblock_tag_34" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1270" tag="hblock_tag_34" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1270" tag="hblock_tag_35" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1270" tag="hblock_tag_35" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1270" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1285" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1285" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1285" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_type;" > + <ccfdeclarationcodeblock parent_id="1285" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_type;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_38" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_38" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_39" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_39" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_40" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_40" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -41645,7 +41645,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1453" tqparent_class="1453" fileExt=".h" fileName="kispaintdevice" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1453" parent_class="1453" fileExt=".h" fileName="kispaintdevice" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPAINTDEVICE_H&#010;#define KISPAINTDEVICE_H" > <header> @@ -41672,7 +41672,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1453" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1453" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisPaintDevice&#010;" /> </header> @@ -41687,12 +41687,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1455" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" CompositeOp m_compositeOp;" > + <ccfdeclarationcodeblock parent_id="1455" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" CompositeOp m_compositeOp;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1458" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_imgType;" > + <ccfdeclarationcodeblock parent_id="1458" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_imgType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -41732,52 +41732,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_26" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_26" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_27" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_27" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_28" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_28" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -41791,312 +41791,312 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1476" tag="operation_1476" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1476" tag="operation_1476" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height &#010;@param imgType &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1482" tag="operation_1482" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1482" tag="operation_1482" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tm &#010;@param img &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1486" tag="operation_1486" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1486" tag="operation_1486" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param width &#010;@param height &#010;@param imgType &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1491" tag="operation_1491" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1491" tag="operation_1491" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="1493" tag="operation_1493" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1493" tag="operation_1493" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1494" tag="operation_1494" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1494" tag="operation_1494" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Reimplemented by KisSelection; here it does nothing useful, but it&#010;cannot be abstract, because otherwise this class would be abstract." /> </header> </codeoperation> - <codeoperation tqparent_id="1495" tag="operation_1495" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1495" tag="operation_1495" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1496" tag="operation_1496" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1496" tag="operation_1496" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1497" tag="operation_1497" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1497" tag="operation_1497" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param offx &#010;@param offy &#010;@param offw &#010;@param offh " /> </header> </codeoperation> - <codeoperation tqparent_id="1502" tag="operation_1502" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1502" tag="operation_1502" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param cm " /> </header> </codeoperation> - <codeoperation tqparent_id="1504" tag="operation_1504" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1504" tag="operation_1504" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1505" tag="operation_1505" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1505" tag="operation_1505" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1506" tag="operation_1506" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1506" tag="operation_1506" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@param width &#010;@param height &#010;@param imgType &#010;@param name &#010;@param compositeOp " /> </header> </codeoperation> - <codeoperation tqparent_id="1513" tag="operation_1513" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1513" tag="operation_1513" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1516" tag="operation_1516" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1516" tag="operation_1516" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt " /> </header> </codeoperation> - <codeoperation tqparent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1519" tag="operation_1519" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1519" tag="operation_1519" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param mgr " /> </header> </codeoperation> - <codeoperation tqparent_id="1521" tag="operation_1521" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1521" tag="operation_1521" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1524" tag="operation_1524" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1524" tag="operation_1524" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param size " /> </header> </codeoperation> - <codeoperation tqparent_id="1526" tag="operation_1526" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1526" tag="operation_1526" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1529" tag="operation_1529" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1529" tag="operation_1529" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1531" tag="operation_1531" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1531" tag="operation_1531" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1532" tag="operation_1532" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1532" tag="operation_1532" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="1534" tag="operation_1534" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1534" tag="operation_1534" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1539" tag="operation_1539" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1539" tag="operation_1539" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1541" tag="operation_1541" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1541" tag="operation_1541" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1543" tag="operation_1543" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1543" tag="operation_1543" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x1 &#010;@param y1 &#010;@param x2 &#010;@param y2 " /> </header> </codeoperation> - <codeoperation tqparent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1551" tag="operation_1551" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1551" tag="operation_1551" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt " /> </header> </codeoperation> - <codeoperation tqparent_id="1553" tag="operation_1553" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1553" tag="operation_1553" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1554" tag="operation_1554" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1554" tag="operation_1554" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1557" tag="operation_1557" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1557" tag="operation_1557" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param c &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1562" tag="operation_1562" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1562" tag="operation_1562" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1563" tag="operation_1563" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1563" tag="operation_1563" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1564" tag="operation_1564" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1564" tag="operation_1564" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param store " /> </header> </codeoperation> - <codeoperation tqparent_id="1566" tag="operation_1566" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1566" tag="operation_1566" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1567" tag="operation_1567" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1567" tag="operation_1567" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1570" tag="operation_1570" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1570" tag="operation_1570" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param size " /> </header> </codeoperation> - <codeoperation tqparent_id="1572" tag="operation_1572" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1572" tag="operation_1572" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param offx &#010;@param offy &#010;@param offw &#010;@param offh " /> </header> </codeoperation> - <codeoperation tqparent_id="1577" tag="operation_1577" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1577" tag="operation_1577" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param compositeOp " /> </header> </codeoperation> - <codeoperation tqparent_id="1579" tag="operation_1579" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1579" tag="operation_1579" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param image " /> </header> </codeoperation> - <codeoperation tqparent_id="1581" tag="operation_1581" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1581" tag="operation_1581" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1583" tag="operation_1583" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1583" tag="operation_1583" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param c &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x " /> </header> </codeoperation> - <codeoperation tqparent_id="1590" tag="operation_1590" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1590" tag="operation_1590" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1592" tag="operation_1592" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1592" tag="operation_1592" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1593" tag="operation_1593" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1593" tag="operation_1593" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1594" tag="operation_1594" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1594" tag="operation_1594" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="1597" tag="operation_1597" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1597" tag="operation_1597" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1598" tag="operation_1598" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1598" tag="operation_1598" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1599" tag="operation_1599" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1599" tag="operation_1599" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1600" tag="operation_1600" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1600" tag="operation_1600" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1601" tag="operation_1601" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1601" tag="operation_1601" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1602" tag="operation_1602" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1602" tag="operation_1602" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1607" tag="operation_1607" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1607" tag="operation_1607" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="1609" tag="operation_1609" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1609" tag="operation_1609" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1610" tag="operation_1610" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1610" tag="operation_1610" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param v " /> </header> </codeoperation> - <codeoperation tqparent_id="1612" tag="operation_1612" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1612" tag="operation_1612" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1615" tag="operation_1615" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1615" tag="operation_1615" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param store " /> </header> </codeoperation> - <codeoperation tqparent_id="1617" tag="operation_1617" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1617" tag="operation_1617" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1618" tag="operation_1618" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1618" tag="operation_1618" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1619" tag="operation_1619" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1619" tag="operation_1619" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -42153,22 +42153,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1474" tag="operation_1474" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1474" tag="operation_1474" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1527" tag="operation_1527" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1527" tag="operation_1527" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1530" tag="operation_1530" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1530" tag="operation_1530" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1613" tag="operation_1613" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1613" tag="operation_1613" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w " /> </header> @@ -42189,92 +42189,92 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1454" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > + <ccfdeclarationcodeblock parent_id="1454" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offH;" > + <ccfdeclarationcodeblock parent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offH;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offW;" > + <ccfdeclarationcodeblock parent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offW;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offX;" > + <ccfdeclarationcodeblock parent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offX;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offY;" > + <ccfdeclarationcodeblock parent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offY;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1464" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_owner;" > + <ccfdeclarationcodeblock parent_id="1464" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_owner;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1465" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_projection;" > + <ccfdeclarationcodeblock parent_id="1465" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_projection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1466" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_projectionValid;" > + <ccfdeclarationcodeblock parent_id="1466" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_projectionValid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_quantumSize;" > + <ccfdeclarationcodeblock parent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_quantumSize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1468" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > + <ccfdeclarationcodeblock parent_id="1468" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1469" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_tiles;" > + <ccfdeclarationcodeblock parent_id="1469" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_tiles;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1470" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_visible;" > + <ccfdeclarationcodeblock parent_id="1470" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_visible;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_x;" > + <ccfdeclarationcodeblock parent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_x;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_y;" > + <ccfdeclarationcodeblock parent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -42308,182 +42308,182 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1454" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1454" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1454" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1454" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1456" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1456" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1456" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1456" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1457" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1457" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1457" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1457" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1459" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1459" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1459" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1459" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1460" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1460" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1460" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1460" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1461" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1461" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1461" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1461" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1462" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1462" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1462" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1462" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1463" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1463" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1463" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1463" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1464" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1464" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1464" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1464" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1465" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1465" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1465" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1465" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1466" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1466" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1466" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1466" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1467" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1467" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1467" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1467" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1468" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1468" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1468" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1468" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1469" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1469" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1469" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1469" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1470" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1470" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1470" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1470" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1471" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1471" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1471" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1471" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1472" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1472" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1472" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1472" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1473" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1473" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1473" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1473" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -42516,431 +42516,431 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispaintdevice.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1454" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1454" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1454" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > + <ccfdeclarationcodeblock parent_id="1454" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_alpha;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1454" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1454" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1454" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1454" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1454" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1456" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1456" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > + <ccfdeclarationcodeblock parent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1456" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1456" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1456" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1456" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1456" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1457" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1457" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1457" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1457" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1457" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1457" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1457" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1459" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1459" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1459" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1459" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1459" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1459" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1459" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1460" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1460" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offH;" > + <ccfdeclarationcodeblock parent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offH;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1460" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1460" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1460" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1460" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1460" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1461" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1461" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offW;" > + <ccfdeclarationcodeblock parent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offW;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1461" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1461" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1461" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1461" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1461" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1462" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1462" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offX;" > + <ccfdeclarationcodeblock parent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offX;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1462" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1462" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1462" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1462" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1462" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1463" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1463" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offY;" > + <ccfdeclarationcodeblock parent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offY;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1463" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1463" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1463" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1463" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1463" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1464" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1464" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1464" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_owner;" > + <ccfdeclarationcodeblock parent_id="1464" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_owner;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1464" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1464" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1464" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1464" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1464" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1465" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1465" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1465" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_projection;" > + <ccfdeclarationcodeblock parent_id="1465" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap m_projection;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1465" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1465" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1465" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1465" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1465" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1466" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1466" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1466" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_projectionValid;" > + <ccfdeclarationcodeblock parent_id="1466" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_projectionValid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1466" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1466" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1466" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1466" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1466" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1467" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1467" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_quantumSize;" > + <ccfdeclarationcodeblock parent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_quantumSize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1467" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1467" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1467" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1467" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1467" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1468" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1468" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1468" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > + <ccfdeclarationcodeblock parent_id="1468" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_shadow;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1468" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1468" tag="hblock_tag_53" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1468" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1468" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1468" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1469" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1469" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1469" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_tiles;" > + <ccfdeclarationcodeblock parent_id="1469" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileMgrSP m_tiles;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1469" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1469" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1469" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1469" tag="hblock_tag_56" canDelete="false" indentLevel="1" classfield_id="1469" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1470" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1470" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1470" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_visible;" > + <ccfdeclarationcodeblock parent_id="1470" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_visible;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1470" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1470" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1470" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1470" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1470" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1471" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1471" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1471" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1471" tag="hblock_tag_59" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1471" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1471" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1471" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1472" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1472" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_x;" > + <ccfdeclarationcodeblock parent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_x;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1472" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1472" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1472" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1472" tag="hblock_tag_62" canDelete="false" indentLevel="1" classfield_id="1472" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1473" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1473" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_y;" > + <ccfdeclarationcodeblock parent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1473" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1473" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1473" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1473" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1473" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1455" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1455" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1455" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" CompositeOp m_compositeOp;" > + <ccfdeclarationcodeblock parent_id="1455" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" CompositeOp m_compositeOp;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1455" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1455" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1455" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1455" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1455" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1455" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1455" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1455" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1455" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1455" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1455" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1458" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1458" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1458" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_imgType;" > + <ccfdeclarationcodeblock parent_id="1458" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" enumImgType m_imgType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1458" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1458" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1458" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1458" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1458" tag="hblock_tag_26" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1458" tag="hblock_tag_26" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1458" tag="hblock_tag_27" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1458" tag="hblock_tag_27" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1458" tag="hblock_tag_28" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1458" tag="hblock_tag_28" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1458" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -42948,14 +42948,14 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1620" tqparent_class="1620" fileExt=".h" fileName="kislayer" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1620" parent_class="1620" fileExt=".h" fileName="kislayer" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISLAYER_H&#010;#define KISLAYER_H" > <header> <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <codeblockwithcomments tag="includes" text="#include <string>&#010;#include "kisimagesp.h"&#010;#include "quantum.h"&#010;#include "kistilemgrsp.h"&#010;#include "kistqmasksp.h"&#010;#include "bool.h"&#010;" > + <codeblockwithcomments tag="includes" text="#include <string>&#010;#include "kisimagesp.h"&#010;#include "quantum.h"&#010;#include "kistilemgrsp.h"&#010;#include "kismasksp.h"&#010;#include "bool.h"&#010;" > <header> <cppcodedocumentation tag="" writeOutText="false" /> </header> @@ -42975,7 +42975,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1620" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1620" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisLayer&#010;" /> </header> @@ -43032,87 +43032,87 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1628" tag="operation_1628" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1628" tag="operation_1628" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height &#010;@param name &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1634" tag="operation_1634" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1634" tag="operation_1634" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tiles &#010;@param img &#010;@param name &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1639" tag="operation_1639" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1639" tag="operation_1639" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param width &#010;@param height &#010;@param imgType &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1644" tag="operation_1644" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1644" tag="operation_1644" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="1646" tag="operation_1646" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1646" tag="operation_1646" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1647" tag="operation_1647" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1647" tag="operation_1647" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqmask " /> </header> </codeoperation> - <codeoperation tqparent_id="1649" tag="operation_1649" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1649" tag="operation_1649" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param mode " /> </header> </codeoperation> - <codeoperation tqparent_id="1651" tag="operation_1651" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1651" tag="operation_1651" canDelete="false" indentLevel="1" role_id="-1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqmaskType " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param maskType " /> </header> </codeoperation> - <codeoperation tqparent_id="1653" tag="operation_1653" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1653" tag="operation_1653" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1654" tag="operation_1654" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1654" tag="operation_1654" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param l " /> </header> </codeoperation> - <codeoperation tqparent_id="1656" tag="operation_1656" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1656" tag="operation_1656" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1657" tag="operation_1657" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1657" tag="operation_1657" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1658" tag="operation_1658" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1658" tag="operation_1658" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param val " /> </header> </codeoperation> - <codeoperation tqparent_id="1660" tag="operation_1660" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1660" tag="operation_1660" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1663" tag="operation_1663" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1663" tag="operation_1663" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1664" tag="operation_1664" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1664" tag="operation_1664" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param v " /> </header> </codeoperation> - <codeoperation tqparent_id="1666" tag="operation_1666" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1666" tag="operation_1666" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -43184,37 +43184,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dx;" > + <ccfdeclarationcodeblock parent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dx;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dy;" > + <ccfdeclarationcodeblock parent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dy;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1623" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_initial;" > + <ccfdeclarationcodeblock parent_id="1623" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_initial;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1624" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_linked;" > + <ccfdeclarationcodeblock parent_id="1624" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_linked;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_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_tqmask;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1626" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > + <ccfdeclarationcodeblock parent_id="1626" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1627" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_preserveTransparency;" > + <ccfdeclarationcodeblock parent_id="1627" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_preserveTransparency;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -43248,72 +43248,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1621" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1621" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1621" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1621" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1622" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1622" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1622" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1622" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1623" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1623" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1623" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1623" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1624" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1624" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1624" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1624" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1625" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1625" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1625" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1625" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1626" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1626" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1626" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1626" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1627" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1627" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1627" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1627" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -43346,141 +43346,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kislayer.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1621" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1621" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dx;" > + <ccfdeclarationcodeblock parent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dx;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1621" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1621" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1621" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1621" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1621" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1622" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1622" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dy;" > + <ccfdeclarationcodeblock parent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dy;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1622" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1622" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1622" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1622" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1622" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1623" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1623" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1623" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_initial;" > + <ccfdeclarationcodeblock parent_id="1623" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_initial;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1623" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1623" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1623" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1623" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1623" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1624" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1624" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1624" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_linked;" > + <ccfdeclarationcodeblock parent_id="1624" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_linked;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1624" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1624" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1624" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1624" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1624" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_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_tqmask;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1625" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1625" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1625" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1625" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1625" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1626" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1626" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > + <ccfdeclarationcodeblock parent_id="1626" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1626" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1626" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1626" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1626" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1626" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1627" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_preserveTransparency;" > + <ccfdeclarationcodeblock parent_id="1627" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_preserveTransparency;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1627" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1627" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1627" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1627" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1627" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -43488,7 +43488,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1667" tqparent_class="1667" fileExt=".h" fileName="kisnameserver" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1667" parent_class="1667" fileExt=".h" fileName="kisnameserver" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISNAMESERVER_H&#010;#define KISNAMESERVER_H" > <header> @@ -43515,7 +43515,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1667" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1667" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisNameServer&#010;" /> </header> @@ -43572,27 +43572,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1670" tag="operation_1670" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1670" tag="operation_1670" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param prefix &#010;@param seed " /> </header> </codeoperation> - <codeoperation tqparent_id="1673" tag="operation_1673" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1673" tag="operation_1673" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1674" tag="operation_1674" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1674" tag="operation_1674" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1675" tag="operation_1675" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1675" tag="operation_1675" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1676" tag="operation_1676" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1676" tag="operation_1676" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -43664,12 +43664,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_generator;" > + <ccfdeclarationcodeblock parent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_generator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_prefix;" > + <ccfdeclarationcodeblock parent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_prefix;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -43703,22 +43703,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1668" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1668" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1668" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1668" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1669" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1669" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1669" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1669" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -43751,41 +43751,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisnameserver.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_generator;" > + <ccfdeclarationcodeblock parent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_generator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1668" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1668" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1668" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1668" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1668" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1669" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1669" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_prefix;" > + <ccfdeclarationcodeblock parent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_prefix;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1669" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1669" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1669" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1669" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1669" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -43793,7 +43793,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1677" tqparent_class="1677" fileExt=".h" fileName="kismemento" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1677" parent_class="1677" fileExt=".h" fileName="kismemento" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISMEMENTO_H&#010;#define KISMEMENTO_H" > <header> @@ -43820,7 +43820,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1677" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1677" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisMemento&#010;" /> </header> @@ -43877,7 +43877,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1678" tag="operation_1678" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1678" tag="operation_1678" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -44005,7 +44005,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1679" tqparent_class="1679" fileExt=".h" fileName="kispaintdevicevisitor" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1679" parent_class="1679" fileExt=".h" fileName="kispaintdevicevisitor" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPAINTDEVICEVISITOR_H&#010;#define KISPAINTDEVICEVISITOR_H" > <header> @@ -44032,7 +44032,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1679" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1679" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisPaintDeviceVisitor&#010;" /> </header> @@ -44089,62 +44089,62 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1680" tag="operation_1680" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1680" tag="operation_1680" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1683" tag="operation_1683" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1683" tag="operation_1683" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param dev " /> </header> </codeoperation> - <codeoperation tqparent_id="1686" tag="operation_1686" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1686" tag="operation_1686" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param selection " /> </header> </codeoperation> - <codeoperation tqparent_id="1689" tag="operation_1689" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1689" tag="operation_1689" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layers " /> </header> </codeoperation> - <codeoperation tqparent_id="1692" tag="operation_1692" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1692" tag="operation_1692" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param devs " /> </header> </codeoperation> - <codeoperation tqparent_id="1695" tag="operation_1695" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1695" tag="operation_1695" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1696" tag="operation_1696" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1696" tag="operation_1696" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layer " /> </header> </codeoperation> - <codeoperation tqparent_id="1699" tag="operation_1699" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1699" tag="operation_1699" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param dev " /> </header> </codeoperation> - <codeoperation tqparent_id="1702" tag="operation_1702" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1702" tag="operation_1702" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param selection " /> </header> </codeoperation> - <codeoperation tqparent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param layers " /> </header> </codeoperation> - <codeoperation tqparent_id="1708" tag="operation_1708" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1708" tag="operation_1708" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param devs " /> </header> </codeoperation> - <codeoperation tqparent_id="1711" tag="operation_1711" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1711" tag="operation_1711" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -44272,7 +44272,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1712" tqparent_class="1712" fileExt=".h" fileName="kismementooriginatorinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1712" parent_class="1712" fileExt=".h" fileName="kismementooriginatorinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISMEMENTOORIGINATORINTERFACE_H&#010;#define KISMEMENTOORIGINATORINTERFACE_H" > <header> @@ -44299,7 +44299,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1712" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1712" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisMementoOriginatorInterface&#010;" /> </header> @@ -44356,22 +44356,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1715" tag="operation_1715" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1715" tag="operation_1715" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1718" tag="operation_1718" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1718" tag="operation_1718" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param memento " /> </header> </codeoperation> - <codeoperation tqparent_id="1720" tag="operation_1720" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1720" tag="operation_1720" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -44428,12 +44428,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1716" tag="operation_1716" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1716" tag="operation_1716" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -44510,7 +44510,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1722" tqparent_class="1722" fileExt=".h" fileName="kistqmask" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1722" parent_class="1722" fileExt=".h" fileName="kistqmask" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISMASK_H&#010;#define KISMASK_H" > <header> @@ -44537,7 +44537,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1722" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1722" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisMask&#010;" /> </header> @@ -44594,47 +44594,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1723" tag="operation_1723" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1723" tag="operation_1723" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param width &#010;@param height &#010;@param name &#010;@param color " /> </header> </codeoperation> - <codeoperation tqparent_id="1729" tag="operation_1729" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1729" tag="operation_1729" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="1731" tag="operation_1731" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1731" tag="operation_1731" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1732" tag="operation_1732" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1732" tag="operation_1732" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqmask " /> </header> </codeoperation> - <codeoperation tqparent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1735" tag="operation_1735" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1735" tag="operation_1735" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param val " /> </header> </codeoperation> - <codeoperation tqparent_id="1737" tag="operation_1737" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1737" tag="operation_1737" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1738" tag="operation_1738" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1738" tag="operation_1738" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param owner " /> </header> </codeoperation> - <codeoperation tqparent_id="1740" tag="operation_1740" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1740" tag="operation_1740" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -44762,7 +44762,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1741" tqparent_class="1741" fileExt=".h" fileName="kisimagepipebrush" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1741" parent_class="1741" fileExt=".h" fileName="kisimagepipebrush" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISIMAGEPIPEBRUSH_H&#010;#define KISIMAGEPIPEBRUSH_H" > <header> @@ -44789,7 +44789,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1741" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1741" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisImagePipeBrush&#010;" /> </header> @@ -44804,7 +44804,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1742" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" enumBrushType m_brushType;" > + <ccfdeclarationcodeblock parent_id="1742" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" enumBrushType m_brushType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -44844,27 +44844,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -44878,47 +44878,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1750" tag="operation_1750" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1750" tag="operation_1750" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param filename " /> </header> </codeoperation> - <codeoperation tqparent_id="1752" tag="operation_1752" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1752" tag="operation_1752" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1753" tag="operation_1753" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1753" tag="operation_1753" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1754" tag="operation_1754" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1754" tag="operation_1754" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="@return the next image in the pipe." /> </header> </codeoperation> - <codeoperation tqparent_id="1755" tag="operation_1755" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1755" tag="operation_1755" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1756" tag="operation_1756" canDelete="false" indentLevel="1" role_id="-1" > + <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.&#010;@param scale " /> </header> </codeoperation> - <codeoperation tqparent_id="1758" tag="operation_1758" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1758" tag="operation_1758" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1759" tag="operation_1759" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1759" tag="operation_1759" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1763" tag="operation_1763" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1763" tag="operation_1763" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -44975,7 +44975,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1761" tag="operation_1761" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1761" tag="operation_1761" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param parasite " /> </header> @@ -44996,37 +44996,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1743" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > + <ccfdeclarationcodeblock parent_id="1743" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_currentBrush;" > + <ccfdeclarationcodeblock parent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_currentBrush;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1745" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="1745" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1746" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="1746" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_numOfBrushes;" > + <ccfdeclarationcodeblock parent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_numOfBrushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_parasite;" > + <ccfdeclarationcodeblock parent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_parasite;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -45060,72 +45060,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1743" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1743" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1743" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1743" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1744" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1744" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1744" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1744" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1745" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1745" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1745" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1745" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1746" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1746" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1746" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1746" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1747" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1747" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1747" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1747" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1748" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1748" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1748" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1748" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1749" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1749" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1749" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1749" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -45158,176 +45158,176 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisimagepipebrush.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1743" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1743" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > + <ccfdeclarationcodeblock parent_id="1743" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1743" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1743" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1743" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1743" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1743" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1744" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_currentBrush;" > + <ccfdeclarationcodeblock parent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_currentBrush;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1744" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1744" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1744" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1744" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1744" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1745" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1745" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1745" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > + <ccfdeclarationcodeblock parent_id="1745" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QValueVector m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1745" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1745" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1745" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1745" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1745" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1746" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1746" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1746" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="1746" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1746" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1746" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1746" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1746" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1746" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1747" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1747" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1747" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1747" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1747" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1747" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1747" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1748" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1748" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_numOfBrushes;" > + <ccfdeclarationcodeblock parent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_numOfBrushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1748" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1748" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1748" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1748" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="1748" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1749" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1749" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_parasite;" > + <ccfdeclarationcodeblock parent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_parasite;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1749" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1749" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1749" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1749" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1749" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1742" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1742" field_type="4" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1742" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" enumBrushType m_brushType;" > + <ccfdeclarationcodeblock parent_id="1742" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" enumBrushType m_brushType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1742" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1742" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1742" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1742" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1742" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1742" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1742" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1742" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1742" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1742" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1742" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -45335,7 +45335,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1767" tqparent_class="1767" fileExt=".h" fileName="kispainter" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1767" parent_class="1767" fileExt=".h" fileName="kispainter" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPAINTER_H&#010;#define KISPAINTER_H" > <header> @@ -45362,7 +45362,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1767" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1767" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisPainter&#010;" /> </header> @@ -45377,12 +45377,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1769" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > + <ccfdeclarationcodeblock parent_id="1769" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1776" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > + <ccfdeclarationcodeblock parent_id="1776" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -45422,52 +45422,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -45481,142 +45481,142 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1786" tag="operation_1786" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1786" tag="operation_1786" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1787" tag="operation_1787" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1787" tag="operation_1787" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param device " /> </header> </codeoperation> - <codeoperation tqparent_id="1791" tag="operation_1791" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1791" tag="operation_1791" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param device " /> </header> </codeoperation> - <codeoperation tqparent_id="1793" tag="operation_1793" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1793" tag="operation_1793" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param customName " /> </header> </codeoperation> - <codeoperation tqparent_id="1795" tag="operation_1795" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1795" tag="operation_1795" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dx &#010;@param dy &#010;@param op &#010;@param src &#010;@param opacity &#010;@param sx &#010;@param sy &#010;@param sw &#010;@param sh " /> </header> </codeoperation> - <codeoperation tqparent_id="1805" tag="operation_1805" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1805" tag="operation_1805" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dx &#010;@param dy &#010;@param op &#010;@param src &#010;@param sx &#010;@param sy &#010;@param sw &#010;@param sh " /> </header> </codeoperation> - <codeoperation tqparent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1817" tag="operation_1817" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1817" tag="operation_1817" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1818" tag="operation_1818" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1818" tag="operation_1818" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1820" tag="operation_1820" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1820" tag="operation_1820" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos &#010;@param pressure &#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1825" tag="operation_1825" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1825" tag="operation_1825" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos1 &#010;@param pos2 &#010;@param pressure &#010;@param xTilt &#010;@param yTilt &#010;@param savedDist " /> </header> </codeoperation> - <codeoperation tqparent_id="1832" tag="operation_1832" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1832" tag="operation_1832" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x1 &#010;@param y1 &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="1837" tag="operation_1837" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1837" tag="operation_1837" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1839" tag="operation_1839" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1839" tag="operation_1839" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@param c " /> </header> </codeoperation> - <codeoperation tqparent_id="1845" tag="operation_1845" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1845" tag="operation_1845" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@param c &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1852" tag="operation_1852" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1852" tag="operation_1852" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@param c " /> </header> </codeoperation> - <codeoperation tqparent_id="1855" tag="operation_1855" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1855" tag="operation_1855" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@param c &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1859" tag="operation_1859" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1859" tag="operation_1859" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos &#010;@param pressure &#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1864" tag="operation_1864" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1864" tag="operation_1864" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pos1 &#010;@param pos2 &#010;@param pressure &#010;@param xTilt &#010;@param yTilt &#010;@param savedDist " /> </header> </codeoperation> - <codeoperation tqparent_id="1871" tag="operation_1871" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1871" tag="operation_1871" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param color " /> </header> </codeoperation> - <codeoperation tqparent_id="1873" tag="operation_1873" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1873" tag="operation_1873" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param brush " /> </header> </codeoperation> - <codeoperation tqparent_id="1875" tag="operation_1875" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1875" tag="operation_1875" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param color " /> </header> </codeoperation> - <codeoperation tqparent_id="1877" tag="operation_1877" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1877" tag="operation_1877" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gradient " /> </header> </codeoperation> - <codeoperation tqparent_id="1879" tag="operation_1879" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1879" tag="operation_1879" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1881" tag="operation_1881" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1881" tag="operation_1881" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param color " /> </header> </codeoperation> - <codeoperation tqparent_id="1883" tag="operation_1883" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1883" tag="operation_1883" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pattern " /> </header> </codeoperation> - <codeoperation tqparent_id="1902" tag="operation_1902" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1902" tag="operation_1902" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -45673,27 +45673,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1784" tag="operation_1784" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1784" tag="operation_1784" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1789" tag="operation_1789" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1789" tag="operation_1789" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1814" tag="operation_1814" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1814" tag="operation_1814" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqmask " /> </header> </codeoperation> - <codeoperation tqparent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dsttile &#010;@param src &#010;@param srctile &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="1894" tag="operation_1894" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1894" tag="operation_1894" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dsttile &#010;@param src &#010;@param srctile &#010;@param rows &#010;@param cols &#010;@param op " /> </header> @@ -45714,72 +45714,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1768" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_backgroundColor;" > + <ccfdeclarationcodeblock parent_id="1768" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_backgroundColor;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushHeight;" > + <ccfdeclarationcodeblock parent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushHeight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushWidth;" > + <ccfdeclarationcodeblock parent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushWidth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1772" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_dab;" > + <ccfdeclarationcodeblock parent_id="1772" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_dab;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1773" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > + <ccfdeclarationcodeblock parent_id="1773" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1774" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_dirtyRect;" > + <ccfdeclarationcodeblock parent_id="1774" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_dirtyRect;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1775" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fillColor;" > + <ccfdeclarationcodeblock parent_id="1775" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fillColor;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1777" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="1777" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotX;" > + <ccfdeclarationcodeblock parent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotX;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotY;" > + <ccfdeclarationcodeblock parent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotY;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1780" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > + <ccfdeclarationcodeblock parent_id="1780" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1781" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_paintColor;" > + <ccfdeclarationcodeblock parent_id="1781" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_paintColor;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1782" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisPattern * m_pattern;" > + <ccfdeclarationcodeblock parent_id="1782" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisPattern * m_pattern;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1783" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileCommand * m_transaction;" > + <ccfdeclarationcodeblock parent_id="1783" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileCommand * m_transaction;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -45813,142 +45813,142 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1768" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1768" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1768" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1768" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1770" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1770" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1770" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1770" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1771" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1771" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1771" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1771" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1772" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1772" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1772" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1772" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1773" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1773" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1773" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1773" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1774" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1774" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1774" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1774" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1775" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1775" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1775" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1775" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1777" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1777" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1777" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1777" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1778" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1778" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1778" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1778" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1779" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1779" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1779" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1779" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1780" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1780" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1780" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1780" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1781" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1781" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1781" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1781" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1782" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1782" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1782" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1782" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1783" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1783" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1783" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1783" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -45981,351 +45981,351 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispainter.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1768" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1768" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1768" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_backgroundColor;" > + <ccfdeclarationcodeblock parent_id="1768" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_backgroundColor;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1768" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1768" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1768" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1768" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="1768" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1770" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1770" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushHeight;" > + <ccfdeclarationcodeblock parent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushHeight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1770" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1770" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1770" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1770" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1770" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1771" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1771" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushWidth;" > + <ccfdeclarationcodeblock parent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushWidth;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1771" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1771" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1771" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1771" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1771" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1772" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1772" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1772" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_dab;" > + <ccfdeclarationcodeblock parent_id="1772" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisLayerSP m_dab;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1772" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1772" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1772" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1772" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="1772" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1773" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1773" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1773" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > + <ccfdeclarationcodeblock parent_id="1773" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1773" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1773" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1773" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1773" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1773" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1774" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1774" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1774" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_dirtyRect;" > + <ccfdeclarationcodeblock parent_id="1774" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_dirtyRect;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1774" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1774" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1774" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1774" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1774" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1775" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1775" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1775" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fillColor;" > + <ccfdeclarationcodeblock parent_id="1775" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fillColor;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1775" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1775" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1775" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1775" tag="hblock_tag_38" canDelete="false" indentLevel="1" classfield_id="1775" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1777" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1777" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1777" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="1777" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1777" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1777" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1777" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1777" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1777" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1778" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1778" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotX;" > + <ccfdeclarationcodeblock parent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotX;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1778" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1778" tag="hblock_tag_41" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1778" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1778" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1778" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1779" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1779" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotY;" > + <ccfdeclarationcodeblock parent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotY;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1779" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1779" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1779" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1779" tag="hblock_tag_44" canDelete="false" indentLevel="1" classfield_id="1779" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1780" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1780" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1780" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > + <ccfdeclarationcodeblock parent_id="1780" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" QUANTUM m_opacity;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1780" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1780" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1780" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1780" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1780" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1781" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1781" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1781" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_paintColor;" > + <ccfdeclarationcodeblock parent_id="1781" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_paintColor;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1781" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1781" tag="hblock_tag_47" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1781" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1781" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1781" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1782" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1782" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1782" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisPattern * m_pattern;" > + <ccfdeclarationcodeblock parent_id="1782" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" KisPattern * m_pattern;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1782" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1782" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1782" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1782" tag="hblock_tag_50" canDelete="false" indentLevel="1" classfield_id="1782" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1783" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1783" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1783" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileCommand * m_transaction;" > + <ccfdeclarationcodeblock parent_id="1783" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisTileCommand * m_transaction;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1783" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1783" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1783" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1783" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1783" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1769" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1769" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1769" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > + <ccfdeclarationcodeblock parent_id="1769" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1769" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1769" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1769" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1769" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1769" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1769" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1769" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1769" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1769" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1769" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1769" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1776" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1776" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1776" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > + <ccfdeclarationcodeblock parent_id="1776" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1776" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="2" parent_id="1776" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1776" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="3" parent_id="1776" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1776" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > + <codeaccessormethod accessType="4" parent_id="1776" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1776" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -46333,7 +46333,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1903" tqparent_class="1903" fileExt=".h" fileName="kisselection" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1903" parent_class="1903" fileExt=".h" fileName="kisselection" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISSELECTION_H&#010;#define KISSELECTION_H" > <header> @@ -46360,7 +46360,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1903" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1903" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisSelection&#010;" /> </header> @@ -46417,72 +46417,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1911" tag="operation_1911" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1911" tag="operation_1911" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param img &#010;@param name &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1916" tag="operation_1916" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1916" tag="operation_1916" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param width &#010;@param height &#010;@param imgType &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1921" tag="operation_1921" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1921" tag="operation_1921" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1922" tag="operation_1922" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1922" tag="operation_1922" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param f " /> </header> </codeoperation> - <codeoperation tqparent_id="1924" tag="operation_1924" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1924" tag="operation_1924" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1925" tag="operation_1925" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1925" tag="operation_1925" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="1927" tag="operation_1927" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1927" tag="operation_1927" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="1930" tag="operation_1930" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1930" tag="operation_1930" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1931" tag="operation_1931" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1931" tag="operation_1931" canDelete="false" indentLevel="1" role_id="-1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparentX &#010;@param tqparentY &#010;@param width &#010;@param height " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param parentX &#010;@param parentY &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="1936" tag="operation_1936" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1936" tag="operation_1936" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="1938" tag="operation_1938" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1938" tag="operation_1938" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent " /> </header> </codeoperation> - <codeoperation tqparent_id="1940" tag="operation_1940" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1940" tag="operation_1940" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1941" tag="operation_1941" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1941" tag="operation_1941" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1942" tag="operation_1942" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1942" tag="operation_1942" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -46554,37 +46554,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1904" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clearOnMove;" > + <ccfdeclarationcodeblock parent_id="1904" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clearOnMove;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_clipImg;" > + <ccfdeclarationcodeblock parent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_clipImg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1906" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_firstMove;" > + <ccfdeclarationcodeblock parent_id="1906" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_firstMove;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1907" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > + <ccfdeclarationcodeblock parent_id="1907" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1909" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_parent;" > + <ccfdeclarationcodeblock parent_id="1909" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_parent;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1910" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="1910" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -46618,72 +46618,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1904" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1904" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1904" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1904" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1905" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1905" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1905" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1905" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1906" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1906" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1906" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1906" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1907" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1907" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1907" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1907" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1908" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1908" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1908" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1908" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1909" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1909" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1909" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1909" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1910" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1910" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1910" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1910" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -46716,141 +46716,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisselection.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:50:04&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1904" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1904" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clearOnMove;" > + <ccfdeclarationcodeblock parent_id="1904" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clearOnMove;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1904" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1904" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1904" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1904" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1904" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1905" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_clipImg;" > + <ccfdeclarationcodeblock parent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_clipImg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1905" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1905" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1905" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1905" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1905" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1906" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1906" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_firstMove;" > + <ccfdeclarationcodeblock parent_id="1906" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_firstMove;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1906" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1906" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1906" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1906" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1906" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1907" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1907" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > + <ccfdeclarationcodeblock parent_id="1907" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisImageSP m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1907" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1907" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1907" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1907" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1907" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1908" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1908" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1908" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1908" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1908" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1908" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1909" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1909" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_parent;" > + <ccfdeclarationcodeblock parent_id="1909" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_parent;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1909" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1909" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1909" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1909" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1909" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1910" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1910" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="1910" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1910" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1910" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1910" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1910" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1910" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -46858,7 +46858,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1943" tqparent_class="1943" fileExt=".h" fileName="kisresourcemediator" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1943" parent_class="1943" fileExt=".h" fileName="kisresourcemediator" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRESOURCEMEDIATOR_H&#010;#define KISRESOURCEMEDIATOR_H" > <header> @@ -46885,7 +46885,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1943" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1943" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisResourceMediator&#010;" /> </header> @@ -46900,12 +46900,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2369" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2369" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2423" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2423" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -46945,52 +46945,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47004,37 +47004,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1947" tag="operation_1947" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1947" tag="operation_1947" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param mediateOn &#010;@param rserver &#010;@param chooserCaption &#010;@param chooserParent &#010;@param chooserName &#010;@param tqparent &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="1955" tag="operation_1955" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1955" tag="operation_1955" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1956" tag="operation_1956" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1956" tag="operation_1956" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1957" tag="operation_1957" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1957" tag="operation_1957" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param r " /> </header> </codeoperation> - <codeoperation tqparent_id="1959" tag="operation_1959" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1959" tag="operation_1959" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param item " /> </header> </codeoperation> - <codeoperation tqparent_id="1961" tag="operation_1961" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1961" tag="operation_1961" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param item " /> </header> </codeoperation> - <codeoperation tqparent_id="1963" tag="operation_1963" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1963" tag="operation_1963" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47106,17 +47106,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1944" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoIconItem * m_activeItem;" > + <ccfdeclarationcodeblock parent_id="1944" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoIconItem * m_activeItem;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1945" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisItemChooser * m_chooser;" > + <ccfdeclarationcodeblock parent_id="1945" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisItemChooser * m_chooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1946" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QMap m_items;" > + <ccfdeclarationcodeblock parent_id="1946" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QMap m_items;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -47150,32 +47150,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1944" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1944" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1944" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1944" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1945" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1945" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1945" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1945" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1946" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1946" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1946" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1946" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47208,131 +47208,131 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisresourcemediator.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1944" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1944" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1944" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoIconItem * m_activeItem;" > + <ccfdeclarationcodeblock parent_id="1944" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" KoIconItem * m_activeItem;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1944" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1944" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1944" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1944" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1944" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1945" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1945" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1945" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisItemChooser * m_chooser;" > + <ccfdeclarationcodeblock parent_id="1945" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" KisItemChooser * m_chooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1945" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1945" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1945" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1945" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1945" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1946" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1946" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1946" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QMap m_items;" > + <ccfdeclarationcodeblock parent_id="1946" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QMap m_items;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1946" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1946" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1946" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1946" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1946" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2369" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2369" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2369" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2369" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2423" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2423" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2423" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2423" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47340,7 +47340,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1964" tqparent_class="1964" fileExt=".h" fileName="kisresourceserver" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1964" parent_class="1964" fileExt=".h" fileName="kisresourceserver" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRESOURCESERVER_H&#010;#define KISRESOURCESERVER_H" > <header> @@ -47367,7 +47367,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1964" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1964" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisResourceServer&#010;" /> </header> @@ -47424,57 +47424,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1971" tag="operation_1971" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1971" tag="operation_1971" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1972" tag="operation_1972" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1972" tag="operation_1972" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1973" tag="operation_1973" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1973" tag="operation_1973" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1975" tag="operation_1975" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1975" tag="operation_1975" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1977" tag="operation_1977" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1977" tag="operation_1977" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1979" tag="operation_1979" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1979" tag="operation_1979" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1980" tag="operation_1980" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1980" tag="operation_1980" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1981" tag="operation_1981" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1981" tag="operation_1981" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1982" tag="operation_1982" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1982" tag="operation_1982" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1983" tag="operation_1983" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1983" tag="operation_1983" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1984" tag="operation_1984" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1984" tag="operation_1984" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47531,17 +47531,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1974" tag="operation_1974" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1974" tag="operation_1974" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1976" tag="operation_1976" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1976" tag="operation_1976" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1978" tag="operation_1978" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1978" tag="operation_1978" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47562,32 +47562,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1965" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_brushFilenames;" > + <ccfdeclarationcodeblock parent_id="1965" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_brushFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1966" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > + <ccfdeclarationcodeblock parent_id="1966" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1967" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_patternFilenames;" > + <ccfdeclarationcodeblock parent_id="1967" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_patternFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1968" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_patterns;" > + <ccfdeclarationcodeblock parent_id="1968" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_patterns;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1969" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_pipebrushFilenames;" > + <ccfdeclarationcodeblock parent_id="1969" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_pipebrushFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1970" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_pipebrushes;" > + <ccfdeclarationcodeblock parent_id="1970" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_pipebrushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -47621,62 +47621,62 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1965" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1965" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1965" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1965" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1966" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1966" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1966" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1966" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1967" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1967" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1967" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1967" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1968" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1968" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1968" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1968" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1969" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1969" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1969" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1969" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1970" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1970" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1970" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1970" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47709,121 +47709,121 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisresourceserver.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1965" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1965" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1965" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_brushFilenames;" > + <ccfdeclarationcodeblock parent_id="1965" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_brushFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1965" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1965" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1965" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1965" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1965" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1966" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1966" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1966" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > + <ccfdeclarationcodeblock parent_id="1966" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_brushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1966" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1966" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1966" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1966" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1966" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1967" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1967" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1967" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_patternFilenames;" > + <ccfdeclarationcodeblock parent_id="1967" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_patternFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1967" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1967" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1967" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1967" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1967" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1968" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1968" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1968" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_patterns;" > + <ccfdeclarationcodeblock parent_id="1968" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_patterns;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1968" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1968" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1968" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1968" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1968" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1969" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1969" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1969" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_pipebrushFilenames;" > + <ccfdeclarationcodeblock parent_id="1969" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QStringList m_pipebrushFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1969" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1969" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1969" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1969" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1969" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1970" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1970" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1970" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_pipebrushes;" > + <ccfdeclarationcodeblock parent_id="1970" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPtrList m_pipebrushes;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1970" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1970" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1970" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1970" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1970" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47831,7 +47831,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1985" tqparent_class="1985" fileExt=".h" fileName="kispluginserver" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1985" parent_class="1985" fileExt=".h" fileName="kispluginserver" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPLUGINSERVER_H&#010;#define KISPLUGINSERVER_H" > <header> @@ -47858,7 +47858,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1985" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1985" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisPluginServer&#010;" /> </header> @@ -47915,22 +47915,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1988" tag="operation_1988" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1988" tag="operation_1988" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1989" tag="operation_1989" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1989" tag="operation_1989" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param id " /> </header> </codeoperation> - <codeoperation tqparent_id="1991" tag="operation_1991" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1991" tag="operation_1991" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param menu " /> </header> </codeoperation> - <codeoperation tqparent_id="1995" tag="operation_1995" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1995" tag="operation_1995" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -47987,7 +47987,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1993" tag="operation_1993" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="1993" tag="operation_1993" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param directory " /> </header> @@ -48008,12 +48008,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1986" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" int m_count;" > + <ccfdeclarationcodeblock parent_id="1986" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" int m_count;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1987" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" PluginInfoList m_plugins;" > + <ccfdeclarationcodeblock parent_id="1987" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" PluginInfoList m_plugins;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -48047,22 +48047,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1986" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1986" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1986" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1986" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1987" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1987" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1987" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1987" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48095,41 +48095,41 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispluginserver.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1986" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1986" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1986" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" int m_count;" > + <ccfdeclarationcodeblock parent_id="1986" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" int m_count;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1986" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1986" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1986" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1986" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1986" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1987" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1987" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1987" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" PluginInfoList m_plugins;" > + <ccfdeclarationcodeblock parent_id="1987" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" PluginInfoList m_plugins;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1987" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1987" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1987" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1987" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1987" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48137,7 +48137,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1996" tqparent_class="1996" fileExt=".h" fileName="kistilecommand" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1996" parent_class="1996" fileExt=".h" fileName="kistilecommand" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTILECOMMAND_H&#010;#define KISTILECOMMAND_H" > <header> @@ -48164,7 +48164,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1996" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="1996" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTileCommand&#010;" /> </header> @@ -48221,42 +48221,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2002" tag="operation_2002" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2002" tag="operation_2002" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@param device " /> </header> </codeoperation> - <codeoperation tqparent_id="2005" tag="operation_2005" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2005" tag="operation_2005" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@param device &#010;@param x &#010;@param y &#010;@param width &#010;@param height " /> </header> </codeoperation> - <codeoperation tqparent_id="2012" tag="operation_2012" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2012" tag="operation_2012" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@param device &#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2016" tag="operation_2016" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2016" tag="operation_2016" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileNo &#010;@param tile " /> </header> </codeoperation> - <codeoperation tqparent_id="2019" tag="operation_2019" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2019" tag="operation_2019" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2020" tag="operation_2020" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2020" tag="operation_2020" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2021" tag="operation_2021" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2021" tag="operation_2021" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2022" tag="operation_2022" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2022" tag="operation_2022" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48328,27 +48328,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1997" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > + <ccfdeclarationcodeblock parent_id="1997" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1999" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_originals;" > + <ccfdeclarationcodeblock parent_id="1999" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_originals;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2000" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="2000" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2001" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_tiles;" > + <ccfdeclarationcodeblock parent_id="2001" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_tiles;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -48382,52 +48382,52 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1997" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1997" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1997" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1997" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1998" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1998" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1998" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1998" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1999" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1999" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1999" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1999" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2000" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2000" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2000" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2000" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2001" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2001" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2001" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2001" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48460,101 +48460,101 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistilecommand.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:47:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="1997" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1997" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1997" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > + <ccfdeclarationcodeblock parent_id="1997" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" KisPaintDeviceSP m_device;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1997" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1997" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1997" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1997" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1997" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1998" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1998" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1998" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1998" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1998" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1998" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1998" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1999" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1999" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1999" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_originals;" > + <ccfdeclarationcodeblock parent_id="1999" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_originals;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1999" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="1999" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1999" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="1999" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1999" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2000" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2000" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2000" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > + <ccfdeclarationcodeblock parent_id="2000" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QRect m_rc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2000" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2000" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2000" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2000" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2000" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2001" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2001" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2001" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_tiles;" > + <ccfdeclarationcodeblock parent_id="2001" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TileMap m_tiles;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2001" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2001" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2001" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2001" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2001" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48562,7 +48562,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2023" tqparent_class="2023" fileExt=".h" fileName="plugininfo" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2023" parent_class="2023" fileExt=".h" fileName="plugininfo" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef PLUGININFO_H&#010;#define PLUGININFO_H" > <header> @@ -48589,7 +48589,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2023" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2023" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class PluginInfo&#010;" /> </header> @@ -48646,47 +48646,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2031" tag="operation_2031" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2031" tag="operation_2031" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@param comment &#010;@param dir &#010;@param lib &#010;@param category &#010;@param type " /> </header> </codeoperation> - <codeoperation tqparent_id="2038" tag="operation_2038" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2038" tag="operation_2038" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2039" tag="operation_2039" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2039" tag="operation_2039" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2040" tag="operation_2040" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2040" tag="operation_2040" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2041" tag="operation_2041" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2041" tag="operation_2041" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2042" tag="operation_2042" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2042" tag="operation_2042" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2043" tag="operation_2043" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2043" tag="operation_2043" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2044" tag="operation_2044" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2044" tag="operation_2044" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param id " /> </header> </codeoperation> - <codeoperation tqparent_id="2046" tag="operation_2046" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2046" tag="operation_2046" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48758,37 +48758,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_category;" > + <ccfdeclarationcodeblock parent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_category;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_comment;" > + <ccfdeclarationcodeblock parent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_comment;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_dir;" > + <ccfdeclarationcodeblock parent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_dir;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2027" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" int m_id;" > + <ccfdeclarationcodeblock parent_id="2027" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" int m_id;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_library;" > + <ccfdeclarationcodeblock parent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_library;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2030" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" PluginType m_type;" > + <ccfdeclarationcodeblock parent_id="2030" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" PluginType m_type;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -48822,72 +48822,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2024" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2024" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2024" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2024" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2025" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2025" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2025" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2025" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2026" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2026" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2026" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2026" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2027" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2027" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2027" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2027" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2028" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2028" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2028" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2028" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2029" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2029" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2029" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2029" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2030" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2030" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2030" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2030" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -48920,141 +48920,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; plugininfo.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2024" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2024" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_category;" > + <ccfdeclarationcodeblock parent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_category;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2024" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2024" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2024" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2024" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2024" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2025" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2025" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_comment;" > + <ccfdeclarationcodeblock parent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_comment;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2025" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2025" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2025" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2025" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2025" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2026" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2026" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_dir;" > + <ccfdeclarationcodeblock parent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_dir;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2026" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2026" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2026" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2026" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2026" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2027" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2027" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2027" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" int m_id;" > + <ccfdeclarationcodeblock parent_id="2027" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" int m_id;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2027" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2027" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2027" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2027" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2027" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2028" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2028" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_library;" > + <ccfdeclarationcodeblock parent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_library;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2028" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2028" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2028" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2028" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2028" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2029" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2029" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2029" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2029" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2029" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2029" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2029" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2030" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2030" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2030" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" PluginType m_type;" > + <ccfdeclarationcodeblock parent_id="2030" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" PluginType m_type;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2030" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2030" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2030" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2030" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2030" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -49062,7 +49062,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2047" tqparent_class="2047" fileExt=".h" fileName="kisresource" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2047" parent_class="2047" fileExt=".h" fileName="kisresource" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRESOURCE_H&#010;#define KISRESOURCE_H" > <header> @@ -49089,7 +49089,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2047" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2047" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisResource&#010;The KisResource class provides a representation of Chalk image resources. This&#010;includes, but not limited to, brushes and patterns.&#010;&#010;This replaces the KisKrayon facility that used to be present in Krayon." /> </header> @@ -49146,87 +49146,87 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2059" tag="operation_2059" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2059" tag="operation_2059" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Creates a new KisResource object using @p filename. No file is opened&#010;in the constructor, you have to call loadAsync.&#010;&#010;@param filename the file name to save and load from.&#010;@param filename " /> </header> </codeoperation> - <codeoperation tqparent_id="2061" tag="operation_2061" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2061" tag="operation_2061" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2062" tag="operation_2062" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2062" tag="operation_2062" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2063" tag="operation_2063" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2063" tag="operation_2063" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2064" tag="operation_2064" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2064" tag="operation_2064" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Returns a QImage representing this resource. This image could be null." /> </header> </codeoperation> - <codeoperation tqparent_id="2065" tag="operation_2065" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2065" tag="operation_2065" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Load this resource asynchronously. The signal loadComplete is emitted when&#010;the resource has been loaded and valid flag is set to true." /> </header> </codeoperation> - <codeoperation tqparent_id="2066" tag="operation_2066" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2066" tag="operation_2066" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2067" tag="operation_2067" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2067" tag="operation_2067" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Save this resource asynchronously. The signal saveComplete is emitted when&#010;the resource has been saved." /> </header> </codeoperation> - <codeoperation tqparent_id="2068" tag="operation_2068" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2068" tag="operation_2068" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dirt " /> </header> </codeoperation> - <codeoperation tqparent_id="2070" tag="operation_2070" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2070" tag="operation_2070" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param filename " /> </header> </codeoperation> - <codeoperation tqparent_id="2074" tag="operation_2074" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2074" tag="operation_2074" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="2076" tag="operation_2076" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2076" tag="operation_2076" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param s " /> </header> </codeoperation> - <codeoperation tqparent_id="2078" tag="operation_2078" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2078" tag="operation_2078" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param valid " /> </header> </codeoperation> - <codeoperation tqparent_id="2082" tag="operation_2082" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2082" tag="operation_2082" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2083" tag="operation_2083" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2083" tag="operation_2083" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2084" tag="operation_2084" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2084" tag="operation_2084" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2085" tag="operation_2085" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2085" tag="operation_2085" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Creates a new KisResource object using @p filename. No file is opened&#010;in the constructor, you have to call loadAsync.&#010;&#010;@param filename the file name to save and load from." /> </header> @@ -49283,22 +49283,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2055" tag="operation_2055" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2055" tag="operation_2055" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2057" tag="operation_2057" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2057" tag="operation_2057" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2072" tag="operation_2072" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2072" tag="operation_2072" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="2080" tag="operation_2080" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2080" tag="operation_2080" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w " /> </header> @@ -49319,37 +49319,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2048" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > + <ccfdeclarationcodeblock parent_id="2048" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_filename;" > + <ccfdeclarationcodeblock parent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_filename;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_spacing;" > + <ccfdeclarationcodeblock parent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_spacing;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2053" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > + <ccfdeclarationcodeblock parent_id="2053" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -49383,72 +49383,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2048" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2048" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2048" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2048" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2049" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2049" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2049" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2049" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2050" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2050" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2050" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2050" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2051" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2051" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2051" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2051" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2052" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2052" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2052" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2052" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2053" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2053" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2053" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2053" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2054" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2054" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2054" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2054" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -49481,141 +49481,141 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisresource.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2048" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2048" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2048" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > + <ccfdeclarationcodeblock parent_id="2048" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_dirty;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2048" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2048" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2048" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2048" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2048" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2049" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2049" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_filename;" > + <ccfdeclarationcodeblock parent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_filename;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2049" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2049" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2049" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2049" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="2049" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2050" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2050" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2050" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2050" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2050" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2050" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="2050" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2051" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2051" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > + <ccfdeclarationcodeblock parent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2051" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2051" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2051" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2051" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2051" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2052" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2052" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_spacing;" > + <ccfdeclarationcodeblock parent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_spacing;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2052" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2052" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2052" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2052" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2052" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2053" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2053" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2053" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > + <ccfdeclarationcodeblock parent_id="2053" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2053" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2053" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2053" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2053" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2053" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2054" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2054" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2054" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2054" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2054" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2054" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2054" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -49623,7 +49623,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2086" tqparent_class="2086" fileExt=".h" fileName="kisrenderinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2086" parent_class="2086" fileExt=".h" fileName="kisrenderinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRENDERINTERFACE_H&#010;#define KISRENDERINTERFACE_H" > <header> @@ -49650,7 +49650,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2086" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2086" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisRenderInterface&#010;" /> </header> @@ -49707,57 +49707,57 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2087" tag="operation_2087" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2087" tag="operation_2087" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="2089" tag="operation_2089" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2089" tag="operation_2089" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2090" tag="operation_2090" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2090" tag="operation_2090" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rhs " /> </header> </codeoperation> - <codeoperation tqparent_id="2092" tag="operation_2092" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2092" tag="operation_2092" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2093" tag="operation_2093" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2093" tag="operation_2093" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="2095" tag="operation_2095" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2095" tag="operation_2095" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="2100" tag="operation_2100" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2100" tag="operation_2100" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2102" tag="operation_2102" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2102" tag="operation_2102" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param xpix &#010;@param ypix " /> </header> </codeoperation> - <codeoperation tqparent_id="2105" tag="operation_2105" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2105" tag="operation_2105" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2106" tag="operation_2106" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2106" tag="operation_2106" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tileno " /> </header> </codeoperation> - <codeoperation tqparent_id="2108" tag="operation_2108" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2108" tag="operation_2108" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -49885,7 +49885,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2109" tqparent_class="2109" fileExt=".h" fileName="kispattern" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2109" parent_class="2109" fileExt=".h" fileName="kispattern" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPATTERN_H&#010;#define KISPATTERN_H" > <header> @@ -49912,7 +49912,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2109" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2109" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisPattern&#010;" /> </header> @@ -49927,7 +49927,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2422" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2422" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -49967,27 +49967,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -50001,47 +50001,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2117" tag="operation_2117" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2117" tag="operation_2117" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param file " /> </header> </codeoperation> - <codeoperation tqparent_id="2119" tag="operation_2119" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2119" tag="operation_2119" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2120" tag="operation_2120" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2120" tag="operation_2120" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2121" tag="operation_2121" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2121" tag="operation_2121" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2122" tag="operation_2122" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2122" tag="operation_2122" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2123" tag="operation_2123" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2123" tag="operation_2123" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2124" tag="operation_2124" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2124" tag="operation_2124" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2125" tag="operation_2125" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2125" tag="operation_2125" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2126" tag="operation_2126" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2126" tag="operation_2126" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -50113,37 +50113,37 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2110" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QByteArray m_data;" > + <ccfdeclarationcodeblock parent_id="2110" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QByteArray m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2111" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="2111" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > + <ccfdeclarationcodeblock parent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2113" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_pixmap;" > + <ccfdeclarationcodeblock parent_id="2113" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_pixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2114" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_thumbPixmap;" > + <ccfdeclarationcodeblock parent_id="2114" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_thumbPixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2115" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > + <ccfdeclarationcodeblock parent_id="2115" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2116" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_validThumb;" > + <ccfdeclarationcodeblock parent_id="2116" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_validThumb;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -50177,72 +50177,72 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2110" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2110" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2110" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2110" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2111" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2111" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2111" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2111" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2112" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2112" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2112" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2112" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2113" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2113" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2113" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2113" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2114" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2114" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2114" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2114" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2115" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2115" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2115" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2115" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2116" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2116" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2116" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2116" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -50275,176 +50275,176 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kispattern.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:18&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2110" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2110" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2110" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QByteArray m_data;" > + <ccfdeclarationcodeblock parent_id="2110" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QByteArray m_data;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2110" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2110" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2110" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2110" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2110" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2111" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2111" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > + <ccfdeclarationcodeblock parent_id="2111" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_hotSpot;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2111" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2111" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2111" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2111" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="2111" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2112" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > + <ccfdeclarationcodeblock parent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2112" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2112" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2112" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2112" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="2112" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2113" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2113" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_pixmap;" > + <ccfdeclarationcodeblock parent_id="2113" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_pixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2113" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2113" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2113" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2113" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="2113" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2114" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2114" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_thumbPixmap;" > + <ccfdeclarationcodeblock parent_id="2114" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QPixmap * m_thumbPixmap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2114" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2114" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2114" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2114" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="2114" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2115" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2115" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2115" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > + <ccfdeclarationcodeblock parent_id="2115" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_valid;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2115" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2115" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2115" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2115" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="2115" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2116" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2116" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2116" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_validThumb;" > + <ccfdeclarationcodeblock parent_id="2116" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_validThumb;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2116" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2116" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2116" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2116" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="2116" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2422" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2422" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2422" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2422" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -50452,7 +50452,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2129" tqparent_class="2129" fileExt=".h" fileName="plugintype" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2129" parent_class="2129" fileExt=".h" fileName="plugintype" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef PLUGINTYPE_H&#010;#define PLUGINTYPE_H" > <header> @@ -50479,7 +50479,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2129" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2129" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class PluginType&#010;" /> </header> @@ -50658,7 +50658,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2135" tqparent_class="2135" fileExt=".h" fileName="kistool" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2135" parent_class="2135" fileExt=".h" fileName="kistool" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTOOL_H&#010;#define KISTOOL_H" > <header> @@ -50685,7 +50685,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2135" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2135" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisTool&#010;" /> </header> @@ -50700,7 +50700,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2441" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2441" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -50740,27 +50740,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -50774,92 +50774,92 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2138" tag="operation_2138" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2138" tag="operation_2138" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2141" tag="operation_2141" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2141" tag="operation_2141" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2142" tag="operation_2142" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2142" tag="operation_2142" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2144" tag="operation_2144" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2144" tag="operation_2144" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param w " /> </header> </codeoperation> - <codeoperation tqparent_id="2146" tag="operation_2146" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2146" tag="operation_2146" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2148" tag="operation_2148" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2148" tag="operation_2148" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2150" tag="operation_2150" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2150" tag="operation_2150" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2152" tag="operation_2152" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2152" tag="operation_2152" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2154" tag="operation_2154" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2154" tag="operation_2154" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2156" tag="operation_2156" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2156" tag="operation_2156" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2158" tag="operation_2158" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2158" tag="operation_2158" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2160" tag="operation_2160" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2160" tag="operation_2160" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent " /> </header> </codeoperation> - <codeoperation tqparent_id="2162" tag="operation_2162" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2162" tag="operation_2162" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc " /> </header> </codeoperation> - <codeoperation tqparent_id="2164" tag="operation_2164" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2164" tag="operation_2164" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param gc &#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2167" tag="operation_2167" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2167" tag="operation_2167" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param cursor " /> </header> </codeoperation> - <codeoperation tqparent_id="2169" tag="operation_2169" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2169" tag="operation_2169" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param collection " /> </header> </codeoperation> - <codeoperation tqparent_id="2171" tag="operation_2171" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2171" tag="operation_2171" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2173" tag="operation_2173" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2173" tag="operation_2173" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -50916,12 +50916,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2136" tag="operation_2136" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2136" tag="operation_2136" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2139" tag="operation_2139" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2139" tag="operation_2139" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -50997,36 +50997,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistool.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2441" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2441" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2441" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2441" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51034,7 +51034,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2174" tqparent_class="2174" fileExt=".h" fileName="kisundoadapter" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2174" parent_class="2174" fileExt=".h" fileName="kisundoadapter" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISUNDOADAPTER_H&#010;#define KISUNDOADAPTER_H" > <header> @@ -51061,7 +51061,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2174" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2174" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisUndoAdapter&#010;" /> </header> @@ -51076,7 +51076,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2366" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2366" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -51116,27 +51116,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51150,42 +51150,42 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2177" tag="operation_2177" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2177" tag="operation_2177" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2180" tag="operation_2180" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2180" tag="operation_2180" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param cmd " /> </header> </codeoperation> - <codeoperation tqparent_id="2182" tag="operation_2182" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2182" tag="operation_2182" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param macroName " /> </header> </codeoperation> - <codeoperation tqparent_id="2184" tag="operation_2184" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2184" tag="operation_2184" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2185" tag="operation_2185" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2185" tag="operation_2185" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2186" tag="operation_2186" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2186" tag="operation_2186" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param undo " /> </header> </codeoperation> - <codeoperation tqparent_id="2188" tag="operation_2188" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2188" tag="operation_2188" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2189" tag="operation_2189" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2189" tag="operation_2189" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51242,12 +51242,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2175" tag="operation_2175" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2175" tag="operation_2175" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2178" tag="operation_2178" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2178" tag="operation_2178" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -51323,36 +51323,36 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisundoadapter.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2366" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2366" field_type="3" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2366" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > + <ccfdeclarationcodeblock parent_id="2366" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisView ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51360,7 +51360,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2190" tqparent_class="2190" fileExt=".h" fileName="kistoolfactory" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2190" parent_class="2190" fileExt=".h" fileName="kistoolfactory" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTOOLFACTORY_H&#010;#define KISTOOLFACTORY_H" > <header> @@ -51387,7 +51387,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2190" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2190" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisToolFactory&#010;" /> </header> @@ -51402,7 +51402,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2191" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisToolFactory m_singleton;" > + <ccfdeclarationcodeblock parent_id="2191" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisToolFactory m_singleton;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -51442,27 +51442,27 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2191" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2191" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2191" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2191" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51476,22 +51476,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2195" tag="operation_2195" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2195" tag="operation_2195" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2198" tag="operation_2198" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2198" tag="operation_2198" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param actionCollection &#010;@param subject " /> </header> </codeoperation> - <codeoperation tqparent_id="2201" tag="operation_2201" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2201" tag="operation_2201" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2202" tag="operation_2202" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2202" tag="operation_2202" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51548,12 +51548,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2193" tag="operation_2193" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2193" tag="operation_2193" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2196" tag="operation_2196" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2196" tag="operation_2196" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -51574,7 +51574,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2192" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTool m_tools;" > + <ccfdeclarationcodeblock parent_id="2192" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTool m_tools;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -51608,12 +51608,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2192" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2192" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2192" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2192" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51646,91 +51646,91 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kistoolfactory.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2192" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2192" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2192" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTool m_tools;" > + <ccfdeclarationcodeblock parent_id="2192" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" vKisTool m_tools;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2192" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2192" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2192" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2192" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="2192" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2191" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2191" field_type="1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2191" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisToolFactory m_singleton;" > + <ccfdeclarationcodeblock parent_id="2191" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisToolFactory m_singleton;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2191" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2191" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2191" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2191" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2191" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2191" field_type="1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2191" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisToolFactory ;" > + <ccfdeclarationcodeblock parent_id="2191" tag="tblock_1" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text=" KisToolFactory ;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2191" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="0" parent_id="2191" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2191" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="1" parent_id="2191" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="2" parent_id="2191" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="3" parent_id="2191" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > + <codeaccessormethod accessType="4" parent_id="2191" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2191" role_id="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51738,7 +51738,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2203" tqparent_class="2203" fileExt=".h" fileName="kistoolcontrollerinterface" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2203" parent_class="2203" fileExt=".h" fileName="kistoolcontrollerinterface" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISTOOLCONTROLLERINTERFACE_H&#010;#define KISTOOLCONTROLLERINTERFACE_H" > <header> @@ -51765,7 +51765,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2203" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2203" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisToolControllerInterface&#010;" /> </header> @@ -51822,22 +51822,22 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2206" tag="operation_2206" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2206" tag="operation_2206" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2209" tag="operation_2209" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2209" tag="operation_2209" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2210" tag="operation_2210" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2210" tag="operation_2210" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tool " /> </header> </codeoperation> - <codeoperation tqparent_id="2212" tag="operation_2212" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2212" tag="operation_2212" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -51894,12 +51894,12 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2204" tag="operation_2204" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2204" tag="operation_2204" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2207" tag="operation_2207" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2207" tag="operation_2207" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -51976,7 +51976,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2218" tqparent_class="2218" fileExt=".h" fileName="kisutil" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2218" parent_class="2218" fileExt=".h" fileName="kisutil" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISUTIL_H&#010;#define KISUTIL_H" > <header> @@ -52003,7 +52003,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2218" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2218" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisUtil&#010;" /> </header> @@ -52060,32 +52060,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2219" tag="operation_2219" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2219" tag="operation_2219" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@param p " /> </header> </codeoperation> - <codeoperation tqparent_id="2222" tag="operation_2222" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2222" tag="operation_2222" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param area " /> </header> </codeoperation> - <codeoperation tqparent_id="2224" tag="operation_2224" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2224" tag="operation_2224" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param r " /> </header> </codeoperation> - <codeoperation tqparent_id="2226" tag="operation_2226" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2226" tag="operation_2226" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="2229" tag="operation_2229" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2229" tag="operation_2229" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="2232" tag="operation_2232" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2232" tag="operation_2232" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param width &#010;@param height " /> </header> @@ -52213,7 +52213,7 @@ in the constructor, you have to call loadAsync. </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2236" tqparent_class="2236" fileExt=".h" fileName="kisvector" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2236" parent_class="2236" fileExt=".h" fileName="kisvector" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISVECTOR_H&#010;#define KISVECTOR_H" > <header> @@ -52240,7 +52240,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2236" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2236" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisVector&#010;" /> </header> @@ -52297,187 +52297,187 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2240" tag="operation_2240" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2240" tag="operation_2240" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2243" tag="operation_2243" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2243" tag="operation_2243" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2246" tag="operation_2246" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2246" tag="operation_2246" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2249" tag="operation_2249" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2249" tag="operation_2249" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2252" tag="operation_2252" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2252" tag="operation_2252" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2255" tag="operation_2255" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2255" tag="operation_2255" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2258" tag="operation_2258" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2258" tag="operation_2258" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2261" tag="operation_2261" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2261" tag="operation_2261" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2263" tag="operation_2263" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2263" tag="operation_2263" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2265" tag="operation_2265" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2265" tag="operation_2265" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2267" tag="operation_2267" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2267" tag="operation_2267" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2270" tag="operation_2270" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2270" tag="operation_2270" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2272" tag="operation_2272" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2272" tag="operation_2272" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2274" tag="operation_2274" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2274" tag="operation_2274" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2277" tag="operation_2277" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2277" tag="operation_2277" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2279" tag="operation_2279" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2279" tag="operation_2279" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2282" tag="operation_2282" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2282" tag="operation_2282" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2285" tag="operation_2285" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2285" tag="operation_2285" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2288" tag="operation_2288" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2288" tag="operation_2288" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2290" tag="operation_2290" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2290" tag="operation_2290" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2292" tag="operation_2292" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2292" tag="operation_2292" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2294" tag="operation_2294" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2294" tag="operation_2294" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2297" tag="operation_2297" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2297" tag="operation_2297" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2298" tag="operation_2298" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2298" tag="operation_2298" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param z " /> </header> </codeoperation> - <codeoperation tqparent_id="2302" tag="operation_2302" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2302" tag="operation_2302" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param z " /> </header> </codeoperation> - <codeoperation tqparent_id="2306" tag="operation_2306" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2306" tag="operation_2306" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param z " /> </header> </codeoperation> - <codeoperation tqparent_id="2310" tag="operation_2310" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2310" tag="operation_2310" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2312" tag="operation_2312" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2312" tag="operation_2312" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2314" tag="operation_2314" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2314" tag="operation_2314" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2315" tag="operation_2315" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2315" tag="operation_2315" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2316" tag="operation_2316" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2316" tag="operation_2316" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2317" tag="operation_2317" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2317" tag="operation_2317" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2319" tag="operation_2319" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2319" tag="operation_2319" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2321" tag="operation_2321" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2321" tag="operation_2321" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2323" tag="operation_2323" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2323" tag="operation_2323" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2324" tag="operation_2324" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2324" tag="operation_2324" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2325" tag="operation_2325" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2325" tag="operation_2325" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -52549,17 +52549,17 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2237" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" double m_x;" > + <ccfdeclarationcodeblock parent_id="2237" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" double m_x;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2238" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_y;" > + <ccfdeclarationcodeblock parent_id="2238" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2239" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double m_z;" > + <ccfdeclarationcodeblock parent_id="2239" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double m_z;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -52593,32 +52593,32 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2237" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2237" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2237" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2237" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2238" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2238" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2238" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2238" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2239" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2239" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2239" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2239" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -52651,61 +52651,61 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisvector.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2237" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2237" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2237" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" double m_x;" > + <ccfdeclarationcodeblock parent_id="2237" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" double m_x;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2237" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2237" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2237" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2237" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="2237" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2238" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_y;" > + <ccfdeclarationcodeblock parent_id="2238" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" double m_y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2238" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2238" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2238" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2238" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="2238" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2239" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2239" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2239" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double m_z;" > + <ccfdeclarationcodeblock parent_id="2239" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" double m_z;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2239" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2239" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2239" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2239" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="2239" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -52713,7 +52713,7 @@ in the constructor, you have to call loadAsync. </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader2365" tqparent_class="2365" fileExt=".h" fileName="kisview" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader2365" parent_class="2365" fileExt=".h" fileName="kisview" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISVIEW_H&#010;#define KISVIEW_H" > <header> @@ -52740,7 +52740,7 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="2365" tag="classDeclarationBlock" canDelete="false" role_id="-1" > + <cppheaderclassdeclarationblock parent_id="2365" tag="classDeclarationBlock" canDelete="false" role_id="-1" > <header> <cppcodecomment tag="" text="Class KisView&#010;" /> </header> @@ -52755,47 +52755,47 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2366" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisUndoAdapter m_adapter;" > + <ccfdeclarationcodeblock parent_id="2366" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisUndoAdapter m_adapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2368" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > + <ccfdeclarationcodeblock parent_id="2368" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2369" tag="tblock_2" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_brushMediator;" > + <ccfdeclarationcodeblock parent_id="2369" tag="tblock_2" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_brushMediator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2382" tag="tblock_3" canDelete="false" indentLevel="1" role_id="0" text=" KisDoc m_doc;" > + <ccfdeclarationcodeblock parent_id="2382" tag="tblock_3" canDelete="false" indentLevel="1" role_id="0" text=" KisDoc m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2385" tag="tblock_4" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > + <ccfdeclarationcodeblock parent_id="2385" tag="tblock_4" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2390" tag="tblock_5" canDelete="false" indentLevel="1" role_id="0" text=" KisBuilderMonitor m_imgBuilderMgr;" > + <ccfdeclarationcodeblock parent_id="2390" tag="tblock_5" canDelete="false" indentLevel="1" role_id="0" text=" KisBuilderMonitor m_imgBuilderMgr;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2422" tag="tblock_6" canDelete="false" indentLevel="1" role_id="0" text=" KisPattern m_pattern;" > + <ccfdeclarationcodeblock parent_id="2422" tag="tblock_6" canDelete="false" indentLevel="1" role_id="0" text=" KisPattern m_pattern;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2423" tag="tblock_7" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_patternMediator;" > + <ccfdeclarationcodeblock parent_id="2423" tag="tblock_7" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_patternMediator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2441" tag="tblock_8" canDelete="false" indentLevel="1" role_id="0" text=" KisTool m_tool;" > + <ccfdeclarationcodeblock parent_id="2441" tag="tblock_8" canDelete="false" indentLevel="1" role_id="0" text=" KisTool m_tool;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -52835,227 +52835,227 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_83" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_83" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_84" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_84" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_85" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_85" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_88" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_88" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_89" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_89" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_90" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_90" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_93" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_93" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_94" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_94" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_95" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_95" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_98" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_98" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_99" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_99" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_100" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_100" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_101" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_101" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_103" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_103" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_104" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_104" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_105" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_105" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_106" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_106" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_107" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_107" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_108" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_108" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_109" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_109" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_110" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_110" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_111" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_111" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_112" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_112" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_113" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_113" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_114" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_114" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_115" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_115" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_116" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_116" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_117" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_117" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_118" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_118" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_119" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_119" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_120" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_120" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_121" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_121" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_122" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_122" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_123" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_123" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_124" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_124" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_125" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_125" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -53069,67 +53069,67 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2448" tag="operation_2448" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2448" tag="operation_2448" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param doc &#010;@param adapter &#010;@param tqparent &#010;@param name " /> </header> </codeoperation> - <codeoperation tqparent_id="2458" tag="operation_2458" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2458" tag="operation_2458" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2459" tag="operation_2459" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2459" tag="operation_2459" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2469" tag="operation_2469" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2469" tag="operation_2469" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2473" tag="operation_2473" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2473" tag="operation_2473" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2474" tag="operation_2474" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2474" tag="operation_2474" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2477" tag="operation_2477" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2477" tag="operation_2477" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param o &#010;@param e " /> </header> </codeoperation> - <codeoperation tqparent_id="2484" tag="operation_2484" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2484" tag="operation_2484" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param event " /> </header> </codeoperation> - <codeoperation tqparent_id="2488" tag="operation_2488" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2488" tag="operation_2488" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param createLayer &#010;@param modal &#010;@param filename " /> </header> </codeoperation> - <codeoperation tqparent_id="2498" tag="operation_2498" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2498" tag="operation_2498" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param printer " /> </header> </codeoperation> - <codeoperation tqparent_id="2517" tag="operation_2517" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2517" tag="operation_2517" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param printer " /> </header> </codeoperation> - <codeoperation tqparent_id="2536" tag="operation_2536" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2536" tag="operation_2536" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param readwrite " /> </header> </codeoperation> - <codeoperation tqparent_id="2566" tag="operation_2566" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2566" tag="operation_2566" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -53186,297 +53186,297 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="2453" tag="operation_2453" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2453" tag="operation_2453" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param observer " /> </header> </codeoperation> - <codeoperation tqparent_id="2455" tag="operation_2455" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2455" tag="operation_2455" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2456" tag="operation_2456" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2456" tag="operation_2456" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2457" tag="operation_2457" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2457" tag="operation_2457" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2460" tag="operation_2460" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2460" tag="operation_2460" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2462" tag="operation_2462" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2462" tag="operation_2462" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2463" tag="operation_2463" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2463" tag="operation_2463" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2464" tag="operation_2464" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2464" tag="operation_2464" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2465" tag="operation_2465" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2465" tag="operation_2465" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2466" tag="operation_2466" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2466" tag="operation_2466" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2467" tag="operation_2467" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2467" tag="operation_2467" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2468" tag="operation_2468" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2468" tag="operation_2468" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2470" tag="operation_2470" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2470" tag="operation_2470" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param observer " /> </header> </codeoperation> - <codeoperation tqparent_id="2472" tag="operation_2472" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2472" tag="operation_2472" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2475" tag="operation_2475" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2475" tag="operation_2475" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2476" tag="operation_2476" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2476" tag="operation_2476" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2480" tag="operation_2480" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2480" tag="operation_2480" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2481" tag="operation_2481" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2481" tag="operation_2481" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="2486" tag="operation_2486" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2486" tag="operation_2486" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2487" tag="operation_2487" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2487" tag="operation_2487" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2492" tag="operation_2492" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2492" tag="operation_2492" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param enable " /> </header> </codeoperation> - <codeoperation tqparent_id="2494" tag="operation_2494" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2494" tag="operation_2494" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2495" tag="operation_2495" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2495" tag="operation_2495" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2496" tag="operation_2496" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2496" tag="operation_2496" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2500" tag="operation_2500" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2500" tag="operation_2500" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="2502" tag="operation_2502" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2502" tag="operation_2502" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param result " /> </header> </codeoperation> - <codeoperation tqparent_id="2504" tag="operation_2504" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2504" tag="operation_2504" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param img " /> </header> </codeoperation> - <codeoperation tqparent_id="2506" tag="operation_2506" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2506" tag="operation_2506" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param enable " /> </header> </codeoperation> - <codeoperation tqparent_id="2508" tag="operation_2508" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2508" tag="operation_2508" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c " /> </header> </codeoperation> - <codeoperation tqparent_id="2510" tag="operation_2510" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2510" tag="operation_2510" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tool " /> </header> </codeoperation> - <codeoperation tqparent_id="2512" tag="operation_2512" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2512" tag="operation_2512" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c " /> </header> </codeoperation> - <codeoperation tqparent_id="2514" tag="operation_2514" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2514" tag="operation_2514" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2515" tag="operation_2515" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2515" tag="operation_2515" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2516" tag="operation_2516" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2516" tag="operation_2516" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2519" tag="operation_2519" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2519" tag="operation_2519" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2520" tag="operation_2520" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2520" tag="operation_2520" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2521" tag="operation_2521" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2521" tag="operation_2521" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2522" tag="operation_2522" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2522" tag="operation_2522" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2523" tag="operation_2523" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2523" tag="operation_2523" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2524" tag="operation_2524" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2524" tag="operation_2524" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2525" tag="operation_2525" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2525" tag="operation_2525" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2526" tag="operation_2526" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2526" tag="operation_2526" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2527" tag="operation_2527" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2527" tag="operation_2527" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2528" tag="operation_2528" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2528" tag="operation_2528" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h " /> </header> </codeoperation> - <codeoperation tqparent_id="2533" tag="operation_2533" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2533" tag="operation_2533" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2535" tag="operation_2535" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2535" tag="operation_2535" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2538" tag="operation_2538" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2538" tag="operation_2538" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2539" tag="operation_2539" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2539" tag="operation_2539" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="2542" tag="operation_2542" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2542" tag="operation_2542" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt " /> </header> </codeoperation> - <codeoperation tqparent_id="2544" tag="operation_2544" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2544" tag="operation_2544" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2546" tag="operation_2546" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2546" tag="operation_2546" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="2549" tag="operation_2549" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2549" tag="operation_2549" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pt " /> </header> </codeoperation> - <codeoperation tqparent_id="2551" tag="operation_2551" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2551" tag="operation_2551" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rc " /> </header> </codeoperation> - <codeoperation tqparent_id="2553" tag="operation_2553" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2553" tag="operation_2553" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2554" tag="operation_2554" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2554" tag="operation_2554" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2555" tag="operation_2555" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2555" tag="operation_2555" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="2558" tag="operation_2558" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2558" tag="operation_2558" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="2559" tag="operation_2559" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2559" tag="operation_2559" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y " /> </header> </codeoperation> - <codeoperation tqparent_id="2562" tag="operation_2562" canDelete="false" indentLevel="1" role_id="-1" > + <codeoperation parent_id="2562" tag="operation_2562" canDelete="false" indentLevel="1" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param zf " /> </header> @@ -53497,367 +53497,367 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="2367" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_bg;" > + <ccfdeclarationcodeblock parent_id="2367" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_bg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2370" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisLabelBuilderProgress * m_buildProgress;" > + <ccfdeclarationcodeblock parent_id="2370" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisLabelBuilderProgress * m_buildProgress;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2371" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvas * m_canvas;" > + <ccfdeclarationcodeblock parent_id="2371" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvas * m_canvas;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2372" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelView * m_channelView;" > + <ccfdeclarationcodeblock parent_id="2372" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelView * m_channelView;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2373" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clipboardHasImage;" > + <ccfdeclarationcodeblock parent_id="2373" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clipboardHasImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2374" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KisImageSP m_current;" > + <ccfdeclarationcodeblock parent_id="2374" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KisImageSP m_current;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2375" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisGuideSP m_currentGuide;" > + <ccfdeclarationcodeblock parent_id="2375" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisGuideSP m_currentGuide;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2376" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > + <ccfdeclarationcodeblock parent_id="2376" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2377" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgBrushToggle;" > + <ccfdeclarationcodeblock parent_id="2377" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgBrushToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2378" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgChannelsToggle;" > + <ccfdeclarationcodeblock parent_id="2378" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgChannelsToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2379" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgColorsToggle;" > + <ccfdeclarationcodeblock parent_id="2379" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgColorsToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2380" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgLayersToggle;" > + <ccfdeclarationcodeblock parent_id="2380" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgLayersToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2381" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgPatternToggle;" > + <ccfdeclarationcodeblock parent_id="2381" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgPatternToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2383" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fg;" > + <ccfdeclarationcodeblock parent_id="2383" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2384" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_floatsidebarToggle;" > + <ccfdeclarationcodeblock parent_id="2384" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_floatsidebarToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_gradientChooser;" > + <ccfdeclarationcodeblock parent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_gradientChooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2387" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_hRuler;" > + <ccfdeclarationcodeblock parent_id="2387" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_hRuler;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2388" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_hScroll;" > + <ccfdeclarationcodeblock parent_id="2388" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_hScroll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_imageChooser;" > + <ccfdeclarationcodeblock parent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_imageChooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2391" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgDup;" > + <ccfdeclarationcodeblock parent_id="2391" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgDup;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2392" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgExport;" > + <ccfdeclarationcodeblock parent_id="2392" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgExport;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2393" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgImport;" > + <ccfdeclarationcodeblock parent_id="2393" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgImport;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2394" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeAll;" > + <ccfdeclarationcodeblock parent_id="2394" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeAll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2395" tag="tblock_32" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeLinked;" > + <ccfdeclarationcodeblock parent_id="2395" tag="tblock_32" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeLinked;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2396" tag="tblock_33" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeVisible;" > + <ccfdeclarationcodeblock parent_id="2396" tag="tblock_33" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeVisible;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2397" tag="tblock_34" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResize;" > + <ccfdeclarationcodeblock parent_id="2397" tag="tblock_34" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2398" tag="tblock_35" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResizeToLayer;" > + <ccfdeclarationcodeblock parent_id="2398" tag="tblock_35" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResizeToLayer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2399" tag="tblock_36" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgRm;" > + <ccfdeclarationcodeblock parent_id="2399" tag="tblock_36" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgRm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2400" tag="tblock_37" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgScan;" > + <ccfdeclarationcodeblock parent_id="2400" tag="tblock_37" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgScan;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2401" tag="tblock_38" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_lastGuidePoint;" > + <ccfdeclarationcodeblock parent_id="2401" tag="tblock_38" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_lastGuidePoint;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2402" tag="tblock_39" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerAdd;" > + <ccfdeclarationcodeblock parent_id="2402" tag="tblock_39" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerAdd;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2403" tag="tblock_40" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerBottom;" > + <ccfdeclarationcodeblock parent_id="2403" tag="tblock_40" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerBottom;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2404" tag="tblock_41" canDelete="false" indentLevel="1" role_id="-1" text=" KisListBox * m_layerBox;" > + <ccfdeclarationcodeblock parent_id="2404" tag="tblock_41" canDelete="false" indentLevel="1" role_id="-1" text=" KisListBox * m_layerBox;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2405" tag="tblock_42" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerDup;" > + <ccfdeclarationcodeblock parent_id="2405" tag="tblock_42" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerDup;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2406" tag="tblock_43" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerHide;" > + <ccfdeclarationcodeblock parent_id="2406" tag="tblock_43" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerHide;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2407" tag="tblock_44" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLink;" > + <ccfdeclarationcodeblock parent_id="2407" tag="tblock_44" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLink;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2408" tag="tblock_45" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLower;" > + <ccfdeclarationcodeblock parent_id="2408" tag="tblock_45" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLower;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2409" tag="tblock_46" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerProperties;" > + <ccfdeclarationcodeblock parent_id="2409" tag="tblock_46" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerProperties;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2410" tag="tblock_47" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRaise;" > + <ccfdeclarationcodeblock parent_id="2410" tag="tblock_47" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRaise;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2411" tag="tblock_48" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResize;" > + <ccfdeclarationcodeblock parent_id="2411" tag="tblock_48" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2412" tag="tblock_49" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResizeToImage;" > + <ccfdeclarationcodeblock parent_id="2412" tag="tblock_49" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResizeToImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2413" tag="tblock_50" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRm;" > + <ccfdeclarationcodeblock parent_id="2413" tag="tblock_50" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2414" tag="tblock_51" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerSaveAs;" > + <ccfdeclarationcodeblock parent_id="2414" tag="tblock_51" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerSaveAs;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2415" tag="tblock_52" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerScale;" > + <ccfdeclarationcodeblock parent_id="2415" tag="tblock_52" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerScale;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2416" tag="tblock_53" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerToImage;" > + <ccfdeclarationcodeblock parent_id="2416" tag="tblock_53" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerToImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2417" tag="tblock_54" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerTop;" > + <ccfdeclarationcodeblock parent_id="2417" tag="tblock_54" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerTop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2418" tag="tblock_55" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_lsidebarToggle;" > + <ccfdeclarationcodeblock parent_id="2418" tag="tblock_55" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_lsidebarToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2419" tag="tblock_56" canDelete="false" indentLevel="1" role_id="-1" text=" vKisCanvasObserver m_observers;" > + <ccfdeclarationcodeblock parent_id="2419" tag="tblock_56" canDelete="false" indentLevel="1" role_id="-1" text=" vKisCanvasObserver m_observers;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_paletteChooser;" > + <ccfdeclarationcodeblock parent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_paletteChooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_pathView;" > + <ccfdeclarationcodeblock parent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_pathView;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2424" tag="tblock_59" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCopy;" > + <ccfdeclarationcodeblock parent_id="2424" tag="tblock_59" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCopy;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2425" tag="tblock_60" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCrop;" > + <ccfdeclarationcodeblock parent_id="2425" tag="tblock_60" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCrop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2426" tag="tblock_61" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCut;" > + <ccfdeclarationcodeblock parent_id="2426" tag="tblock_61" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCut;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2427" tag="tblock_62" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillBg;" > + <ccfdeclarationcodeblock parent_id="2427" tag="tblock_62" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillBg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2428" tag="tblock_63" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillFg;" > + <ccfdeclarationcodeblock parent_id="2428" tag="tblock_63" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillFg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2429" tag="tblock_64" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPaste;" > + <ccfdeclarationcodeblock parent_id="2429" tag="tblock_64" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPaste;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2430" tag="tblock_65" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPasteInto;" > + <ccfdeclarationcodeblock parent_id="2430" tag="tblock_65" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPasteInto;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2431" tag="tblock_66" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionRm;" > + <ccfdeclarationcodeblock parent_id="2431" tag="tblock_66" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionRm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2432" tag="tblock_67" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectAll;" > + <ccfdeclarationcodeblock parent_id="2432" tag="tblock_67" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectAll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2433" tag="tblock_68" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectNone;" > + <ccfdeclarationcodeblock parent_id="2433" tag="tblock_68" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectNone;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2434" tag="tblock_69" canDelete="false" indentLevel="1" role_id="-1" text=" KisSideBar * m_sideBar;" > + <ccfdeclarationcodeblock parent_id="2434" tag="tblock_69" canDelete="false" indentLevel="1" role_id="-1" text=" KisSideBar * m_sideBar;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2435" tag="tblock_70" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_sidebarToggle;" > + <ccfdeclarationcodeblock parent_id="2435" tag="tblock_70" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_sidebarToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2436" tag="tblock_71" canDelete="false" indentLevel="1" role_id="-1" text=" KoTabBar * m_tabBar;" > + <ccfdeclarationcodeblock parent_id="2436" tag="tblock_71" canDelete="false" indentLevel="1" role_id="-1" text=" KoTabBar * m_tabBar;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2437" tag="tblock_72" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabFirst;" > + <ccfdeclarationcodeblock parent_id="2437" tag="tblock_72" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabFirst;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2438" tag="tblock_73" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLast;" > + <ccfdeclarationcodeblock parent_id="2438" tag="tblock_73" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLast;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2439" tag="tblock_74" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLeft;" > + <ccfdeclarationcodeblock parent_id="2439" tag="tblock_74" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLeft;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2440" tag="tblock_75" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabRight;" > + <ccfdeclarationcodeblock parent_id="2440" tag="tblock_75" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabRight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2442" tag="tblock_76" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_vRuler;" > + <ccfdeclarationcodeblock parent_id="2442" tag="tblock_76" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_vRuler;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2443" tag="tblock_77" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_vScroll;" > + <ccfdeclarationcodeblock parent_id="2443" tag="tblock_77" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_vScroll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_xoff;" > + <ccfdeclarationcodeblock parent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_xoff;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_yoff;" > + <ccfdeclarationcodeblock parent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_yoff;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2446" tag="tblock_80" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomIn;" > + <ccfdeclarationcodeblock parent_id="2446" tag="tblock_80" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomIn;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="2447" tag="tblock_81" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomOut;" > + <ccfdeclarationcodeblock parent_id="2447" tag="tblock_81" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomOut;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -53891,732 +53891,732 @@ in the constructor, you have to call loadAsync. <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="2367" tag="hblock_tag_126" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2367" tag="hblock_tag_126" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2367" tag="hblock_tag_127" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2367" tag="hblock_tag_127" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2370" tag="hblock_tag_128" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2370" tag="hblock_tag_128" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2370" tag="hblock_tag_129" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2370" tag="hblock_tag_129" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2371" tag="hblock_tag_130" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2371" tag="hblock_tag_130" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2371" tag="hblock_tag_131" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2371" tag="hblock_tag_131" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2372" tag="hblock_tag_132" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2372" tag="hblock_tag_132" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2372" tag="hblock_tag_133" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2372" tag="hblock_tag_133" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2373" tag="hblock_tag_134" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2373" tag="hblock_tag_134" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2373" tag="hblock_tag_135" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2373" tag="hblock_tag_135" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2374" tag="hblock_tag_136" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2374" tag="hblock_tag_136" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2374" tag="hblock_tag_137" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2374" tag="hblock_tag_137" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2375" tag="hblock_tag_138" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2375" tag="hblock_tag_138" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2375" tag="hblock_tag_139" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2375" tag="hblock_tag_139" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2376" tag="hblock_tag_140" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2376" tag="hblock_tag_140" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2376" tag="hblock_tag_141" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2376" tag="hblock_tag_141" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2377" tag="hblock_tag_142" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2377" tag="hblock_tag_142" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2377" tag="hblock_tag_143" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2377" tag="hblock_tag_143" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2378" tag="hblock_tag_144" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2378" tag="hblock_tag_144" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2378" tag="hblock_tag_145" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2378" tag="hblock_tag_145" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2379" tag="hblock_tag_146" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2379" tag="hblock_tag_146" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2379" tag="hblock_tag_147" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2379" tag="hblock_tag_147" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2380" tag="hblock_tag_148" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2380" tag="hblock_tag_148" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2380" tag="hblock_tag_149" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2380" tag="hblock_tag_149" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2381" tag="hblock_tag_150" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2381" tag="hblock_tag_150" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2381" tag="hblock_tag_151" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2381" tag="hblock_tag_151" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2383" tag="hblock_tag_152" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2383" tag="hblock_tag_152" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2383" tag="hblock_tag_153" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2383" tag="hblock_tag_153" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2384" tag="hblock_tag_154" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2384" tag="hblock_tag_154" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2384" tag="hblock_tag_155" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2384" tag="hblock_tag_155" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2386" tag="hblock_tag_156" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2386" tag="hblock_tag_156" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2386" tag="hblock_tag_157" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2386" tag="hblock_tag_157" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2387" tag="hblock_tag_158" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2387" tag="hblock_tag_158" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2387" tag="hblock_tag_159" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2387" tag="hblock_tag_159" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2388" tag="hblock_tag_160" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2388" tag="hblock_tag_160" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2388" tag="hblock_tag_161" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2388" tag="hblock_tag_161" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2389" tag="hblock_tag_162" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2389" tag="hblock_tag_162" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2389" tag="hblock_tag_163" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2389" tag="hblock_tag_163" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2391" tag="hblock_tag_164" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2391" tag="hblock_tag_164" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2391" tag="hblock_tag_165" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2391" tag="hblock_tag_165" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2392" tag="hblock_tag_166" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2392" tag="hblock_tag_166" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2392" tag="hblock_tag_167" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2392" tag="hblock_tag_167" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2393" tag="hblock_tag_168" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2393" tag="hblock_tag_168" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2393" tag="hblock_tag_169" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2393" tag="hblock_tag_169" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2394" tag="hblock_tag_170" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2394" tag="hblock_tag_170" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2394" tag="hblock_tag_171" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2394" tag="hblock_tag_171" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2395" tag="hblock_tag_172" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2395" tag="hblock_tag_172" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2395" tag="hblock_tag_173" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2395" tag="hblock_tag_173" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2396" tag="hblock_tag_174" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2396" tag="hblock_tag_174" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2396" tag="hblock_tag_175" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2396" tag="hblock_tag_175" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2397" tag="hblock_tag_176" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2397" tag="hblock_tag_176" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2397" tag="hblock_tag_177" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2397" tag="hblock_tag_177" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2398" tag="hblock_tag_178" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2398" tag="hblock_tag_178" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2398" tag="hblock_tag_179" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2398" tag="hblock_tag_179" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2399" tag="hblock_tag_180" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2399" tag="hblock_tag_180" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2399" tag="hblock_tag_181" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2399" tag="hblock_tag_181" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2400" tag="hblock_tag_182" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2400" tag="hblock_tag_182" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2400" tag="hblock_tag_183" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2400" tag="hblock_tag_183" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2401" tag="hblock_tag_184" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2401" tag="hblock_tag_184" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2401" tag="hblock_tag_185" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2401" tag="hblock_tag_185" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2402" tag="hblock_tag_186" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2402" tag="hblock_tag_186" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2402" tag="hblock_tag_187" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2402" tag="hblock_tag_187" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2403" tag="hblock_tag_188" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2403" tag="hblock_tag_188" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2403" tag="hblock_tag_189" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2403" tag="hblock_tag_189" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2404" tag="hblock_tag_190" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2404" tag="hblock_tag_190" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2404" tag="hblock_tag_191" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2404" tag="hblock_tag_191" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2405" tag="hblock_tag_192" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2405" tag="hblock_tag_192" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2405" tag="hblock_tag_193" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2405" tag="hblock_tag_193" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2406" tag="hblock_tag_194" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2406" tag="hblock_tag_194" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2406" tag="hblock_tag_195" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2406" tag="hblock_tag_195" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2407" tag="hblock_tag_196" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2407" tag="hblock_tag_196" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2407" tag="hblock_tag_197" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2407" tag="hblock_tag_197" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2408" tag="hblock_tag_198" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2408" tag="hblock_tag_198" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2408" tag="hblock_tag_199" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2408" tag="hblock_tag_199" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2409" tag="hblock_tag_200" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2409" tag="hblock_tag_200" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2409" tag="hblock_tag_201" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2409" tag="hblock_tag_201" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2410" tag="hblock_tag_202" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2410" tag="hblock_tag_202" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2410" tag="hblock_tag_203" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2410" tag="hblock_tag_203" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2411" tag="hblock_tag_204" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2411" tag="hblock_tag_204" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2411" tag="hblock_tag_205" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2411" tag="hblock_tag_205" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2412" tag="hblock_tag_206" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2412" tag="hblock_tag_206" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2412" tag="hblock_tag_207" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2412" tag="hblock_tag_207" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2413" tag="hblock_tag_208" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2413" tag="hblock_tag_208" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2413" tag="hblock_tag_209" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2413" tag="hblock_tag_209" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2414" tag="hblock_tag_210" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2414" tag="hblock_tag_210" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2414" tag="hblock_tag_211" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2414" tag="hblock_tag_211" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2415" tag="hblock_tag_212" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2415" tag="hblock_tag_212" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2415" tag="hblock_tag_213" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2415" tag="hblock_tag_213" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2416" tag="hblock_tag_214" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2416" tag="hblock_tag_214" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2416" tag="hblock_tag_215" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2416" tag="hblock_tag_215" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2417" tag="hblock_tag_216" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2417" tag="hblock_tag_216" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2417" tag="hblock_tag_217" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2417" tag="hblock_tag_217" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2418" tag="hblock_tag_218" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2418" tag="hblock_tag_218" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2418" tag="hblock_tag_219" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2418" tag="hblock_tag_219" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2419" tag="hblock_tag_220" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2419" tag="hblock_tag_220" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2419" tag="hblock_tag_221" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2419" tag="hblock_tag_221" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2420" tag="hblock_tag_222" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2420" tag="hblock_tag_222" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2420" tag="hblock_tag_223" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2420" tag="hblock_tag_223" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2421" tag="hblock_tag_224" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2421" tag="hblock_tag_224" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2421" tag="hblock_tag_225" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2421" tag="hblock_tag_225" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2424" tag="hblock_tag_226" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2424" tag="hblock_tag_226" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2424" tag="hblock_tag_227" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2424" tag="hblock_tag_227" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2425" tag="hblock_tag_228" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2425" tag="hblock_tag_228" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2425" tag="hblock_tag_229" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2425" tag="hblock_tag_229" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2426" tag="hblock_tag_230" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2426" tag="hblock_tag_230" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2426" tag="hblock_tag_231" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2426" tag="hblock_tag_231" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2427" tag="hblock_tag_232" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2427" tag="hblock_tag_232" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2427" tag="hblock_tag_233" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2427" tag="hblock_tag_233" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2428" tag="hblock_tag_234" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2428" tag="hblock_tag_234" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2428" tag="hblock_tag_235" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2428" tag="hblock_tag_235" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2429" tag="hblock_tag_236" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2429" tag="hblock_tag_236" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2429" tag="hblock_tag_237" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2429" tag="hblock_tag_237" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2430" tag="hblock_tag_238" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2430" tag="hblock_tag_238" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2430" tag="hblock_tag_239" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2430" tag="hblock_tag_239" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2431" tag="hblock_tag_240" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2431" tag="hblock_tag_240" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2431" tag="hblock_tag_241" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2431" tag="hblock_tag_241" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2432" tag="hblock_tag_242" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2432" tag="hblock_tag_242" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2432" tag="hblock_tag_243" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2432" tag="hblock_tag_243" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2433" tag="hblock_tag_244" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2433" tag="hblock_tag_244" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2433" tag="hblock_tag_245" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2433" tag="hblock_tag_245" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2434" tag="hblock_tag_246" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2434" tag="hblock_tag_246" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2434" tag="hblock_tag_247" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2434" tag="hblock_tag_247" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2435" tag="hblock_tag_248" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2435" tag="hblock_tag_248" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2435" tag="hblock_tag_249" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2435" tag="hblock_tag_249" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2436" tag="hblock_tag_250" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2436" tag="hblock_tag_250" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2436" tag="hblock_tag_251" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2436" tag="hblock_tag_251" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2437" tag="hblock_tag_252" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2437" tag="hblock_tag_252" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2437" tag="hblock_tag_253" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2437" tag="hblock_tag_253" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2438" tag="hblock_tag_254" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2438" tag="hblock_tag_254" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2438" tag="hblock_tag_255" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2438" tag="hblock_tag_255" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2439" tag="hblock_tag_256" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2439" tag="hblock_tag_256" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2439" tag="hblock_tag_257" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2439" tag="hblock_tag_257" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2440" tag="hblock_tag_258" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2440" tag="hblock_tag_258" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2440" tag="hblock_tag_259" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2440" tag="hblock_tag_259" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2442" tag="hblock_tag_260" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2442" tag="hblock_tag_260" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2442" tag="hblock_tag_261" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2442" tag="hblock_tag_261" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2443" tag="hblock_tag_262" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2443" tag="hblock_tag_262" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2443" tag="hblock_tag_263" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2443" tag="hblock_tag_263" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2444" tag="hblock_tag_264" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2444" tag="hblock_tag_264" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2444" tag="hblock_tag_265" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2444" tag="hblock_tag_265" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2445" tag="hblock_tag_266" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2445" tag="hblock_tag_266" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2445" tag="hblock_tag_267" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2445" tag="hblock_tag_267" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2446" tag="hblock_tag_268" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2446" tag="hblock_tag_268" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2446" tag="hblock_tag_269" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2446" tag="hblock_tag_269" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="2447" tag="hblock_tag_270" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2447" tag="hblock_tag_270" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2447" tag="hblock_tag_271" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2447" tag="hblock_tag_271" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -54649,1776 +54649,1776 @@ in the constructor, you have to call loadAsync. <codecomment tag="" text="/************************************************************************&#010; kisview.h - Copyright boud&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.h&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Sun Feb 8 2004 at 16:45:19&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> </header> <classfields> - <codeclassfield tqparent_id="2367" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2367" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2367" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_bg;" > + <ccfdeclarationcodeblock parent_id="2367" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_bg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2367" tag="hblock_tag_126" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2367" tag="hblock_tag_126" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2367" tag="hblock_tag_127" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2367" tag="hblock_tag_127" canDelete="false" indentLevel="1" classfield_id="2367" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2370" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2370" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2370" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisLabelBuilderProgress * m_buildProgress;" > + <ccfdeclarationcodeblock parent_id="2370" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" KisLabelBuilderProgress * m_buildProgress;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2370" tag="hblock_tag_128" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2370" tag="hblock_tag_128" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2370" tag="hblock_tag_129" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2370" tag="hblock_tag_129" canDelete="false" indentLevel="1" classfield_id="2370" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2371" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2371" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2371" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvas * m_canvas;" > + <ccfdeclarationcodeblock parent_id="2371" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" KisCanvas * m_canvas;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2371" tag="hblock_tag_130" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2371" tag="hblock_tag_130" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2371" tag="hblock_tag_131" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2371" tag="hblock_tag_131" canDelete="false" indentLevel="1" classfield_id="2371" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2372" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2372" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2372" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelView * m_channelView;" > + <ccfdeclarationcodeblock parent_id="2372" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" KisChannelView * m_channelView;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2372" tag="hblock_tag_132" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2372" tag="hblock_tag_132" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2372" tag="hblock_tag_133" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2372" tag="hblock_tag_133" canDelete="false" indentLevel="1" classfield_id="2372" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2373" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2373" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2373" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clipboardHasImage;" > + <ccfdeclarationcodeblock parent_id="2373" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" bool m_clipboardHasImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2373" tag="hblock_tag_134" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2373" tag="hblock_tag_134" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2373" tag="hblock_tag_135" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2373" tag="hblock_tag_135" canDelete="false" indentLevel="1" classfield_id="2373" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2374" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KisImageSP m_current;" > + <ccfdeclarationcodeblock parent_id="2374" tag="tblock_14" canDelete="false" indentLevel="1" role_id="-1" text=" mutable KisImageSP m_current;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2374" tag="hblock_tag_136" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2374" tag="hblock_tag_136" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2374" tag="hblock_tag_137" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2374" tag="hblock_tag_137" canDelete="false" indentLevel="1" classfield_id="2374" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2375" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisGuideSP m_currentGuide;" > + <ccfdeclarationcodeblock parent_id="2375" tag="tblock_15" canDelete="false" indentLevel="1" role_id="-1" text=" KisGuideSP m_currentGuide;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2375" tag="hblock_tag_138" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2375" tag="hblock_tag_138" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2375" tag="hblock_tag_139" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2375" tag="hblock_tag_139" canDelete="false" indentLevel="1" classfield_id="2375" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2376" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > + <ccfdeclarationcodeblock parent_id="2376" tag="tblock_16" canDelete="false" indentLevel="1" role_id="-1" text=" DCOPObject * m_dcop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2376" tag="hblock_tag_140" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2376" tag="hblock_tag_140" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2376" tag="hblock_tag_141" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2376" tag="hblock_tag_141" canDelete="false" indentLevel="1" classfield_id="2376" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2377" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgBrushToggle;" > + <ccfdeclarationcodeblock parent_id="2377" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgBrushToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2377" tag="hblock_tag_142" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2377" tag="hblock_tag_142" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2377" tag="hblock_tag_143" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2377" tag="hblock_tag_143" canDelete="false" indentLevel="1" classfield_id="2377" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2378" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2378" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2378" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgChannelsToggle;" > + <ccfdeclarationcodeblock parent_id="2378" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgChannelsToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2378" tag="hblock_tag_144" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2378" tag="hblock_tag_144" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2378" tag="hblock_tag_145" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2378" tag="hblock_tag_145" canDelete="false" indentLevel="1" classfield_id="2378" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2379" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2379" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2379" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgColorsToggle;" > + <ccfdeclarationcodeblock parent_id="2379" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgColorsToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2379" tag="hblock_tag_146" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2379" tag="hblock_tag_146" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2379" tag="hblock_tag_147" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2379" tag="hblock_tag_147" canDelete="false" indentLevel="1" classfield_id="2379" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2380" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2380" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2380" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgLayersToggle;" > + <ccfdeclarationcodeblock parent_id="2380" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgLayersToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2380" tag="hblock_tag_148" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2380" tag="hblock_tag_148" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2380" tag="hblock_tag_149" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2380" tag="hblock_tag_149" canDelete="false" indentLevel="1" classfield_id="2380" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2381" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgPatternToggle;" > + <ccfdeclarationcodeblock parent_id="2381" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_dlgPatternToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2381" tag="hblock_tag_150" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2381" tag="hblock_tag_150" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2381" tag="hblock_tag_151" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2381" tag="hblock_tag_151" canDelete="false" indentLevel="1" classfield_id="2381" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2383" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fg;" > + <ccfdeclarationcodeblock parent_id="2383" tag="tblock_22" canDelete="false" indentLevel="1" role_id="-1" text=" KoColor m_fg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2383" tag="hblock_tag_152" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2383" tag="hblock_tag_152" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2383" tag="hblock_tag_153" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2383" tag="hblock_tag_153" canDelete="false" indentLevel="1" classfield_id="2383" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2384" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_floatsidebarToggle;" > + <ccfdeclarationcodeblock parent_id="2384" tag="tblock_23" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_floatsidebarToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2384" tag="hblock_tag_154" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2384" tag="hblock_tag_154" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2384" tag="hblock_tag_155" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2384" tag="hblock_tag_155" canDelete="false" indentLevel="1" classfield_id="2384" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2386" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2386" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_gradientChooser;" > + <ccfdeclarationcodeblock parent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_gradientChooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2386" tag="hblock_tag_156" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2386" tag="hblock_tag_156" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2386" tag="hblock_tag_157" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2386" tag="hblock_tag_157" canDelete="false" indentLevel="1" classfield_id="2386" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2387" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2387" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2387" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_hRuler;" > + <ccfdeclarationcodeblock parent_id="2387" tag="tblock_25" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_hRuler;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2387" tag="hblock_tag_158" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2387" tag="hblock_tag_158" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2387" tag="hblock_tag_159" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2387" tag="hblock_tag_159" canDelete="false" indentLevel="1" classfield_id="2387" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2388" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2388" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2388" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_hScroll;" > + <ccfdeclarationcodeblock parent_id="2388" tag="tblock_26" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_hScroll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2388" tag="hblock_tag_160" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2388" tag="hblock_tag_160" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2388" tag="hblock_tag_161" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2388" tag="hblock_tag_161" canDelete="false" indentLevel="1" classfield_id="2388" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2389" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2389" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_imageChooser;" > + <ccfdeclarationcodeblock parent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_imageChooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2389" tag="hblock_tag_162" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2389" tag="hblock_tag_162" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2389" tag="hblock_tag_163" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2389" tag="hblock_tag_163" canDelete="false" indentLevel="1" classfield_id="2389" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2391" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2391" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2391" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgDup;" > + <ccfdeclarationcodeblock parent_id="2391" tag="tblock_28" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgDup;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2391" tag="hblock_tag_164" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2391" tag="hblock_tag_164" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2391" tag="hblock_tag_165" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2391" tag="hblock_tag_165" canDelete="false" indentLevel="1" classfield_id="2391" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2392" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2392" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2392" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgExport;" > + <ccfdeclarationcodeblock parent_id="2392" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgExport;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2392" tag="hblock_tag_166" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2392" tag="hblock_tag_166" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2392" tag="hblock_tag_167" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2392" tag="hblock_tag_167" canDelete="false" indentLevel="1" classfield_id="2392" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2393" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2393" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2393" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgImport;" > + <ccfdeclarationcodeblock parent_id="2393" tag="tblock_30" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgImport;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2393" tag="hblock_tag_168" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2393" tag="hblock_tag_168" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2393" tag="hblock_tag_169" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2393" tag="hblock_tag_169" canDelete="false" indentLevel="1" classfield_id="2393" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2394" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2394" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2394" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeAll;" > + <ccfdeclarationcodeblock parent_id="2394" tag="tblock_31" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeAll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2394" tag="hblock_tag_170" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2394" tag="hblock_tag_170" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2394" tag="hblock_tag_171" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2394" tag="hblock_tag_171" canDelete="false" indentLevel="1" classfield_id="2394" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2395" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2395" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2395" tag="tblock_32" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeLinked;" > + <ccfdeclarationcodeblock parent_id="2395" tag="tblock_32" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeLinked;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2395" tag="hblock_tag_172" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2395" tag="hblock_tag_172" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2395" tag="hblock_tag_173" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2395" tag="hblock_tag_173" canDelete="false" indentLevel="1" classfield_id="2395" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2396" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2396" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2396" tag="tblock_33" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeVisible;" > + <ccfdeclarationcodeblock parent_id="2396" tag="tblock_33" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgMergeVisible;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2396" tag="hblock_tag_174" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2396" tag="hblock_tag_174" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2396" tag="hblock_tag_175" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2396" tag="hblock_tag_175" canDelete="false" indentLevel="1" classfield_id="2396" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2397" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2397" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2397" tag="tblock_34" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResize;" > + <ccfdeclarationcodeblock parent_id="2397" tag="tblock_34" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2397" tag="hblock_tag_176" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2397" tag="hblock_tag_176" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2397" tag="hblock_tag_177" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2397" tag="hblock_tag_177" canDelete="false" indentLevel="1" classfield_id="2397" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2398" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2398" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2398" tag="tblock_35" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResizeToLayer;" > + <ccfdeclarationcodeblock parent_id="2398" tag="tblock_35" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgResizeToLayer;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2398" tag="hblock_tag_178" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2398" tag="hblock_tag_178" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2398" tag="hblock_tag_179" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2398" tag="hblock_tag_179" canDelete="false" indentLevel="1" classfield_id="2398" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2399" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2399" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2399" tag="tblock_36" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgRm;" > + <ccfdeclarationcodeblock parent_id="2399" tag="tblock_36" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgRm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2399" tag="hblock_tag_180" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2399" tag="hblock_tag_180" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2399" tag="hblock_tag_181" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2399" tag="hblock_tag_181" canDelete="false" indentLevel="1" classfield_id="2399" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2400" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2400" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2400" tag="tblock_37" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgScan;" > + <ccfdeclarationcodeblock parent_id="2400" tag="tblock_37" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_imgScan;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2400" tag="hblock_tag_182" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2400" tag="hblock_tag_182" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2400" tag="hblock_tag_183" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2400" tag="hblock_tag_183" canDelete="false" indentLevel="1" classfield_id="2400" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2401" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2401" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2401" tag="tblock_38" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_lastGuidePoint;" > + <ccfdeclarationcodeblock parent_id="2401" tag="tblock_38" canDelete="false" indentLevel="1" role_id="-1" text=" QPoint m_lastGuidePoint;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2401" tag="hblock_tag_184" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2401" tag="hblock_tag_184" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2401" tag="hblock_tag_185" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2401" tag="hblock_tag_185" canDelete="false" indentLevel="1" classfield_id="2401" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2402" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2402" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2402" tag="tblock_39" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerAdd;" > + <ccfdeclarationcodeblock parent_id="2402" tag="tblock_39" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerAdd;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2402" tag="hblock_tag_186" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2402" tag="hblock_tag_186" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2402" tag="hblock_tag_187" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2402" tag="hblock_tag_187" canDelete="false" indentLevel="1" classfield_id="2402" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2403" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2403" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2403" tag="tblock_40" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerBottom;" > + <ccfdeclarationcodeblock parent_id="2403" tag="tblock_40" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerBottom;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2403" tag="hblock_tag_188" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2403" tag="hblock_tag_188" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2403" tag="hblock_tag_189" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2403" tag="hblock_tag_189" canDelete="false" indentLevel="1" classfield_id="2403" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2404" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2404" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2404" tag="tblock_41" canDelete="false" indentLevel="1" role_id="-1" text=" KisListBox * m_layerBox;" > + <ccfdeclarationcodeblock parent_id="2404" tag="tblock_41" canDelete="false" indentLevel="1" role_id="-1" text=" KisListBox * m_layerBox;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2404" tag="hblock_tag_190" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2404" tag="hblock_tag_190" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2404" tag="hblock_tag_191" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2404" tag="hblock_tag_191" canDelete="false" indentLevel="1" classfield_id="2404" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2405" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2405" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2405" tag="tblock_42" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerDup;" > + <ccfdeclarationcodeblock parent_id="2405" tag="tblock_42" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerDup;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2405" tag="hblock_tag_192" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2405" tag="hblock_tag_192" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2405" tag="hblock_tag_193" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2405" tag="hblock_tag_193" canDelete="false" indentLevel="1" classfield_id="2405" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2406" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2406" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2406" tag="tblock_43" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerHide;" > + <ccfdeclarationcodeblock parent_id="2406" tag="tblock_43" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerHide;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2406" tag="hblock_tag_194" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2406" tag="hblock_tag_194" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2406" tag="hblock_tag_195" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2406" tag="hblock_tag_195" canDelete="false" indentLevel="1" classfield_id="2406" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2407" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2407" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2407" tag="tblock_44" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLink;" > + <ccfdeclarationcodeblock parent_id="2407" tag="tblock_44" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLink;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2407" tag="hblock_tag_196" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2407" tag="hblock_tag_196" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2407" tag="hblock_tag_197" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2407" tag="hblock_tag_197" canDelete="false" indentLevel="1" classfield_id="2407" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2408" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2408" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2408" tag="tblock_45" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLower;" > + <ccfdeclarationcodeblock parent_id="2408" tag="tblock_45" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerLower;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2408" tag="hblock_tag_198" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2408" tag="hblock_tag_198" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2408" tag="hblock_tag_199" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2408" tag="hblock_tag_199" canDelete="false" indentLevel="1" classfield_id="2408" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2409" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2409" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2409" tag="tblock_46" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerProperties;" > + <ccfdeclarationcodeblock parent_id="2409" tag="tblock_46" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerProperties;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2409" tag="hblock_tag_200" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2409" tag="hblock_tag_200" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2409" tag="hblock_tag_201" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2409" tag="hblock_tag_201" canDelete="false" indentLevel="1" classfield_id="2409" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2410" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2410" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2410" tag="tblock_47" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRaise;" > + <ccfdeclarationcodeblock parent_id="2410" tag="tblock_47" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRaise;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2410" tag="hblock_tag_202" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2410" tag="hblock_tag_202" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2410" tag="hblock_tag_203" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2410" tag="hblock_tag_203" canDelete="false" indentLevel="1" classfield_id="2410" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2411" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2411" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2411" tag="tblock_48" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResize;" > + <ccfdeclarationcodeblock parent_id="2411" tag="tblock_48" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2411" tag="hblock_tag_204" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2411" tag="hblock_tag_204" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2411" tag="hblock_tag_205" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2411" tag="hblock_tag_205" canDelete="false" indentLevel="1" classfield_id="2411" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2412" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2412" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2412" tag="tblock_49" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResizeToImage;" > + <ccfdeclarationcodeblock parent_id="2412" tag="tblock_49" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerResizeToImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2412" tag="hblock_tag_206" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2412" tag="hblock_tag_206" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2412" tag="hblock_tag_207" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2412" tag="hblock_tag_207" canDelete="false" indentLevel="1" classfield_id="2412" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2413" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2413" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2413" tag="tblock_50" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRm;" > + <ccfdeclarationcodeblock parent_id="2413" tag="tblock_50" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerRm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2413" tag="hblock_tag_208" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2413" tag="hblock_tag_208" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2413" tag="hblock_tag_209" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2413" tag="hblock_tag_209" canDelete="false" indentLevel="1" classfield_id="2413" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2414" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2414" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2414" tag="tblock_51" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerSaveAs;" > + <ccfdeclarationcodeblock parent_id="2414" tag="tblock_51" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerSaveAs;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2414" tag="hblock_tag_210" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2414" tag="hblock_tag_210" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2414" tag="hblock_tag_211" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2414" tag="hblock_tag_211" canDelete="false" indentLevel="1" classfield_id="2414" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2415" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2415" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2415" tag="tblock_52" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerScale;" > + <ccfdeclarationcodeblock parent_id="2415" tag="tblock_52" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerScale;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2415" tag="hblock_tag_212" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2415" tag="hblock_tag_212" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2415" tag="hblock_tag_213" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2415" tag="hblock_tag_213" canDelete="false" indentLevel="1" classfield_id="2415" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2416" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2416" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2416" tag="tblock_53" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerToImage;" > + <ccfdeclarationcodeblock parent_id="2416" tag="tblock_53" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerToImage;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2416" tag="hblock_tag_214" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2416" tag="hblock_tag_214" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2416" tag="hblock_tag_215" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2416" tag="hblock_tag_215" canDelete="false" indentLevel="1" classfield_id="2416" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2417" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2417" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2417" tag="tblock_54" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerTop;" > + <ccfdeclarationcodeblock parent_id="2417" tag="tblock_54" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_layerTop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2417" tag="hblock_tag_216" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2417" tag="hblock_tag_216" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2417" tag="hblock_tag_217" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2417" tag="hblock_tag_217" canDelete="false" indentLevel="1" classfield_id="2417" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2418" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2418" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2418" tag="tblock_55" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_lsidebarToggle;" > + <ccfdeclarationcodeblock parent_id="2418" tag="tblock_55" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_lsidebarToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2418" tag="hblock_tag_218" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2418" tag="hblock_tag_218" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2418" tag="hblock_tag_219" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2418" tag="hblock_tag_219" canDelete="false" indentLevel="1" classfield_id="2418" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2419" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2419" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2419" tag="tblock_56" canDelete="false" indentLevel="1" role_id="-1" text=" vKisCanvasObserver m_observers;" > + <ccfdeclarationcodeblock parent_id="2419" tag="tblock_56" canDelete="false" indentLevel="1" role_id="-1" text=" vKisCanvasObserver m_observers;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2419" tag="hblock_tag_220" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2419" tag="hblock_tag_220" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2419" tag="hblock_tag_221" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2419" tag="hblock_tag_221" canDelete="false" indentLevel="1" classfield_id="2419" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2420" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2420" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_paletteChooser;" > + <ccfdeclarationcodeblock parent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_paletteChooser;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2420" tag="hblock_tag_222" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2420" tag="hblock_tag_222" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2420" tag="hblock_tag_223" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2420" tag="hblock_tag_223" canDelete="false" indentLevel="1" classfield_id="2420" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2421" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2421" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_pathView;" > + <ccfdeclarationcodeblock parent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_pathView;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2421" tag="hblock_tag_224" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2421" tag="hblock_tag_224" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2421" tag="hblock_tag_225" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2421" tag="hblock_tag_225" canDelete="false" indentLevel="1" classfield_id="2421" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2424" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2424" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2424" tag="tblock_59" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCopy;" > + <ccfdeclarationcodeblock parent_id="2424" tag="tblock_59" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCopy;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2424" tag="hblock_tag_226" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2424" tag="hblock_tag_226" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2424" tag="hblock_tag_227" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2424" tag="hblock_tag_227" canDelete="false" indentLevel="1" classfield_id="2424" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2425" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2425" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2425" tag="tblock_60" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCrop;" > + <ccfdeclarationcodeblock parent_id="2425" tag="tblock_60" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCrop;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2425" tag="hblock_tag_228" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2425" tag="hblock_tag_228" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2425" tag="hblock_tag_229" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2425" tag="hblock_tag_229" canDelete="false" indentLevel="1" classfield_id="2425" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2426" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2426" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2426" tag="tblock_61" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCut;" > + <ccfdeclarationcodeblock parent_id="2426" tag="tblock_61" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionCut;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2426" tag="hblock_tag_230" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2426" tag="hblock_tag_230" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2426" tag="hblock_tag_231" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2426" tag="hblock_tag_231" canDelete="false" indentLevel="1" classfield_id="2426" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2427" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2427" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2427" tag="tblock_62" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillBg;" > + <ccfdeclarationcodeblock parent_id="2427" tag="tblock_62" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillBg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2427" tag="hblock_tag_232" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2427" tag="hblock_tag_232" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2427" tag="hblock_tag_233" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2427" tag="hblock_tag_233" canDelete="false" indentLevel="1" classfield_id="2427" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2428" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2428" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2428" tag="tblock_63" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillFg;" > + <ccfdeclarationcodeblock parent_id="2428" tag="tblock_63" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionFillFg;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2428" tag="hblock_tag_234" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2428" tag="hblock_tag_234" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2428" tag="hblock_tag_235" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2428" tag="hblock_tag_235" canDelete="false" indentLevel="1" classfield_id="2428" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2429" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2429" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2429" tag="tblock_64" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPaste;" > + <ccfdeclarationcodeblock parent_id="2429" tag="tblock_64" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPaste;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2429" tag="hblock_tag_236" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2429" tag="hblock_tag_236" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2429" tag="hblock_tag_237" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2429" tag="hblock_tag_237" canDelete="false" indentLevel="1" classfield_id="2429" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2430" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2430" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2430" tag="tblock_65" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPasteInto;" > + <ccfdeclarationcodeblock parent_id="2430" tag="tblock_65" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionPasteInto;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2430" tag="hblock_tag_238" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2430" tag="hblock_tag_238" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2430" tag="hblock_tag_239" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2430" tag="hblock_tag_239" canDelete="false" indentLevel="1" classfield_id="2430" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2431" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2431" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2431" tag="tblock_66" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionRm;" > + <ccfdeclarationcodeblock parent_id="2431" tag="tblock_66" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionRm;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2431" tag="hblock_tag_240" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2431" tag="hblock_tag_240" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2431" tag="hblock_tag_241" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2431" tag="hblock_tag_241" canDelete="false" indentLevel="1" classfield_id="2431" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2432" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2432" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2432" tag="tblock_67" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectAll;" > + <ccfdeclarationcodeblock parent_id="2432" tag="tblock_67" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectAll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2432" tag="hblock_tag_242" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2432" tag="hblock_tag_242" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2432" tag="hblock_tag_243" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2432" tag="hblock_tag_243" canDelete="false" indentLevel="1" classfield_id="2432" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2433" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2433" tag="tblock_68" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectNone;" > + <ccfdeclarationcodeblock parent_id="2433" tag="tblock_68" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_selectionSelectNone;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2433" tag="hblock_tag_244" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2433" tag="hblock_tag_244" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2433" tag="hblock_tag_245" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2433" tag="hblock_tag_245" canDelete="false" indentLevel="1" classfield_id="2433" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2434" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2434" tag="tblock_69" canDelete="false" indentLevel="1" role_id="-1" text=" KisSideBar * m_sideBar;" > + <ccfdeclarationcodeblock parent_id="2434" tag="tblock_69" canDelete="false" indentLevel="1" role_id="-1" text=" KisSideBar * m_sideBar;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2434" tag="hblock_tag_246" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2434" tag="hblock_tag_246" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2434" tag="hblock_tag_247" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2434" tag="hblock_tag_247" canDelete="false" indentLevel="1" classfield_id="2434" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2435" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2435" tag="tblock_70" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_sidebarToggle;" > + <ccfdeclarationcodeblock parent_id="2435" tag="tblock_70" canDelete="false" indentLevel="1" role_id="-1" text=" KToggleAction * m_sidebarToggle;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2435" tag="hblock_tag_248" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2435" tag="hblock_tag_248" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2435" tag="hblock_tag_249" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2435" tag="hblock_tag_249" canDelete="false" indentLevel="1" classfield_id="2435" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2436" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2436" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2436" tag="tblock_71" canDelete="false" indentLevel="1" role_id="-1" text=" KoTabBar * m_tabBar;" > + <ccfdeclarationcodeblock parent_id="2436" tag="tblock_71" canDelete="false" indentLevel="1" role_id="-1" text=" KoTabBar * m_tabBar;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2436" tag="hblock_tag_250" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2436" tag="hblock_tag_250" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2436" tag="hblock_tag_251" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2436" tag="hblock_tag_251" canDelete="false" indentLevel="1" classfield_id="2436" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2437" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2437" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2437" tag="tblock_72" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabFirst;" > + <ccfdeclarationcodeblock parent_id="2437" tag="tblock_72" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabFirst;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2437" tag="hblock_tag_252" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2437" tag="hblock_tag_252" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2437" tag="hblock_tag_253" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2437" tag="hblock_tag_253" canDelete="false" indentLevel="1" classfield_id="2437" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2438" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2438" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2438" tag="tblock_73" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLast;" > + <ccfdeclarationcodeblock parent_id="2438" tag="tblock_73" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLast;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2438" tag="hblock_tag_254" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2438" tag="hblock_tag_254" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2438" tag="hblock_tag_255" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2438" tag="hblock_tag_255" canDelete="false" indentLevel="1" classfield_id="2438" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2439" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2439" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2439" tag="tblock_74" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLeft;" > + <ccfdeclarationcodeblock parent_id="2439" tag="tblock_74" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabLeft;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2439" tag="hblock_tag_256" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2439" tag="hblock_tag_256" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2439" tag="hblock_tag_257" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2439" tag="hblock_tag_257" canDelete="false" indentLevel="1" classfield_id="2439" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2440" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2440" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2440" tag="tblock_75" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabRight;" > + <ccfdeclarationcodeblock parent_id="2440" tag="tblock_75" canDelete="false" indentLevel="1" role_id="-1" text=" QButton * m_tabRight;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2440" tag="hblock_tag_258" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2440" tag="hblock_tag_258" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2440" tag="hblock_tag_259" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2440" tag="hblock_tag_259" canDelete="false" indentLevel="1" classfield_id="2440" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2442" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2442" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2442" tag="tblock_76" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_vRuler;" > + <ccfdeclarationcodeblock parent_id="2442" tag="tblock_76" canDelete="false" indentLevel="1" role_id="-1" text=" KisRuler * m_vRuler;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2442" tag="hblock_tag_260" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2442" tag="hblock_tag_260" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2442" tag="hblock_tag_261" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2442" tag="hblock_tag_261" canDelete="false" indentLevel="1" classfield_id="2442" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2443" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2443" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2443" tag="tblock_77" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_vScroll;" > + <ccfdeclarationcodeblock parent_id="2443" tag="tblock_77" canDelete="false" indentLevel="1" role_id="-1" text=" QScrollBar * m_vScroll;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2443" tag="hblock_tag_262" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2443" tag="hblock_tag_262" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2443" tag="hblock_tag_263" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2443" tag="hblock_tag_263" canDelete="false" indentLevel="1" classfield_id="2443" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2444" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2444" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_xoff;" > + <ccfdeclarationcodeblock parent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_xoff;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2444" tag="hblock_tag_264" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2444" tag="hblock_tag_264" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2444" tag="hblock_tag_265" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2444" tag="hblock_tag_265" canDelete="false" indentLevel="1" classfield_id="2444" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2445" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2445" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_yoff;" > + <ccfdeclarationcodeblock parent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_yoff;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2445" tag="hblock_tag_266" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2445" tag="hblock_tag_266" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2445" tag="hblock_tag_267" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2445" tag="hblock_tag_267" canDelete="false" indentLevel="1" classfield_id="2445" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2446" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2446" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2446" tag="tblock_80" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomIn;" > + <ccfdeclarationcodeblock parent_id="2446" tag="tblock_80" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomIn;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2446" tag="hblock_tag_268" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2446" tag="hblock_tag_268" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2446" tag="hblock_tag_269" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2446" tag="hblock_tag_269" canDelete="false" indentLevel="1" classfield_id="2446" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2447" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2447" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2447" tag="tblock_81" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomOut;" > + <ccfdeclarationcodeblock parent_id="2447" tag="tblock_81" canDelete="false" indentLevel="1" role_id="-1" text=" KAction * m_zoomOut;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2447" tag="hblock_tag_270" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="0" parent_id="2447" tag="hblock_tag_270" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2447" tag="hblock_tag_271" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > + <codeaccessormethod accessType="1" parent_id="2447" tag="hblock_tag_271" canDelete="false" indentLevel="1" classfield_id="2447" role_id="-1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2366" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2366" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2366" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisUndoAdapter m_adapter;" > + <ccfdeclarationcodeblock parent_id="2366" tag="tblock_0" canDelete="false" indentLevel="1" role_id="0" text=" KisUndoAdapter m_adapter;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2366" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2366" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2366" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2366" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2366" tag="hblock_tag_83" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2366" tag="hblock_tag_83" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2366" tag="hblock_tag_84" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2366" tag="hblock_tag_84" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2366" tag="hblock_tag_85" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2366" tag="hblock_tag_85" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2366" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2368" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2368" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2368" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > + <ccfdeclarationcodeblock parent_id="2368" tag="tblock_1" canDelete="false" indentLevel="1" role_id="0" text=" KisBrush m_brush;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2368" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2368" tag="hblock_tag_86" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2368" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2368" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2368" tag="hblock_tag_88" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2368" tag="hblock_tag_88" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2368" tag="hblock_tag_89" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2368" tag="hblock_tag_89" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2368" tag="hblock_tag_90" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2368" tag="hblock_tag_90" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2368" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2369" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2369" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2369" tag="tblock_2" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_brushMediator;" > + <ccfdeclarationcodeblock parent_id="2369" tag="tblock_2" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_brushMediator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2369" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2369" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2369" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2369" tag="hblock_tag_92" canDelete="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2369" tag="hblock_tag_93" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2369" tag="hblock_tag_93" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2369" tag="hblock_tag_94" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2369" tag="hblock_tag_94" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2369" tag="hblock_tag_95" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2369" tag="hblock_tag_95" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2369" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2382" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2382" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2382" tag="tblock_3" canDelete="false" indentLevel="1" role_id="0" text=" KisDoc m_doc;" > + <ccfdeclarationcodeblock parent_id="2382" tag="tblock_3" canDelete="false" indentLevel="1" role_id="0" text=" KisDoc m_doc;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2382" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2382" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2382" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2382" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2382" tag="hblock_tag_98" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2382" tag="hblock_tag_98" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2382" tag="hblock_tag_99" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2382" tag="hblock_tag_99" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2382" tag="hblock_tag_100" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2382" tag="hblock_tag_100" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2382" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2385" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2385" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2385" tag="tblock_4" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > + <ccfdeclarationcodeblock parent_id="2385" tag="tblock_4" canDelete="false" indentLevel="1" role_id="0" text=" KisGradient m_gradient;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2385" tag="hblock_tag_101" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2385" tag="hblock_tag_101" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2385" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2385" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2385" tag="hblock_tag_103" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2385" tag="hblock_tag_103" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2385" tag="hblock_tag_104" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2385" tag="hblock_tag_104" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2385" tag="hblock_tag_105" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2385" tag="hblock_tag_105" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2385" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2390" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2390" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2390" tag="tblock_5" canDelete="false" indentLevel="1" role_id="0" text=" KisBuilderMonitor m_imgBuilderMgr;" > + <ccfdeclarationcodeblock parent_id="2390" tag="tblock_5" canDelete="false" indentLevel="1" role_id="0" text=" KisBuilderMonitor m_imgBuilderMgr;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2390" tag="hblock_tag_106" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2390" tag="hblock_tag_106" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2390" tag="hblock_tag_107" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2390" tag="hblock_tag_107" canDelete="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2390" tag="hblock_tag_108" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2390" tag="hblock_tag_108" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2390" tag="hblock_tag_109" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2390" tag="hblock_tag_109" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2390" tag="hblock_tag_110" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2390" tag="hblock_tag_110" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2390" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2422" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2422" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2422" tag="tblock_6" canDelete="false" indentLevel="1" role_id="0" text=" KisPattern m_pattern;" > + <ccfdeclarationcodeblock parent_id="2422" tag="tblock_6" canDelete="false" indentLevel="1" role_id="0" text=" KisPattern m_pattern;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2422" tag="hblock_tag_111" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2422" tag="hblock_tag_111" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2422" tag="hblock_tag_112" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2422" tag="hblock_tag_112" canDelete="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2422" tag="hblock_tag_113" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2422" tag="hblock_tag_113" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2422" tag="hblock_tag_114" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2422" tag="hblock_tag_114" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2422" tag="hblock_tag_115" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2422" tag="hblock_tag_115" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2422" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2423" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2423" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2423" tag="tblock_7" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_patternMediator;" > + <ccfdeclarationcodeblock parent_id="2423" tag="tblock_7" canDelete="false" indentLevel="1" role_id="0" text=" KisResourceMediator m_patternMediator;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2423" tag="hblock_tag_116" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2423" tag="hblock_tag_116" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2423" tag="hblock_tag_117" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2423" tag="hblock_tag_117" canDelete="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2423" tag="hblock_tag_118" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2423" tag="hblock_tag_118" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2423" tag="hblock_tag_119" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2423" tag="hblock_tag_119" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2423" tag="hblock_tag_120" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2423" tag="hblock_tag_120" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2423" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="2441" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="2441" field_type="3" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="2441" tag="tblock_8" canDelete="false" indentLevel="1" role_id="0" text=" KisTool m_tool;" > + <ccfdeclarationcodeblock parent_id="2441" tag="tblock_8" canDelete="false" indentLevel="1" role_id="0" text=" KisTool m_tool;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="2441" tag="hblock_tag_121" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="0" parent_id="2441" tag="hblock_tag_121" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="2441" tag="hblock_tag_122" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="1" parent_id="2441" tag="hblock_tag_122" canDelete="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="2441" tag="hblock_tag_123" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="2" parent_id="2441" tag="hblock_tag_123" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="2441" tag="hblock_tag_124" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="3" parent_id="2441" tag="hblock_tag_124" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="2441" tag="hblock_tag_125" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > + <codeaccessormethod accessType="4" parent_id="2441" tag="hblock_tag_125" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="2441" role_id="0" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> diff --git a/chalk/doc/channels_masks_selections b/chalk/doc/channels_masks_selections index 4ce65414..66588363 100644 --- a/chalk/doc/channels_masks_selections +++ b/chalk/doc/channels_masks_selections @@ -1,4 +1,4 @@ -We did a rethink on channels, selections and tqmasks last summer. +We did a rethink on channels, selections and masks last summer. Traditionally, a tqmask is seen as an extra channel for an image, analogous to the alpha channel. We want to do away with that idea. diff --git a/chalk/doc/colorspaces.xmi b/chalk/doc/colorspaces.xmi index cd874de8..c517ab0c 100644 --- a/chalk/doc/colorspaces.xmi +++ b/chalk/doc/colorspaces.xmi @@ -433,7 +433,7 @@ converted to the target model." isSpecification="false" isLeaf="false" visibilit <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="194" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="195" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="196" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="197" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="197" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="198" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="199" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="200" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -450,7 +450,7 @@ model together." isSpecification="false" isLeaf="false" visibility="protected" x <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="209" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="210" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="211" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="212" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="212" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="213" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="214" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="215" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -727,7 +727,7 @@ Returns false if the conversion failed, true if it succeeded" isSpecification="f <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="340" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="341" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="342" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="343" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="343" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="344" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="345" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="346" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -973,7 +973,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="447" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="448" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="449" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="450" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="450" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="451" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="452" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="453" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -992,7 +992,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="459" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="460" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="461" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="462" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="462" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="463" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="464" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="465" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1005,7 +1005,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="469" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="470" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="471" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="472" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="472" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="473" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="474" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="475" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1018,7 +1018,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="479" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="480" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="481" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="482" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="482" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="483" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="484" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="485" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1031,7 +1031,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="489" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="490" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="491" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="492" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="492" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="493" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="494" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="495" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1044,7 +1044,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="499" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="500" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="501" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="502" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="502" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="503" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="504" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="505" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1057,7 +1057,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="509" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="510" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="511" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="512" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="512" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="513" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="514" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="515" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1070,7 +1070,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="519" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="520" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="521" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="522" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="522" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="523" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="524" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="525" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1083,7 +1083,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="529" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="530" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="531" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="532" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="532" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="533" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="534" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="535" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1096,7 +1096,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="539" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="540" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="541" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="542" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="542" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="543" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="544" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="545" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1109,7 +1109,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="549" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="550" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="551" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="552" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="552" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="553" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="554" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="555" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1122,7 +1122,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="559" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="560" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="561" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="562" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="562" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="563" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="564" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="565" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -1302,7 +1302,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="642" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="643" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="644" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="645" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="645" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="646" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="647" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="648" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -1509,7 +1509,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="750" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="751" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="752" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="753" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="753" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="754" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="755" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="756" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -1528,7 +1528,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="762" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="763" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="764" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="765" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="765" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="766" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="767" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="768" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1541,7 +1541,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="772" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="773" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="774" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="775" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="775" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="776" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="777" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="778" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1554,7 +1554,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="782" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="783" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="784" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="785" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="785" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="786" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="787" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="788" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1567,7 +1567,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="792" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="793" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="794" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="795" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="795" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="796" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="797" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="798" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1580,7 +1580,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="802" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="803" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="804" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="805" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="805" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="806" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="807" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="808" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1593,7 +1593,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="812" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="813" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="814" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="815" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="815" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="816" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="817" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="818" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1606,7 +1606,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="822" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="823" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="824" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="825" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="825" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="826" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="827" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="828" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1619,7 +1619,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="832" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="833" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="834" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="835" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="835" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="836" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="837" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="838" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1632,7 +1632,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="842" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="843" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="844" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="845" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="845" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="846" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="847" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="848" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1645,7 +1645,7 @@ and down-scaling of channels." isSpecification="false" isLeaf="false" visibility <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="852" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="853" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="854" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="855" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="855" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="856" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="857" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="858" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -1881,7 +1881,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="966" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="967" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="968" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="969" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="969" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="970" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="971" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="972" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -1895,7 +1895,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="977" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="978" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="979" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="980" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="980" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="981" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="982" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="983" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1908,7 +1908,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="987" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="988" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="989" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="990" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="990" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="991" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="992" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="993" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1921,7 +1921,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="997" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="998" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="999" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1000" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1000" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1001" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1002" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1003" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1934,7 +1934,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1007" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1008" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1009" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1010" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1010" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1011" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1012" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1013" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1947,7 +1947,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1017" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1018" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1019" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1020" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1020" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1021" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1022" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1023" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1960,7 +1960,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1027" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1028" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1029" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1030" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1030" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1031" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1032" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1033" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1973,7 +1973,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1037" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1038" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1039" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1040" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1040" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1041" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1042" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1043" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1986,7 +1986,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1047" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1048" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1049" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1050" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1050" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1051" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1052" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1053" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -1999,7 +1999,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1057" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1058" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1059" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1060" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1060" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1061" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1062" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1063" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2012,7 +2012,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1067" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1068" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1069" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1070" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1070" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1071" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1072" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1073" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2025,7 +2025,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1077" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1078" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1079" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1080" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1080" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1081" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1082" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1083" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2038,7 +2038,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1087" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1088" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1089" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1090" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1090" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1091" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1092" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1093" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2051,7 +2051,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1097" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1098" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1099" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1100" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1100" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1101" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1102" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1103" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2064,7 +2064,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1107" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1108" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1109" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1110" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1110" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1111" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1112" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1113" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2077,7 +2077,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1117" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1118" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1119" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1120" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1120" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1121" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1122" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1123" isRoot="false" value="" type="6" isAbstract="false" name="opacity" /> @@ -2278,7 +2278,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1222" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1223" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1224" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1225" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1225" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1226" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1227" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1228" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -2292,7 +2292,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1233" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1234" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1235" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1236" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1236" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1237" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1238" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1239" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2305,7 +2305,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1243" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1244" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1245" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1246" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1246" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1247" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1248" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1249" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2318,7 +2318,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1253" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1254" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1255" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1256" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1256" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1257" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1258" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1259" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2331,7 +2331,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1263" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1264" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1265" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1266" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1266" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1267" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1268" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1269" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2344,7 +2344,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1273" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1274" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1275" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1276" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1276" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1277" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1278" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1279" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2357,7 +2357,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1283" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1284" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1285" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1286" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1286" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1287" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1288" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1289" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2370,7 +2370,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1293" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1294" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1295" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1296" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1296" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1297" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1298" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1299" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2383,7 +2383,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1303" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1304" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1305" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1306" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1306" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1307" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1308" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1309" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2396,7 +2396,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1313" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1314" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1315" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1316" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1316" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1317" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1318" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1319" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2409,7 +2409,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1323" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1324" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1325" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1326" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1326" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1327" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1328" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1329" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2422,7 +2422,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1333" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1334" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1335" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1336" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1336" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1337" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1338" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1339" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2435,7 +2435,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1343" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1344" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1345" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1346" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1346" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1347" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1348" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1349" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2448,7 +2448,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1353" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1354" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1355" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1356" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1356" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1357" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1358" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1359" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2461,7 +2461,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1363" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1364" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1365" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1366" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1366" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1367" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1368" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1369" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2474,7 +2474,7 @@ A plugin wrapper around the RGB F32 colour space strategy." isSpecification="fal <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1373" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1374" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1375" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1376" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1376" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1377" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1378" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1379" isRoot="false" value="" type="150" isAbstract="false" name="opacity" /> @@ -2688,7 +2688,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1490" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1491" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1492" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1493" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1493" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1494" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1495" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1496" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -2702,7 +2702,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1501" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1502" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1503" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1504" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1504" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1505" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1506" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1507" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2715,7 +2715,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1511" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1512" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1513" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1514" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1514" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1515" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1516" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1517" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2728,7 +2728,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1521" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1522" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1523" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1524" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1524" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1525" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1526" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1527" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2741,7 +2741,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1531" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1532" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1533" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1534" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1534" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1535" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1536" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1537" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2754,7 +2754,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1541" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1542" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1543" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1544" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1544" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1545" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1546" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1547" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2767,7 +2767,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1551" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1552" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1553" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1554" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1554" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1555" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1556" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1557" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2780,7 +2780,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1561" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1562" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1563" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1564" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1564" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1565" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1566" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1567" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2793,7 +2793,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1571" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1572" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1573" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1574" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1574" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1575" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1576" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1577" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2806,7 +2806,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1581" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1582" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1583" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1584" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1584" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1585" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1586" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1587" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2819,7 +2819,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1591" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1592" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1593" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1594" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1594" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1595" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1596" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1597" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2832,7 +2832,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1601" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1602" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1603" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1604" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1604" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1605" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1606" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1607" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2845,7 +2845,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1611" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1612" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1613" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1614" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1614" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1615" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1616" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1617" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2858,7 +2858,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1621" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1622" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1623" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1624" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1624" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1625" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1626" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1627" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -2871,7 +2871,7 @@ the compensation factor will be used to limit the darkening. <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1631" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1632" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1633" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1634" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1634" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1635" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1636" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1637" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -3087,7 +3087,7 @@ these wetpix structs for every paint device pixel" isSpecification="false" isLea <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1738" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1739" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1740" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1741" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1741" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1742" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1743" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1744" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -3297,7 +3297,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1849" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1850" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1851" isRoot="false" value="" type="54" isAbstract="false" name="srcAlphaMask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1852" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1852" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1853" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1854" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1855" isRoot="false" value="" type="44" isAbstract="false" name="cols" /> @@ -3323,7 +3323,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1868" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1869" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1870" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1871" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1871" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1872" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1873" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1874" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -3336,7 +3336,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1878" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1879" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1880" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1881" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1881" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1882" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1883" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1884" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -3349,7 +3349,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1888" isRoot="false" value="" type="54" isAbstract="false" name="src" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1889" isRoot="false" value="" type="44" isAbstract="false" name="srcRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1890" isRoot="false" value="" type="54" isAbstract="false" name="tqmask" /> - <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1891" isRoot="false" value="" type="44" isAbstract="false" name="tqmaskRowStride" /> + <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1891" isRoot="false" value="" type="44" isAbstract="false" name="maskRowStride" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1892" isRoot="false" value="" type="44" isAbstract="false" name="rows" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1893" isRoot="false" value="" type="44" isAbstract="false" name="columns" /> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1894" isRoot="false" value="" type="84" isAbstract="false" name="opacity" /> @@ -4065,7 +4065,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> </codedocument> - <classifiercodedocument writeOutCode="true" package="" id="2" tqparent_class="2" fileExt=".java" fileName="int" > + <classifiercodedocument writeOutCode="true" package="" id="2" parent_class="2" fileExt=".java" fileName="int" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4077,7 +4077,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="2" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="2" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Int&#010;" /> </header> @@ -4140,7 +4140,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="4" tqparent_class="4" fileExt=".java" fileName="char" > + <classifiercodedocument writeOutCode="true" package="" id="4" parent_class="4" fileExt=".java" fileName="char" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4152,7 +4152,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="4" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="4" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Char&#010;" /> </header> @@ -4215,7 +4215,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="5" tqparent_class="5" fileExt=".java" fileName="boolean" > + <classifiercodedocument writeOutCode="true" package="" id="5" parent_class="5" fileExt=".java" fileName="boolean" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4227,7 +4227,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="5" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="5" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Boolean&#010;" /> </header> @@ -4290,7 +4290,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="6" tqparent_class="6" fileExt=".java" fileName="float" > + <classifiercodedocument writeOutCode="true" package="" id="6" parent_class="6" fileExt=".java" fileName="float" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4302,7 +4302,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="6" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="6" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Float&#010;" /> </header> @@ -4365,7 +4365,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="7" tqparent_class="7" fileExt=".java" fileName="double" > + <classifiercodedocument writeOutCode="true" package="" id="7" parent_class="7" fileExt=".java" fileName="double" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4377,7 +4377,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="7" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="7" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Double&#010;" /> </header> @@ -4440,7 +4440,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="8" tqparent_class="8" fileExt=".java" fileName="byte" > + <classifiercodedocument writeOutCode="true" package="" id="8" parent_class="8" fileExt=".java" fileName="byte" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4452,7 +4452,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="8" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="8" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Byte&#010;" /> </header> @@ -4515,7 +4515,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="9" tqparent_class="9" fileExt=".java" fileName="short" > + <classifiercodedocument writeOutCode="true" package="" id="9" parent_class="9" fileExt=".java" fileName="short" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4527,7 +4527,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="9" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="9" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Short&#010;" /> </header> @@ -4590,7 +4590,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="10" tqparent_class="10" fileExt=".java" fileName="string" > + <classifiercodedocument writeOutCode="true" package="" id="10" parent_class="10" fileExt=".java" fileName="string" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4602,7 +4602,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="10" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="10" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class String&#010;" /> </header> @@ -4665,7 +4665,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="11" tqparent_class="11" fileExt=".java" fileName="QPainter" > + <classifiercodedocument writeOutCode="true" package="" id="11" parent_class="11" fileExt=".java" fileName="QPainter" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4677,7 +4677,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="11" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="11" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPainter&#010;" /> </header> @@ -4740,7 +4740,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="12" tqparent_class="12" fileExt=".java" fileName="KisIteratorPixel" > + <classifiercodedocument writeOutCode="true" package="" id="12" parent_class="12" fileExt=".java" fileName="KisIteratorPixel" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4752,7 +4752,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="12" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="12" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisIteratorPixel&#010;" /> </header> @@ -4815,7 +4815,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="13" tqparent_class="13" fileExt=".java" fileName="KisPixel" > + <classifiercodedocument writeOutCode="true" package="" id="13" parent_class="13" fileExt=".java" fileName="KisPixel" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4827,7 +4827,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="13" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="13" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPixel&#010;" /> </header> @@ -4890,7 +4890,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="14" tqparent_class="14" fileExt=".java" fileName="KisPixelRO" > + <classifiercodedocument writeOutCode="true" package="" id="14" parent_class="14" fileExt=".java" fileName="KisPixelRO" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4902,7 +4902,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="14" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="14" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPixelRO&#010;" /> </header> @@ -4965,7 +4965,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="15" tqparent_class="15" fileExt=".java" fileName="KisProfilePair" > + <classifiercodedocument writeOutCode="true" package="" id="15" parent_class="15" fileExt=".java" fileName="KisProfilePair" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4977,7 +4977,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="15" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="15" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProfilePair&#010;" /> </header> @@ -5040,7 +5040,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="17" tqparent_class="17" fileExt=".java" fileName="transform" > + <classifiercodedocument writeOutCode="true" package="" id="17" parent_class="17" fileExt=".java" fileName="transform" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5052,7 +5052,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="17" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="17" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Transform&#010;// This would be better, I guess." /> </header> @@ -5062,27 +5062,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text="public KisProfile srcProfile;" > + <ccfdeclarationcodeblock parent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text="public KisProfile srcProfile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT32 srcCmType;" > + <ccfdeclarationcodeblock parent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT32 srcCmType;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="22" tag="tblock_5" canDelete="false" indentLevel="1" text="public KisProfile dstProfile;" > + <ccfdeclarationcodeblock parent_id="22" tag="tblock_5" canDelete="false" indentLevel="1" text="public KisProfile dstProfile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT32 dstType;" > + <ccfdeclarationcodeblock parent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT32 dstType;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT32 renderIntent;" > + <ccfdeclarationcodeblock parent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT32 renderIntent;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -5116,52 +5116,52 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > + <codeaccessormethod accessType="0" parent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of srcProfile&#010;&#010;@return the value of srcProfile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="19" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > + <codeaccessormethod accessType="1" parent_id="19" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of srcProfile&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="21" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > + <codeaccessormethod accessType="0" parent_id="21" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of srcCmType&#010;&#010;@return the value of srcCmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="21" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > + <codeaccessormethod accessType="1" parent_id="21" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of srcCmType&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="22" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > + <codeaccessormethod accessType="0" parent_id="22" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of dstProfile&#010;&#010;@return the value of dstProfile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="22" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > + <codeaccessormethod accessType="1" parent_id="22" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of dstProfile&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="23" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > + <codeaccessormethod accessType="0" parent_id="23" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of dstType&#010;&#010;@return the value of dstType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > + <codeaccessormethod accessType="1" parent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of dstType&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > + <codeaccessormethod accessType="0" parent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of renderIntent&#010;&#010;@return the value of renderIntent" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > + <codeaccessormethod accessType="1" parent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of renderIntent&#010;&#010;" /> </header> @@ -5191,101 +5191,101 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="19" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="19" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text="public KisProfile srcProfile;" > + <ccfdeclarationcodeblock parent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text="public KisProfile srcProfile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > + <codeaccessormethod accessType="0" parent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of srcProfile&#010;&#010;@return the value of srcProfile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="19" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > + <codeaccessormethod accessType="1" parent_id="19" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of srcProfile&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="21" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="21" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT32 srcCmType;" > + <ccfdeclarationcodeblock parent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT32 srcCmType;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="21" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > + <codeaccessormethod accessType="0" parent_id="21" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of srcCmType&#010;&#010;@return the value of srcCmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="21" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > + <codeaccessormethod accessType="1" parent_id="21" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of srcCmType&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="22" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="22" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="22" tag="tblock_5" canDelete="false" indentLevel="1" text="public KisProfile dstProfile;" > + <ccfdeclarationcodeblock parent_id="22" tag="tblock_5" canDelete="false" indentLevel="1" text="public KisProfile dstProfile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="22" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > + <codeaccessormethod accessType="0" parent_id="22" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of dstProfile&#010;&#010;@return the value of dstProfile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="22" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > + <codeaccessormethod accessType="1" parent_id="22" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of dstProfile&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="23" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="23" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT32 dstType;" > + <ccfdeclarationcodeblock parent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT32 dstType;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="23" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > + <codeaccessormethod accessType="0" parent_id="23" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of dstType&#010;&#010;@return the value of dstType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > + <codeaccessormethod accessType="1" parent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of dstType&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="24" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="24" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT32 renderIntent;" > + <ccfdeclarationcodeblock parent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT32 renderIntent;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > + <codeaccessormethod accessType="0" parent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of renderIntent&#010;&#010;@return the value of renderIntent" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > + <codeaccessormethod accessType="1" parent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of renderIntent&#010;&#010;" /> </header> @@ -5293,7 +5293,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="18" tqparent_class="18" fileExt=".java" fileName="KisProfile" > + <classifiercodedocument writeOutCode="true" package="" id="18" parent_class="18" fileExt=".java" fileName="KisProfile" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5305,7 +5305,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="18" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="18" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProfile&#010;" /> </header> @@ -5368,7 +5368,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="20" tqparent_class="20" fileExt=".java" fileName="Q_UINT32" > + <classifiercodedocument writeOutCode="true" package="" id="20" parent_class="20" fileExt=".java" fileName="Q_UINT32" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5380,7 +5380,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="20" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="20" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT32&#010;" /> </header> @@ -5443,7 +5443,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="25" tqparent_class="25" fileExt=".java" fileName="struct KisColorAdjustment" > + <classifiercodedocument writeOutCode="true" package="" id="25" parent_class="25" fileExt=".java" fileName="struct KisColorAdjustment" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5455,7 +5455,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="25" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="25" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Struct KisColorAdjustment&#010;" /> </header> @@ -5518,7 +5518,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="26" tqparent_class="26" fileExt=".java" fileName="KisAbstractColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="26" parent_class="26" fileExt=".java" fileName="KisAbstractColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5530,7 +5530,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="26" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="26" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAbstractColorSpace&#010;A colorspace strategy is the definition of a certain color model&#010;in Chalk." /> </header> @@ -5540,67 +5540,67 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text="protected QStringList m_profileFilenames;" > + <ccfdeclarationcodeblock parent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text="protected QStringList m_profileFilenames;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="228" tag="tblock_2" canDelete="false" indentLevel="1" text="protected KisProfileSP m_defaultProfile;" > + <ccfdeclarationcodeblock parent_id="228" tag="tblock_2" canDelete="false" indentLevel="1" text="protected KisProfileSP m_defaultProfile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected Q_UINT8* m_qcolordata;" > <header> <codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaPos;" > + <ccfdeclarationcodeblock parent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaPos;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaSize;" > + <ccfdeclarationcodeblock parent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaSize;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="232" tag="tblock_14" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="232" tag="tblock_14" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultToRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="233" tag="tblock_17" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="233" tag="tblock_17" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultFromRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="234" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisID m_id;" > + <ccfdeclarationcodeblock parent_id="234" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisID m_id;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="235" tag="tblock_23" canDelete="false" indentLevel="1" text="private DWORD m_cmType;" > + <ccfdeclarationcodeblock parent_id="235" tag="tblock_23" canDelete="false" indentLevel="1" text="private DWORD m_cmType;" > <header> <codecomment tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="236" tag="tblock_26" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > + <ccfdeclarationcodeblock parent_id="236" tag="tblock_26" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > <header> <codecomment tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="238" tag="tblock_29" canDelete="false" indentLevel="1" text="private TransformMap m_transforms;" > + <ccfdeclarationcodeblock parent_id="238" tag="tblock_29" canDelete="false" indentLevel="1" text="private TransformMap m_transforms;" > <header> <codecomment tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private Q_UINT32 m_cachesize;" > + <ccfdeclarationcodeblock parent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private Q_UINT32 m_cachesize;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private Q_UINT8* m_conversionCache;" > + <ccfdeclarationcodeblock parent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private Q_UINT8* m_conversionCache;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -5634,132 +5634,132 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > + <codeaccessormethod accessType="0" parent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profileFilenames&#010;&#010;@return the value of m_profileFilenames" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="227" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > + <codeaccessormethod accessType="1" parent_id="227" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profileFilenames&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="228" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > + <codeaccessormethod accessType="0" parent_id="228" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultProfile&#010;&#010;@return the value of m_defaultProfile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="228" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > + <codeaccessormethod accessType="1" parent_id="228" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultProfile&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="229" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="229" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="229" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="229" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="230" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > + <codeaccessormethod accessType="0" parent_id="230" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alphaPos&#010;&#010;@return the value of m_alphaPos" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="230" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > + <codeaccessormethod accessType="1" parent_id="230" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alphaPos&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="231" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > + <codeaccessormethod accessType="0" parent_id="231" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alphaSize&#010;&#010;@return the value of m_alphaSize" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="231" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > + <codeaccessormethod accessType="1" parent_id="231" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alphaSize&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="232" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="232" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultToRGB&#010;&#010;@return the value of m_defaultToRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="232" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="232" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultToRGB&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="233" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="233" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultFromRGB&#010;&#010;@return the value of m_defaultFromRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="233" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="233" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultFromRGB&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="234" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="234" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_id&#010;&#010;@return the value of m_id" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="234" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="234" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_id&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="235" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > + <codeaccessormethod accessType="0" parent_id="235" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="235" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > + <codeaccessormethod accessType="1" parent_id="235" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="236" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="236" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="236" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="236" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="238" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > + <codeaccessormethod accessType="0" parent_id="238" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="238" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > + <codeaccessormethod accessType="1" parent_id="238" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="245" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > + <codeaccessormethod accessType="0" parent_id="245" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_cachesize&#010;&#010;@return the value of m_cachesize" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > + <codeaccessormethod accessType="1" parent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_cachesize&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > + <codeaccessormethod accessType="0" parent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_conversionCache&#010;&#010;@return the value of m_conversionCache" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > + <codeaccessormethod accessType="1" parent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_conversionCache&#010;&#010;" /> </header> @@ -5779,252 +5779,252 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="31" tag="operation_31" canDelete="false" indentLevel="1" > + <codeoperation parent_id="31" tag="operation_31" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Create a new colorspace strategy.&#010;&#010;@param id The Chalk identification of this color model.&#010;@param cmType The littlecms colorstrategy type we wrap.&#010;@param colorSpaceSignature The icc signature for the colorspace we are." /> </header> </codeoperation> - <codeoperation tqparent_id="40" tag="operation_40" canDelete="false" indentLevel="1" > + <codeoperation parent_id="40" tag="operation_40" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="41" tag="operation_41" canDelete="false" indentLevel="1" > + <codeoperation parent_id="41" tag="operation_41" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="//========== Channels =====================================================//// Return a vector describing all the channels this color model has." /> </header> </codeoperation> - <codeoperation tqparent_id="43" tag="operation_43" canDelete="false" indentLevel="1" > + <codeoperation parent_id="43" tag="operation_43" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="The total number of channels for a single pixel in this color model" /> </header> </codeoperation> - <codeoperation tqparent_id="45" tag="operation_45" canDelete="false" indentLevel="1" > + <codeoperation parent_id="45" tag="operation_45" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="The total number of color channels (excludes alpha and substance) for a single&#010;pixel in this color model." /> </header> </codeoperation> - <codeoperation tqparent_id="46" tag="operation_46" canDelete="false" indentLevel="1" > + <codeoperation parent_id="46" tag="operation_46" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="47" tag="operation_47" canDelete="false" indentLevel="1" > + <codeoperation parent_id="47" tag="operation_47" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="The size in bytes of a single pixel in this color model" /> </header> </codeoperation> - <codeoperation tqparent_id="48" tag="operation_48" canDelete="false" indentLevel="1" > + <codeoperation parent_id="48" tag="operation_48" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Whether this color model has a channel of type ALPHA" /> </header> </codeoperation> - <codeoperation tqparent_id="50" tag="operation_50" canDelete="false" indentLevel="1" > + <codeoperation parent_id="50" tag="operation_50" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="51" tag="operation_51" canDelete="false" indentLevel="1" > + <codeoperation parent_id="51" tag="operation_51" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="52" tag="operation_52" canDelete="false" indentLevel="1" > + <codeoperation parent_id="52" tag="operation_52" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return a string with the channel's value suitable for display in the gui." /> </header> </codeoperation> - <codeoperation tqparent_id="58" tag="operation_58" canDelete="false" indentLevel="1" > + <codeoperation parent_id="58" tag="operation_58" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return a string with the channel's value with integer&#010;channels normalised to the floating point range 0 to 1, if appropriate." /> </header> </codeoperation> - <codeoperation tqparent_id="61" tag="operation_61" canDelete="false" indentLevel="1" > + <codeoperation parent_id="61" tag="operation_61" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisID " /> </header> </codeoperation> - <codeoperation tqparent_id="62" tag="operation_62" canDelete="false" indentLevel="1" > + <codeoperation parent_id="62" tag="operation_62" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param type &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="64" tag="operation_64" canDelete="false" indentLevel="1" > + <codeoperation parent_id="64" tag="operation_64" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_UINT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="65" tag="operation_65" canDelete="false" indentLevel="1" > + <codeoperation parent_id="65" tag="operation_65" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param signature &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="67" tag="operation_67" canDelete="false" indentLevel="1" > + <codeoperation parent_id="67" tag="operation_67" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return icColorSpaceSignature " /> </header> </codeoperation> - <codeoperation tqparent_id="68" tag="operation_68" canDelete="false" indentLevel="1" > + <codeoperation parent_id="68" tag="operation_68" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="//========== Capabilities =================================================///**&#010;Returns the list of user-visible composite ops supported by this colourspace. Internal&#010;ops such as COPY, CLEAR, and ERASE, are not included as these make no sense&#010;for layers in the full image model." /> </header> </codeoperation> - <codeoperation tqparent_id="70" tag="operation_70" canDelete="false" indentLevel="1" > + <codeoperation parent_id="70" tag="operation_70" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="71" tag="operation_71" canDelete="false" indentLevel="1" > + <codeoperation parent_id="71" tag="operation_71" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="//========== Display profiles =============================================///**&#010;Get a list of profiles that apply to this color space" /> </header> </codeoperation> - <codeoperation tqparent_id="73" tag="operation_73" canDelete="false" indentLevel="1" > + <codeoperation parent_id="73" tag="operation_73" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return the number of profiles available for this color space" /> </header> </codeoperation> - <codeoperation tqparent_id="74" tag="operation_74" canDelete="false" indentLevel="1" > + <codeoperation parent_id="74" tag="operation_74" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&#010;The nativeColor methods take a given color defined as an RGB QColor&#010;and fills a byte array with the corresponding color in the&#010;the colorspace managed by this strategy.&#010;&#010;The profile parameter is the profile of the paint device; the other profile&#010;is the display profile -- since we are moving from QColor&#010;that have most likely been picked from the display itself.&#010;&#010;XXX: We actually do not use the display yet, nor the paint device profile" /> </header> </codeoperation> - <codeoperation tqparent_id="82" tag="operation_82" canDelete="false" indentLevel="1" > + <codeoperation parent_id="82" tag="operation_82" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="88" tag="operation_88" canDelete="false" indentLevel="1" > + <codeoperation parent_id="88" tag="operation_88" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&#010;and converts the contents to a QColor, using the given profile as a source&#010;profile and the display profile as a destination profile.&#010;&#010;XXX: We actually do not use the display yet, nor the paint device profile&#010;" /> </header> </codeoperation> - <codeoperation tqparent_id="93" tag="operation_93" canDelete="false" indentLevel="1" > + <codeoperation parent_id="93" tag="operation_93" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="99" tag="operation_99" canDelete="false" indentLevel="1" > + <codeoperation parent_id="99" tag="operation_99" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the alpha value of the given pixel.&#010;XXX: Change to float/int to match setAlpha() when that changes." /> </header> </codeoperation> - <codeoperation tqparent_id="102" tag="operation_102" canDelete="false" indentLevel="1" > + <codeoperation parent_id="102" tag="operation_102" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="105" tag="operation_105" canDelete="false" indentLevel="1" > + <codeoperation parent_id="105" tag="operation_105" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="108" tag="operation_108" canDelete="false" indentLevel="1" > + <codeoperation parent_id="108" tag="operation_108" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="This function is used to convert a KisPixelRepresentation from this color strategy to the specified&#010;color strategy." /> </header> </codeoperation> - <codeoperation tqparent_id="113" tag="operation_113" canDelete="false" indentLevel="1" > + <codeoperation parent_id="113" tag="operation_113" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.&#010;The pixels are supposed to be encoded in this color model.&#010;&#010;@param data A pointer to a contiguous memory region containing width * height pixels&#010;@param width in pixels&#010;@param height in pixels&#010;@param srcProfile source profile&#010;@param dstProfile destination profile&#010;@param renderingIntent the rendering intent&#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." /> </header> </codeoperation> - <codeoperation tqparent_id="122" tag="operation_122" canDelete="false" indentLevel="1" > + <codeoperation parent_id="122" tag="operation_122" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Convert a byte array of srcLen pixels *src to the specified color space&#010;and put the converted bytes into the prepared byte array *dst.&#010;&#010;Returns false if the conversion failed, true if it succeeded" /> </header> </codeoperation> - <codeoperation tqparent_id="131" tag="operation_131" canDelete="false" indentLevel="1" > + <codeoperation parent_id="131" tag="operation_131" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Convert the value of the channel at the specified position into&#010;an 8-bit value." /> </header> </codeoperation> - <codeoperation tqparent_id="134" tag="operation_134" canDelete="false" indentLevel="1" > + <codeoperation parent_id="134" tag="operation_134" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Convert the value of the channel at the specified position into&#010;a 16-bit value. This may be upscaling or downscaling, depending&#010;on the defined value of the channel" /> </header> </codeoperation> - <codeoperation tqparent_id="137" tag="operation_137" canDelete="false" indentLevel="1" > + <codeoperation parent_id="137" tag="operation_137" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**&#010;Set the alpha channel to the given value.&#010;&#010;pixels -- a pointer to the pixels that will have their alpha set to this value&#010;alpha -- XXX: This must become int or float&#010;nPixels -- the number of pixels&#010;&#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" /> </header> </codeoperation> - <codeoperation tqparent_id="141" tag="operation_141" canDelete="false" indentLevel="1" > + <codeoperation parent_id="141" tag="operation_141" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Applies the specified 8-bit alpha tqmask to the pixels. We assume that there are just&#010;as many alpha values as pixels but we do not check this." /> </header> </codeoperation> - <codeoperation tqparent_id="145" tag="operation_145" canDelete="false" indentLevel="1" > + <codeoperation parent_id="145" tag="operation_145" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Applies the inverted 8-bit alpha tqmask to the pixels. We assume that there are just&#010;as many alpha values as pixels but we do not check this." /> </header> </codeoperation> - <codeoperation tqparent_id="149" tag="operation_149" canDelete="false" indentLevel="1" > + <codeoperation parent_id="149" tag="operation_149" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Create an adjustment object for adjusting the brightness and contrast&#010;transferValues is a 256 bins array with values from 0 to 0xFFFF" /> </header> </codeoperation> - <codeoperation tqparent_id="155" tag="operation_155" canDelete="false" indentLevel="1" > + <codeoperation parent_id="155" tag="operation_155" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Apply the adjustment created with onr of the other functions" /> </header> </codeoperation> - <codeoperation tqparent_id="160" tag="operation_160" canDelete="false" indentLevel="1" > + <codeoperation parent_id="160" tag="operation_160" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// XXX: What with alpha channels? YYY: Add an overloaded function that takes alpha into account?/**&#010;Get the difference between 2 colors, normalized in the range (0,255)" /> </header> </codeoperation> - <codeoperation tqparent_id="164" tag="operation_164" canDelete="false" indentLevel="1" > + <codeoperation parent_id="164" tag="operation_164" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Mix the colors given their weights and return in dst&#010;The sum of weights is assumed 255" /> </header> </codeoperation> - <codeoperation tqparent_id="170" tag="operation_170" canDelete="false" indentLevel="1" > + <codeoperation parent_id="170" tag="operation_170" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Convolve the given array of pointers to pixels and return the result&#010;in dst. The kernel values are clamped between -128 and 128" /> </header> </codeoperation> - <codeoperation tqparent_id="181" tag="operation_181" canDelete="false" indentLevel="1" > + <codeoperation parent_id="181" tag="operation_181" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Darken all color channels with the given amount. If compensate is true,&#010;the compensation factor will be used to limit the darkening.&#010;&#010;(See the bumpmap filter)" /> </header> </codeoperation> - <codeoperation tqparent_id="188" tag="operation_188" canDelete="false" indentLevel="1" > + <codeoperation parent_id="188" tag="operation_188" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Calculate the intensity of the given pixel, scaled down to the range 0-255. XXX: Maybe this should be more flexible" /> </header> </codeoperation> - <codeoperation tqparent_id="190" tag="operation_190" canDelete="false" indentLevel="1" > + <codeoperation parent_id="190" tag="operation_190" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Compose two arrays of pixels together. If source and target&#010;are not the same colour model, the source pixels will be&#010;converted to the target model." /> </header> </codeoperation> - <codeoperation tqparent_id="206" tag="operation_206" canDelete="false" indentLevel="1" > + <codeoperation parent_id="206" tag="operation_206" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Compose two byte arrays containing pixels in the same color&#010;model together." /> </header> </codeoperation> - <codeoperation tqparent_id="217" tag="operation_217" canDelete="false" indentLevel="1" > + <codeoperation parent_id="217" tag="operation_217" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dstColorStrategy &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@return cmsHTRANSFORM " /> </header> </codeoperation> - <codeoperation tqparent_id="223" tag="operation_223" canDelete="false" indentLevel="1" > + <codeoperation parent_id="223" tag="operation_223" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisProfileSP " /> </header> </codeoperation> - <codeoperation tqparent_id="224" tag="operation_224" canDelete="false" indentLevel="1" > + <codeoperation parent_id="224" tag="operation_224" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="239" tag="operation_239" canDelete="false" indentLevel="1" > + <codeoperation parent_id="239" tag="operation_239" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="242" tag="operation_242" canDelete="false" indentLevel="1" > + <codeoperation parent_id="242" tag="operation_242" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisAbstractColorSpace& " /> </header> @@ -6040,471 +6040,471 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="28" field_type="6357104" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="28" field_type="6357104" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="227" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="227" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text="protected QStringList m_profileFilenames;" > + <ccfdeclarationcodeblock parent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text="protected QStringList m_profileFilenames;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > + <codeaccessormethod accessType="0" parent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profileFilenames&#010;&#010;@return the value of m_profileFilenames" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="227" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > + <codeaccessormethod accessType="1" parent_id="227" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profileFilenames&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="228" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="228" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="228" tag="tblock_2" canDelete="false" indentLevel="1" text="protected KisProfileSP m_defaultProfile;" > + <ccfdeclarationcodeblock parent_id="228" tag="tblock_2" canDelete="false" indentLevel="1" text="protected KisProfileSP m_defaultProfile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="228" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > + <codeaccessormethod accessType="0" parent_id="228" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultProfile&#010;&#010;@return the value of m_defaultProfile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="228" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > + <codeaccessormethod accessType="1" parent_id="228" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultProfile&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="229" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="229" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// A small buffer for conversion from and to qcolor." /> </header> - <ccfdeclarationcodeblock tqparent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected Q_UINT8* m_qcolordata;" > <header> <codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="229" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="229" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="229" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="229" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="230" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="230" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaPos;" > + <ccfdeclarationcodeblock parent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaPos;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="230" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > + <codeaccessormethod accessType="0" parent_id="230" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alphaPos&#010;&#010;@return the value of m_alphaPos" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="230" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > + <codeaccessormethod accessType="1" parent_id="230" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alphaPos&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="231" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="231" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaSize;" > + <ccfdeclarationcodeblock parent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaSize;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="231" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > + <codeaccessormethod accessType="0" parent_id="231" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alphaSize&#010;&#010;@return the value of m_alphaSize" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="231" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > + <codeaccessormethod accessType="1" parent_id="231" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alphaSize&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="232" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="232" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="232" tag="tblock_14" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="232" tag="tblock_14" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultToRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="232" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="232" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultToRGB&#010;&#010;@return the value of m_defaultToRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="232" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="232" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultToRGB&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="233" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="233" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="233" tag="tblock_17" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="233" tag="tblock_17" canDelete="false" indentLevel="1" text="protected cmsHTRANSFORM m_defaultFromRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="233" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="233" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultFromRGB&#010;&#010;@return the value of m_defaultFromRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="233" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="233" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultFromRGB&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="234" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="234" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="234" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisID m_id;" > + <ccfdeclarationcodeblock parent_id="234" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisID m_id;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="234" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="234" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_id&#010;&#010;@return the value of m_id" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="234" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="234" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_id&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="235" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="235" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// The colorspace type as defined by littlecms" /> </header> - <ccfdeclarationcodeblock tqparent_id="235" tag="tblock_23" canDelete="false" indentLevel="1" text="private DWORD m_cmType;" > + <ccfdeclarationcodeblock parent_id="235" tag="tblock_23" canDelete="false" indentLevel="1" text="private DWORD m_cmType;" > <header> <codecomment tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="235" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > + <codeaccessormethod accessType="0" parent_id="235" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="235" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > + <codeaccessormethod accessType="1" parent_id="235" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="236" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="236" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// The colorspace signature as defined in icm/icc files" /> </header> - <ccfdeclarationcodeblock tqparent_id="236" tag="tblock_26" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > + <ccfdeclarationcodeblock parent_id="236" tag="tblock_26" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > <header> <codecomment tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="236" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="236" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="236" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="236" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Cache for existing transforms" /> </header> - <ccfdeclarationcodeblock tqparent_id="238" tag="tblock_29" canDelete="false" indentLevel="1" text="private TransformMap m_transforms;" > + <ccfdeclarationcodeblock parent_id="238" tag="tblock_29" canDelete="false" indentLevel="1" text="private TransformMap m_transforms;" > <header> <codecomment tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="238" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > + <codeaccessormethod accessType="0" parent_id="238" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="238" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > + <codeaccessormethod accessType="1" parent_id="238" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="245" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="245" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private Q_UINT32 m_cachesize;" > + <ccfdeclarationcodeblock parent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private Q_UINT32 m_cachesize;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="245" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > + <codeaccessormethod accessType="0" parent_id="245" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_cachesize&#010;&#010;@return the value of m_cachesize" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > + <codeaccessormethod accessType="1" parent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_cachesize&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="246" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="246" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private Q_UINT8* m_conversionCache;" > + <ccfdeclarationcodeblock parent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private Q_UINT8* m_conversionCache;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > + <codeaccessormethod accessType="0" parent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_conversionCache&#010;&#010;@return the value of m_conversionCache" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > + <codeaccessormethod accessType="1" parent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_conversionCache&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="248" field_type="2097190" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="248" field_type="2097190" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU8BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU8BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="351" field_type="7471221" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="351" field_type="7471221" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisF32BaseColorSpace = new KisF32BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisF32BaseColorSpace = new KisF32BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisF32BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisF32BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="359" field_type="3866701" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="359" field_type="3866701" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisU16BaseColorSpace = new KisU16BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisU16BaseColorSpace = new KisU16BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU16BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU16BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1664" field_type="7274528" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1664" field_type="7274528" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisWetColorSpace = new KisWetColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisWetColorSpace = new KisWetColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisWetColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisWetColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1775" field_type="49" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1775" field_type="49" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisWetStickyColorSpace = new KisWetStickyColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisWetStickyColorSpace = new KisWetStickyColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisWetStickyColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisWetStickyColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -6512,7 +6512,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="27" tqparent_class="27" fileExt=".java" fileName="KShared" > + <classifiercodedocument writeOutCode="true" package="" id="27" parent_class="27" fileExt=".java" fileName="KShared" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6524,7 +6524,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="27" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="27" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KShared&#010;" /> </header> @@ -6586,36 +6586,36 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="28" field_type="7077996" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="28" field_type="7077996" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAbstractColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAbstractColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="28" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="28" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -6623,7 +6623,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="32" tqparent_class="32" fileExt=".java" fileName="void" > + <classifiercodedocument writeOutCode="true" package="" id="32" parent_class="32" fileExt=".java" fileName="void" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6635,7 +6635,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="32" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="32" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Void&#010;" /> </header> @@ -6698,7 +6698,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="33" tqparent_class="33" fileExt=".java" fileName="KisID" > + <classifiercodedocument writeOutCode="true" package="" id="33" parent_class="33" fileExt=".java" fileName="KisID" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6710,7 +6710,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="33" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="33" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisID&#010;" /> </header> @@ -6773,7 +6773,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="34" tqparent_class="34" fileExt=".java" fileName="const KisID&" > + <classifiercodedocument writeOutCode="true" package="" id="34" parent_class="34" fileExt=".java" fileName="const KisID&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6785,7 +6785,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="34" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="34" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisID&&#010;" /> </header> @@ -6848,7 +6848,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="36" tqparent_class="36" fileExt=".java" fileName="DWORD" > + <classifiercodedocument writeOutCode="true" package="" id="36" parent_class="36" fileExt=".java" fileName="DWORD" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6860,7 +6860,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="36" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="36" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class DWORD&#010;" /> </header> @@ -6923,7 +6923,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="38" tqparent_class="38" fileExt=".java" fileName="icColorSpaceSignature" > + <classifiercodedocument writeOutCode="true" package="" id="38" parent_class="38" fileExt=".java" fileName="icColorSpaceSignature" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6935,7 +6935,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="38" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="38" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class IcColorSpaceSignature&#010;" /> </header> @@ -6998,7 +6998,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="42" tqparent_class="42" fileExt=".java" fileName="vKisChannelInfoSP" > + <classifiercodedocument writeOutCode="true" package="" id="42" parent_class="42" fileExt=".java" fileName="vKisChannelInfoSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7010,7 +7010,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="42" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="42" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisChannelInfoSP&#010;" /> </header> @@ -7073,7 +7073,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="44" tqparent_class="44" fileExt=".java" fileName="Q_INT32" > + <classifiercodedocument writeOutCode="true" package="" id="44" parent_class="44" fileExt=".java" fileName="Q_INT32" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7085,7 +7085,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="44" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="44" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT32&#010;" /> </header> @@ -7148,7 +7148,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="49" tqparent_class="49" fileExt=".java" fileName="bool" > + <classifiercodedocument writeOutCode="true" package="" id="49" parent_class="49" fileExt=".java" fileName="bool" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7160,7 +7160,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="49" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="49" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Bool&#010;" /> </header> @@ -7223,7 +7223,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="53" tqparent_class="53" fileExt=".java" fileName="Q_UINT8" > + <classifiercodedocument writeOutCode="true" package="" id="53" parent_class="53" fileExt=".java" fileName="Q_UINT8" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7235,7 +7235,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="53" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="53" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT8&#010;" /> </header> @@ -7298,7 +7298,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="54" tqparent_class="54" fileExt=".java" fileName="const Q_UINT8*" > + <classifiercodedocument writeOutCode="true" package="" id="54" parent_class="54" fileExt=".java" fileName="const Q_UINT8*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7310,7 +7310,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="54" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="54" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const Q_UINT8*&#010;" /> </header> @@ -7373,7 +7373,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="57" tqparent_class="57" fileExt=".java" fileName=TQSTRING_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="57" parent_class="57" fileExt=".java" fileName=TQSTRING_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7385,7 +7385,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="57" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="57" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QString&#010;" /> </header> @@ -7448,7 +7448,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="69" tqparent_class="69" fileExt=".java" fileName="KisCompositeOpList" > + <classifiercodedocument writeOutCode="true" package="" id="69" parent_class="69" fileExt=".java" fileName="KisCompositeOpList" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7460,7 +7460,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="69" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="69" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCompositeOpList&#010;" /> </header> @@ -7523,7 +7523,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="72" tqparent_class="72" fileExt=".java" fileName="vKisProfileSP" > + <classifiercodedocument writeOutCode="true" package="" id="72" parent_class="72" fileExt=".java" fileName="vKisProfileSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7535,7 +7535,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="72" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="72" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisProfileSP&#010;" /> </header> @@ -7598,7 +7598,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="75" tqparent_class="75" fileExt=".java" fileName="QColor" > + <classifiercodedocument writeOutCode="true" package="" id="75" parent_class="75" fileExt=".java" fileName="QColor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7610,7 +7610,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="75" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="75" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QColor&#010;" /> </header> @@ -7673,7 +7673,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="76" tqparent_class="76" fileExt=".java" fileName="const QColor&" > + <classifiercodedocument writeOutCode="true" package="" id="76" parent_class="76" fileExt=".java" fileName="const QColor&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7685,7 +7685,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="76" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="76" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QColor&&#010;" /> </header> @@ -7748,7 +7748,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="78" tqparent_class="78" fileExt=".java" fileName="Q_UINT8*" > + <classifiercodedocument writeOutCode="true" package="" id="78" parent_class="78" fileExt=".java" fileName="Q_UINT8*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7760,7 +7760,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="78" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="78" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT8*&#010;" /> </header> @@ -7823,7 +7823,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="80" tqparent_class="80" fileExt=".java" fileName="KisProfileSP" > + <classifiercodedocument writeOutCode="true" package="" id="80" parent_class="80" fileExt=".java" fileName="KisProfileSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7835,7 +7835,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="80" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="80" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProfileSP&#010;" /> </header> @@ -7898,7 +7898,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="84" tqparent_class="84" fileExt=".java" fileName="QUANTUM" > + <classifiercodedocument writeOutCode="true" package="" id="84" parent_class="84" fileExt=".java" fileName="QUANTUM" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7910,7 +7910,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="84" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="84" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QUANTUM&#010;" /> </header> @@ -7973,7 +7973,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="90" tqparent_class="90" fileExt=".java" fileName="QColor*" > + <classifiercodedocument writeOutCode="true" package="" id="90" parent_class="90" fileExt=".java" fileName="QColor*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7985,7 +7985,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="90" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="90" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QColor*&#010;" /> </header> @@ -8048,7 +8048,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="96" tqparent_class="96" fileExt=".java" fileName="QUANTUM*" > + <classifiercodedocument writeOutCode="true" package="" id="96" parent_class="96" fileExt=".java" fileName="QUANTUM*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8060,7 +8060,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="96" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="96" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QUANTUM*&#010;" /> </header> @@ -8123,7 +8123,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="109" tqparent_class="109" fileExt=".java" fileName="KisPixel&" > + <classifiercodedocument writeOutCode="true" package="" id="109" parent_class="109" fileExt=".java" fileName="KisPixel&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8135,7 +8135,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="109" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="109" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPixel&&#010;" /> </header> @@ -8198,7 +8198,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="121" tqparent_class="121" fileExt=".java" fileName="QImage" > + <classifiercodedocument writeOutCode="true" package="" id="121" parent_class="121" fileExt=".java" fileName="QImage" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8210,7 +8210,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="121" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="121" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QImage&#010;" /> </header> @@ -8273,7 +8273,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="126" tqparent_class="126" fileExt=".java" fileName="KisAbstractColorSpace*" > + <classifiercodedocument writeOutCode="true" package="" id="126" parent_class="126" fileExt=".java" fileName="KisAbstractColorSpace*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8285,7 +8285,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="126" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="126" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAbstractColorSpace*&#010;" /> </header> @@ -8348,7 +8348,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="150" tqparent_class="150" fileExt=".java" fileName="Q_UINT16" > + <classifiercodedocument writeOutCode="true" package="" id="150" parent_class="150" fileExt=".java" fileName="Q_UINT16" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8360,7 +8360,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="150" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="150" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT16&#010;" /> </header> @@ -8423,7 +8423,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="151" tqparent_class="151" fileExt=".java" fileName="Q_UINT16*" > + <classifiercodedocument writeOutCode="true" package="" id="151" parent_class="151" fileExt=".java" fileName="Q_UINT16*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8435,7 +8435,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="151" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="151" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT16*&#010;" /> </header> @@ -8498,7 +8498,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="153" tqparent_class="153" fileExt=".java" fileName="KisColorAdjustment" > + <classifiercodedocument writeOutCode="true" package="" id="153" parent_class="153" fileExt=".java" fileName="KisColorAdjustment" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8510,7 +8510,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="153" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="153" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisColorAdjustment&#010;" /> </header> @@ -8573,7 +8573,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="154" tqparent_class="154" fileExt=".java" fileName="KisColorAdjustment*" > + <classifiercodedocument writeOutCode="true" package="" id="154" parent_class="154" fileExt=".java" fileName="KisColorAdjustment*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8585,7 +8585,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="154" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="154" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisColorAdjustment*&#010;" /> </header> @@ -8648,7 +8648,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="163" tqparent_class="163" fileExt=".java" fileName="Q_INT8" > + <classifiercodedocument writeOutCode="true" package="" id="163" parent_class="163" fileExt=".java" fileName="Q_INT8" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8660,7 +8660,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="163" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="163" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT8&#010;" /> </header> @@ -8723,7 +8723,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="165" tqparent_class="165" fileExt=".java" fileName="const Q_UINT8**" > + <classifiercodedocument writeOutCode="true" package="" id="165" parent_class="165" fileExt=".java" fileName="const Q_UINT8**" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8735,7 +8735,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="165" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="165" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const Q_UINT8**&#010;" /> </header> @@ -8798,7 +8798,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="171" tqparent_class="171" fileExt=".java" fileName="Q_UINT8**" > + <classifiercodedocument writeOutCode="true" package="" id="171" parent_class="171" fileExt=".java" fileName="Q_UINT8**" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8810,7 +8810,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="171" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="171" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT8**&#010;" /> </header> @@ -8873,7 +8873,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="173" tqparent_class="173" fileExt=".java" fileName="Q_INT32*" > + <classifiercodedocument writeOutCode="true" package="" id="173" parent_class="173" fileExt=".java" fileName="Q_INT32*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8885,7 +8885,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="173" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="173" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT32*&#010;" /> </header> @@ -8948,7 +8948,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="175" tqparent_class="175" fileExt=".java" fileName="enumChannelFlags" > + <classifiercodedocument writeOutCode="true" package="" id="175" parent_class="175" fileExt=".java" fileName="enumChannelFlags" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8960,7 +8960,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="175" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="175" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumChannelFlags&#010;" /> </header> @@ -9023,7 +9023,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="201" tqparent_class="201" fileExt=".java" fileName="KisCompositeOp" > + <classifiercodedocument writeOutCode="true" package="" id="201" parent_class="201" fileExt=".java" fileName="KisCompositeOp" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9035,7 +9035,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="201" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="201" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCompositeOp&#010;" /> </header> @@ -9098,7 +9098,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="202" tqparent_class="202" fileExt=".java" fileName="const KisCompositeOp&" > + <classifiercodedocument writeOutCode="true" package="" id="202" parent_class="202" fileExt=".java" fileName="const KisCompositeOp&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9110,7 +9110,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="202" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="202" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisCompositeOp&&#010;" /> </header> @@ -9173,7 +9173,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="222" tqparent_class="222" fileExt=".java" fileName="cmsHTRANSFORM" > + <classifiercodedocument writeOutCode="true" package="" id="222" parent_class="222" fileExt=".java" fileName="cmsHTRANSFORM" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9185,7 +9185,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="222" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="222" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CmsHTRANSFORM&#010;" /> </header> @@ -9248,7 +9248,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="226" tqparent_class="226" fileExt=".java" fileName=TQSTRINGLIST_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="226" parent_class="226" fileExt=".java" fileName=TQSTRINGLIST_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9260,7 +9260,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="226" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="226" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QStringList&#010;" /> </header> @@ -9323,7 +9323,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisAbstractColorSpace" id="237" tqparent_class="237" fileExt=".java" fileName="TransformMap" > + <classifiercodedocument writeOutCode="true" package="KisAbstractColorSpace" id="237" parent_class="237" fileExt=".java" fileName="TransformMap" > <textblocks> <codeblockwithcomments tag="packages" text="package KisAbstractColorSpace;&#010;" > <header> @@ -9335,7 +9335,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="237" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="237" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class TransformMap&#010;" /> </header> @@ -9398,7 +9398,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="240" tqparent_class="240" fileExt=".java" fileName="const KisAbstractColorSpace&" > + <classifiercodedocument writeOutCode="true" package="" id="240" parent_class="240" fileExt=".java" fileName="const KisAbstractColorSpace&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9410,7 +9410,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="240" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="240" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisAbstractColorSpace&&#010;" /> </header> @@ -9473,7 +9473,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="244" tqparent_class="244" fileExt=".java" fileName="KisAbstractColorSpace&" > + <classifiercodedocument writeOutCode="true" package="" id="244" parent_class="244" fileExt=".java" fileName="KisAbstractColorSpace&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9485,7 +9485,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="244" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="244" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAbstractColorSpace&&#010;" /> </header> @@ -9548,7 +9548,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="247" tqparent_class="247" fileExt=".java" fileName="KisU8BaseColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="247" parent_class="247" fileExt=".java" fileName="KisU8BaseColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9560,7 +9560,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="247" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="247" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisU8BaseColorSpace&#010; Copyright (c) 2005 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;This class is the base for all 8-bit/channel colorspaces" /> </header> @@ -9570,7 +9570,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="576" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisCmykColorSpace = new KisCmykColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="576" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisCmykColorSpace = new KisCmykColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -9604,27 +9604,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="576" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="576" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="576" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="576" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="576" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="576" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisCmykColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="576" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="576" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisCmykColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="576" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="576" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -9644,7 +9644,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="251" tag="operation_251" canDelete="false" indentLevel="1" > + <codeoperation parent_id="251" tag="operation_251" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param cmType &#010;@param colorSpaceSignature &#010;@return void " /> </header> @@ -9660,176 +9660,176 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="248" field_type="3866701" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="248" field_type="3866701" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAbstractColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAbstractColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="248" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="248" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="256" field_type="6619235" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="256" field_type="6619235" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisAlphaColorSpace = new KisAlphaColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisAlphaColorSpace = new KisAlphaColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAlphaColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAlphaColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="256" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="576" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="576" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="576" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisCmykColorSpace = new KisCmykColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="576" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisCmykColorSpace = new KisCmykColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="576" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="576" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="576" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="576" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="576" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="576" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisCmykColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="576" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="576" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisCmykColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="576" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="576" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="670" field_type="94" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="670" field_type="94" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisGrayColorSpace = new KisGrayColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisGrayColorSpace = new KisGrayColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisGrayColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisGrayColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1387" field_type="65" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1387" field_type="65" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisRgbColorSpace = new KisRgbColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisRgbColorSpace = new KisRgbColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisRgbColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisRgbColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -9837,7 +9837,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="255" tqparent_class="255" fileExt=".java" fileName="KisAlphaColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="255" parent_class="255" fileExt=".java" fileName="KisAlphaColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9849,7 +9849,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="255" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="255" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAlphaColorSpace&#010; Copyright (c) 2004 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;The alpha tqmask is a special color strategy that treats all pixels as&#010;alpha value with a colour common to the tqmask. The default color is white." /> </header> @@ -9859,12 +9859,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="256" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="256" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="349" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="349" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -9898,37 +9898,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="256" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="256" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="256" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="256" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="256" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="256" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU8BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="256" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="256" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU8BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="256" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="256" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="349" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="349" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="349" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="349" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> @@ -9948,122 +9948,122 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="259" tag="operation_259" canDelete="false" indentLevel="1" > + <codeoperation parent_id="259" tag="operation_259" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="260" tag="operation_260" canDelete="false" indentLevel="1" > + <codeoperation parent_id="260" tag="operation_260" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="261" tag="operation_261" canDelete="false" indentLevel="1" > + <codeoperation parent_id="261" tag="operation_261" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="265" tag="operation_265" canDelete="false" indentLevel="1" > + <codeoperation parent_id="265" tag="operation_265" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="270" tag="operation_270" canDelete="false" indentLevel="1" > + <codeoperation parent_id="270" tag="operation_270" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="273" tag="operation_273" canDelete="false" indentLevel="1" > + <codeoperation parent_id="273" tag="operation_273" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="277" tag="operation_277" canDelete="false" indentLevel="1" > + <codeoperation parent_id="277" tag="operation_277" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="282" tag="operation_282" canDelete="false" indentLevel="1" > + <codeoperation parent_id="282" tag="operation_282" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="285" tag="operation_285" canDelete="false" indentLevel="1" > + <codeoperation parent_id="285" tag="operation_285" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="288" tag="operation_288" canDelete="false" indentLevel="1" > + <codeoperation parent_id="288" tag="operation_288" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 &#010;@return Q_INT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="291" tag="operation_291" canDelete="false" indentLevel="1" > + <codeoperation parent_id="291" tag="operation_291" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="296" tag="operation_296" canDelete="false" indentLevel="1" > + <codeoperation parent_id="296" tag="operation_296" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="297" tag="operation_297" canDelete="false" indentLevel="1" > + <codeoperation parent_id="297" tag="operation_297" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="298" tag="operation_298" canDelete="false" indentLevel="1" > + <codeoperation parent_id="298" tag="operation_298" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="299" tag="operation_299" canDelete="false" indentLevel="1" > + <codeoperation parent_id="299" tag="operation_299" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="300" tag="operation_300" canDelete="false" indentLevel="1" > + <codeoperation parent_id="300" tag="operation_300" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="301" tag="operation_301" canDelete="false" indentLevel="1" > + <codeoperation parent_id="301" tag="operation_301" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="304" tag="operation_304" canDelete="false" indentLevel="1" > + <codeoperation parent_id="304" tag="operation_304" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="307" tag="operation_307" canDelete="false" indentLevel="1" > + <codeoperation parent_id="307" tag="operation_307" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="315" tag="operation_315" canDelete="false" indentLevel="1" > + <codeoperation parent_id="315" tag="operation_315" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="321" tag="operation_321" canDelete="false" indentLevel="1" > + <codeoperation parent_id="321" tag="operation_321" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param kernelValues &#010;@param channelFlags &#010;@param dst &#010;@param factor &#010;@param offset &#010;@param nColors &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="329" tag="operation_329" canDelete="false" indentLevel="1" > + <codeoperation parent_id="329" tag="operation_329" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Convert a byte array of srcLen pixels *src to the specified color space&#010;and put the converted bytes into the prepared byte array *dst.&#010;&#010;Returns false if the conversion failed, true if it succeeded" /> </header> </codeoperation> - <codeoperation tqparent_id="337" tag="operation_337" canDelete="false" indentLevel="1" > + <codeoperation parent_id="337" tag="operation_337" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="348" tag="operation_348" canDelete="false" indentLevel="1" > + <codeoperation parent_id="348" tag="operation_348" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> @@ -10079,56 +10079,56 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="256" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="256" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="256" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="256" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="256" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="256" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="256" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="256" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="256" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="256" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU8BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="256" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="256" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU8BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="256" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="256" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="256" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="349" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="349" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="349" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="349" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="349" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="349" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="349" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="349" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> @@ -10136,7 +10136,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="350" tqparent_class="350" fileExt=".java" fileName="KisF32BaseColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="350" parent_class="350" fileExt=".java" fileName="KisF32BaseColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10148,7 +10148,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="350" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="350" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisF32BaseColorSpace&#010; Copyright (c) 2004 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;This class is the base for all 32-bit float colorspaces." /> </header> @@ -10158,7 +10158,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="880" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisF32RgbColorSpace = new KisF32RgbColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="880" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisF32RgbColorSpace = new KisF32RgbColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -10192,27 +10192,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="880" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="880" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="880" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="880" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="880" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="880" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisF32RgbColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="880" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="880" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisF32RgbColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="880" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="880" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -10232,7 +10232,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="354" tag="operation_354" canDelete="false" indentLevel="1" > + <codeoperation parent_id="354" tag="operation_354" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param cmType &#010;@param colorSpaceSignature &#010;@return void " /> </header> @@ -10248,71 +10248,71 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="351" field_type="65" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="351" field_type="65" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAbstractColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAbstractColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="351" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="351" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="880" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="880" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="880" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisF32RgbColorSpace = new KisF32RgbColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="880" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisF32RgbColorSpace = new KisF32RgbColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="880" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="880" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="880" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="880" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="880" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="880" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisF32RgbColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="880" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="880" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisF32RgbColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="880" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="880" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -10320,7 +10320,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="358" tqparent_class="358" fileExt=".java" fileName="KisU16BaseColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="358" parent_class="358" fileExt=".java" fileName="KisU16BaseColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10332,7 +10332,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="358" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="358" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisU16BaseColorSpace&#010; Copyright (c) 2005 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;This is the base class for 16-bit/channel colorspaces. It defines&#010;a number of common methods, like handling 16-bit alpha and up-&#010;and down-scaling of channels." /> </header> @@ -10342,17 +10342,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="370" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisXyzColorSpace = new KisXyzColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="370" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisXyzColorSpace = new KisXyzColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -10386,47 +10386,47 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_OPAQUE&#010;&#010;@return the value of U16_OPACITY_OPAQUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="363" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="363" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_OPAQUE&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_TRANSPARENT&#010;&#010;@return the value of U16_OPACITY_TRANSPARENT" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_TRANSPARENT&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="370" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="370" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="370" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="370" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="370" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="370" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisXyzColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="370" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="370" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisXyzColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="370" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="370" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -10446,7 +10446,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="365" tag="operation_365" canDelete="false" indentLevel="1" > + <codeoperation parent_id="365" tag="operation_365" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param cmType &#010;@param colorSpaceSignature &#010;@return void " /> </header> @@ -10462,146 +10462,146 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="359" field_type="2097190" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="359" field_type="2097190" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAbstractColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAbstractColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="359" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="359" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="363" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="363" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_OPAQUE&#010;&#010;@return the value of U16_OPACITY_OPAQUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="363" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="363" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_OPAQUE&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="364" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="364" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_TRANSPARENT&#010;&#010;@return the value of U16_OPACITY_TRANSPARENT" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_TRANSPARENT&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="370" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="370" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="370" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisXyzColorSpace = new KisXyzColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="370" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisXyzColorSpace = new KisXyzColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="370" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="370" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="370" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="370" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="370" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="370" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisXyzColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="370" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="370" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisXyzColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="370" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="370" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1135" field_type="92" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1135" field_type="92" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisRgbU16ColorSpace = new KisRgbU16ColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisRgbU16ColorSpace = new KisRgbU16ColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisRgbU16ColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisRgbU16ColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -10609,7 +10609,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="362" tqparent_class="362" fileExt=".java" fileName="const Q_UINT16" > + <classifiercodedocument writeOutCode="true" package="" id="362" parent_class="362" fileExt=".java" fileName="const Q_UINT16" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10621,7 +10621,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="362" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="362" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const Q_UINT16&#010;" /> </header> @@ -10684,7 +10684,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="369" tqparent_class="369" fileExt=".java" fileName="KisXyzColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="369" parent_class="369" fileExt=".java" fileName="KisXyzColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10696,7 +10696,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="369" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="369" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisXyzColorSpace&#010; Copyright (c) 2005 Boudewijn Rempt ([email protected])&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -10706,42 +10706,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="566" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="566" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="567" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="567" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="568" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="568" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_X;" > + <ccfdeclarationcodeblock parent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_X;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Y;" > + <ccfdeclarationcodeblock parent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Y;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Z;" > + <ccfdeclarationcodeblock parent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Z;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > <header> <codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> @@ -10775,82 +10775,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="566" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="566" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="566" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="566" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="567" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="567" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultToRGB&#010;&#010;@return the value of m_defaultToRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="567" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="567" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultToRGB&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultFromRGB&#010;&#010;@return the value of m_defaultFromRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultFromRGB&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="570" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > + <codeaccessormethod accessType="0" parent_id="570" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_X&#010;&#010;@return the value of PIXEL_X" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="570" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > + <codeaccessormethod accessType="1" parent_id="570" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_X&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="571" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > + <codeaccessormethod accessType="0" parent_id="571" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_Y&#010;&#010;@return the value of PIXEL_Y" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="571" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > + <codeaccessormethod accessType="1" parent_id="571" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_Y&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="572" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > + <codeaccessormethod accessType="0" parent_id="572" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_Z&#010;&#010;@return the value of PIXEL_Z" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="572" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > + <codeaccessormethod accessType="1" parent_id="572" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_Z&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="573" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="573" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_ALPHA&#010;&#010;@return the value of PIXEL_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="573" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="573" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_ALPHA&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> @@ -10870,174 +10870,174 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="378" tag="operation_378" canDelete="false" indentLevel="1" > + <codeoperation parent_id="378" tag="operation_378" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="379" tag="operation_379" canDelete="false" indentLevel="1" > + <codeoperation parent_id="379" tag="operation_379" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="380" tag="operation_380" canDelete="false" indentLevel="1" > + <codeoperation parent_id="380" tag="operation_380" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="384" tag="operation_384" canDelete="false" indentLevel="1" > + <codeoperation parent_id="384" tag="operation_384" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="389" tag="operation_389" canDelete="false" indentLevel="1" > + <codeoperation parent_id="389" tag="operation_389" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="392" tag="operation_392" canDelete="false" indentLevel="1" > + <codeoperation parent_id="392" tag="operation_392" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="396" tag="operation_396" canDelete="false" indentLevel="1" > + <codeoperation parent_id="396" tag="operation_396" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="400" tag="operation_400" canDelete="false" indentLevel="1" > + <codeoperation parent_id="400" tag="operation_400" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="405" tag="operation_405" canDelete="false" indentLevel="1" > + <codeoperation parent_id="405" tag="operation_405" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="408" tag="operation_408" canDelete="false" indentLevel="1" > + <codeoperation parent_id="408" tag="operation_408" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="411" tag="operation_411" canDelete="false" indentLevel="1" > + <codeoperation parent_id="411" tag="operation_411" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 &#010;@return Q_INT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="414" tag="operation_414" canDelete="false" indentLevel="1" > + <codeoperation parent_id="414" tag="operation_414" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="419" tag="operation_419" canDelete="false" indentLevel="1" > + <codeoperation parent_id="419" tag="operation_419" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="420" tag="operation_420" canDelete="false" indentLevel="1" > + <codeoperation parent_id="420" tag="operation_420" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="421" tag="operation_421" canDelete="false" indentLevel="1" > + <codeoperation parent_id="421" tag="operation_421" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="422" tag="operation_422" canDelete="false" indentLevel="1" > + <codeoperation parent_id="422" tag="operation_422" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="423" tag="operation_423" canDelete="false" indentLevel="1" > + <codeoperation parent_id="423" tag="operation_423" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="424" tag="operation_424" canDelete="false" indentLevel="1" > + <codeoperation parent_id="424" tag="operation_424" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="427" tag="operation_427" canDelete="false" indentLevel="1" > + <codeoperation parent_id="427" tag="operation_427" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="430" tag="operation_430" canDelete="false" indentLevel="1" > + <codeoperation parent_id="430" tag="operation_430" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="438" tag="operation_438" canDelete="false" indentLevel="1" > + <codeoperation parent_id="438" tag="operation_438" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="444" tag="operation_444" canDelete="false" indentLevel="1" > + <codeoperation parent_id="444" tag="operation_444" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="455" tag="operation_455" canDelete="false" indentLevel="1" > + <codeoperation parent_id="455" tag="operation_455" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="456" tag="operation_456" canDelete="false" indentLevel="1" > + <codeoperation parent_id="456" tag="operation_456" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="466" tag="operation_466" canDelete="false" indentLevel="1" > + <codeoperation parent_id="466" tag="operation_466" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="476" tag="operation_476" canDelete="false" indentLevel="1" > + <codeoperation parent_id="476" tag="operation_476" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="486" tag="operation_486" canDelete="false" indentLevel="1" > + <codeoperation parent_id="486" tag="operation_486" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="496" tag="operation_496" canDelete="false" indentLevel="1" > + <codeoperation parent_id="496" tag="operation_496" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="506" tag="operation_506" canDelete="false" indentLevel="1" > + <codeoperation parent_id="506" tag="operation_506" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="516" tag="operation_516" canDelete="false" indentLevel="1" > + <codeoperation parent_id="516" tag="operation_516" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="526" tag="operation_526" canDelete="false" indentLevel="1" > + <codeoperation parent_id="526" tag="operation_526" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="536" tag="operation_536" canDelete="false" indentLevel="1" > + <codeoperation parent_id="536" tag="operation_536" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="546" tag="operation_546" canDelete="false" indentLevel="1" > + <codeoperation parent_id="546" tag="operation_546" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="556" tag="operation_556" canDelete="false" indentLevel="1" > + <codeoperation parent_id="556" tag="operation_556" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> </textblocks> @@ -11051,196 +11051,196 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="370" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="370" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU16BaseColorSpace = new KisU16BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU16BaseColorSpace = new KisU16BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU16BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU16BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="370" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="370" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="566" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="566" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="566" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="566" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="566" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="566" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="566" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="566" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="567" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="567" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="567" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="567" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="567" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="567" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultToRGB&#010;&#010;@return the value of m_defaultToRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="567" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="567" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultToRGB&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="568" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="568" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultFromRGB&#010;&#010;@return the value of m_defaultFromRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultFromRGB&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="570" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="570" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_X;" > + <ccfdeclarationcodeblock parent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_X;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="570" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > + <codeaccessormethod accessType="0" parent_id="570" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_X&#010;&#010;@return the value of PIXEL_X" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="570" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > + <codeaccessormethod accessType="1" parent_id="570" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_X&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="571" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="571" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Y;" > + <ccfdeclarationcodeblock parent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Y;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="571" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > + <codeaccessormethod accessType="0" parent_id="571" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_Y&#010;&#010;@return the value of PIXEL_Y" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="571" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > + <codeaccessormethod accessType="1" parent_id="571" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_Y&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="572" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="572" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Z;" > + <ccfdeclarationcodeblock parent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Z;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="572" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > + <codeaccessormethod accessType="0" parent_id="572" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_Z&#010;&#010;@return the value of PIXEL_Z" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="572" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > + <codeaccessormethod accessType="1" parent_id="572" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_Z&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="573" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="573" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="573" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="573" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_ALPHA&#010;&#010;@return the value of PIXEL_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="573" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="573" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_ALPHA&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="574" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="574" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// A small buffer for conversion from and to qcolor." /> </header> - <ccfdeclarationcodeblock tqparent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > <header> <codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> @@ -11248,7 +11248,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisRgbU16ColorSpace" id="373" tqparent_class="373" fileExt=".java" fileName="Pixel" > + <classifiercodedocument writeOutCode="true" package="KisRgbU16ColorSpace" id="373" parent_class="373" fileExt=".java" fileName="Pixel" > <textblocks> <codeblockwithcomments tag="packages" text="package KisRgbU16ColorSpace;&#010;" > <header> @@ -11260,7 +11260,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="373" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="373" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Pixel&#010;" /> </header> @@ -11270,37 +11270,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 X;" > + <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 X;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 Y;" > + <ccfdeclarationcodeblock parent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 Y;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 Z;" > + <ccfdeclarationcodeblock parent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 Z;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 alpha;" > + <ccfdeclarationcodeblock parent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1130" tag="tblock_11" canDelete="false" indentLevel="1" text="public float blue;" > + <ccfdeclarationcodeblock parent_id="1130" tag="tblock_11" canDelete="false" indentLevel="1" text="public float blue;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1131" tag="tblock_14" canDelete="false" indentLevel="1" text="public float green;" > + <ccfdeclarationcodeblock parent_id="1131" tag="tblock_14" canDelete="false" indentLevel="1" text="public float green;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1132" tag="tblock_17" canDelete="false" indentLevel="1" text="public float red;" > + <ccfdeclarationcodeblock parent_id="1132" tag="tblock_17" canDelete="false" indentLevel="1" text="public float red;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -11334,72 +11334,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > + <codeaccessormethod accessType="0" parent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of X&#010;&#010;@return the value of X" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="374" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > + <codeaccessormethod accessType="1" parent_id="374" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of X&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="375" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > + <codeaccessormethod accessType="0" parent_id="375" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of Y&#010;&#010;@return the value of Y" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="375" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > + <codeaccessormethod accessType="1" parent_id="375" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of Y&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="376" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > + <codeaccessormethod accessType="0" parent_id="376" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of Z&#010;&#010;@return the value of Z" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="376" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > + <codeaccessormethod accessType="1" parent_id="376" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of Z&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="377" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > + <codeaccessormethod accessType="0" parent_id="377" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of alpha&#010;&#010;@return the value of alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="377" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > + <codeaccessormethod accessType="1" parent_id="377" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of alpha&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1130" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > + <codeaccessormethod accessType="0" parent_id="1130" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of blue&#010;&#010;@return the value of blue" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1130" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > + <codeaccessormethod accessType="1" parent_id="1130" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of blue&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1131" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > + <codeaccessormethod accessType="0" parent_id="1131" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of green&#010;&#010;@return the value of green" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > + <codeaccessormethod accessType="1" parent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of green&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > + <codeaccessormethod accessType="0" parent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of red&#010;&#010;@return the value of red" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > + <codeaccessormethod accessType="1" parent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of red&#010;&#010;" /> </header> @@ -11429,141 +11429,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 X;" > + <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 X;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > + <codeaccessormethod accessType="0" parent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of X&#010;&#010;@return the value of X" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="374" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > + <codeaccessormethod accessType="1" parent_id="374" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of X&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 Y;" > + <ccfdeclarationcodeblock parent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 Y;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="375" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > + <codeaccessormethod accessType="0" parent_id="375" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of Y&#010;&#010;@return the value of Y" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="375" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > + <codeaccessormethod accessType="1" parent_id="375" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of Y&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 Z;" > + <ccfdeclarationcodeblock parent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 Z;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="376" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > + <codeaccessormethod accessType="0" parent_id="376" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of Z&#010;&#010;@return the value of Z" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="376" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > + <codeaccessormethod accessType="1" parent_id="376" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of Z&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 alpha;" > + <ccfdeclarationcodeblock parent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="377" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > + <codeaccessormethod accessType="0" parent_id="377" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of alpha&#010;&#010;@return the value of alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="377" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > + <codeaccessormethod accessType="1" parent_id="377" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of alpha&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1130" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1130" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1130" tag="tblock_11" canDelete="false" indentLevel="1" text="public float blue;" > + <ccfdeclarationcodeblock parent_id="1130" tag="tblock_11" canDelete="false" indentLevel="1" text="public float blue;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1130" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > + <codeaccessormethod accessType="0" parent_id="1130" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of blue&#010;&#010;@return the value of blue" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1130" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > + <codeaccessormethod accessType="1" parent_id="1130" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of blue&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1131" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1131" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1131" tag="tblock_14" canDelete="false" indentLevel="1" text="public float green;" > + <ccfdeclarationcodeblock parent_id="1131" tag="tblock_14" canDelete="false" indentLevel="1" text="public float green;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1131" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > + <codeaccessormethod accessType="0" parent_id="1131" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of green&#010;&#010;@return the value of green" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > + <codeaccessormethod accessType="1" parent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of green&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1132" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1132" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1132" tag="tblock_17" canDelete="false" indentLevel="1" text="public float red;" > + <ccfdeclarationcodeblock parent_id="1132" tag="tblock_17" canDelete="false" indentLevel="1" text="public float red;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > + <codeaccessormethod accessType="0" parent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of red&#010;&#010;@return the value of red" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > + <codeaccessormethod accessType="1" parent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of red&#010;&#010;" /> </header> @@ -11571,7 +11571,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="569" tqparent_class="569" fileExt=".java" fileName="const Q_UINT8" > + <classifiercodedocument writeOutCode="true" package="" id="569" parent_class="569" fileExt=".java" fileName="const Q_UINT8" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11583,7 +11583,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="569" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="569" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const Q_UINT8&#010;" /> </header> @@ -11646,7 +11646,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="575" tqparent_class="575" fileExt=".java" fileName="KisCmykColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="575" parent_class="575" fileExt=".java" fileName="KisCmykColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11658,7 +11658,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="575" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="575" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCmykColorSpace&#010; Copyright (c) 2003 Boudewijn Rempt ([email protected])&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -11668,47 +11668,47 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="660" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="660" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="661" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="661" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="662" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="662" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CYAN;" > + <ccfdeclarationcodeblock parent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CYAN;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_MAGENTA;" > + <ccfdeclarationcodeblock parent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_MAGENTA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_YELLOW;" > + <ccfdeclarationcodeblock parent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_YELLOW;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLACK;" > + <ccfdeclarationcodeblock parent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLACK;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CMYK_ALPHA;" > + <ccfdeclarationcodeblock parent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CMYK_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -11742,92 +11742,92 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="660" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="660" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="660" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="660" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="661" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="661" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultToRGB&#010;&#010;@return the value of m_defaultToRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="661" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="661" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultToRGB&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="662" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="662" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultFromRGB&#010;&#010;@return the value of m_defaultFromRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="662" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="662" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultFromRGB&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="663" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="663" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_qcolordata&#010;&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="663" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="663" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_qcolordata&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="664" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > + <codeaccessormethod accessType="0" parent_id="664" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_CYAN&#010;&#010;@return the value of PIXEL_CYAN" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="664" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > + <codeaccessormethod accessType="1" parent_id="664" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_CYAN&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="665" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > + <codeaccessormethod accessType="0" parent_id="665" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_MAGENTA&#010;&#010;@return the value of PIXEL_MAGENTA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="665" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > + <codeaccessormethod accessType="1" parent_id="665" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_MAGENTA&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="666" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > + <codeaccessormethod accessType="0" parent_id="666" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_YELLOW&#010;&#010;@return the value of PIXEL_YELLOW" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="666" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > + <codeaccessormethod accessType="1" parent_id="666" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_YELLOW&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="667" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > + <codeaccessormethod accessType="0" parent_id="667" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_BLACK&#010;&#010;@return the value of PIXEL_BLACK" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="667" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > + <codeaccessormethod accessType="1" parent_id="667" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_BLACK&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="668" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="668" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_CMYK_ALPHA&#010;&#010;@return the value of PIXEL_CMYK_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="668" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="668" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_CMYK_ALPHA&#010;&#010;" /> </header> @@ -11847,122 +11847,122 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="579" tag="operation_579" canDelete="false" indentLevel="1" > + <codeoperation parent_id="579" tag="operation_579" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="580" tag="operation_580" canDelete="false" indentLevel="1" > + <codeoperation parent_id="580" tag="operation_580" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="581" tag="operation_581" canDelete="false" indentLevel="1" > + <codeoperation parent_id="581" tag="operation_581" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="585" tag="operation_585" canDelete="false" indentLevel="1" > + <codeoperation parent_id="585" tag="operation_585" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="590" tag="operation_590" canDelete="false" indentLevel="1" > + <codeoperation parent_id="590" tag="operation_590" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="593" tag="operation_593" canDelete="false" indentLevel="1" > + <codeoperation parent_id="593" tag="operation_593" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="597" tag="operation_597" canDelete="false" indentLevel="1" > + <codeoperation parent_id="597" tag="operation_597" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param color &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="601" tag="operation_601" canDelete="false" indentLevel="1" > + <codeoperation parent_id="601" tag="operation_601" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param color &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="606" tag="operation_606" canDelete="false" indentLevel="1" > + <codeoperation parent_id="606" tag="operation_606" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="609" tag="operation_609" canDelete="false" indentLevel="1" > + <codeoperation parent_id="609" tag="operation_609" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="612" tag="operation_612" canDelete="false" indentLevel="1" > + <codeoperation parent_id="612" tag="operation_612" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="617" tag="operation_617" canDelete="false" indentLevel="1" > + <codeoperation parent_id="617" tag="operation_617" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="618" tag="operation_618" canDelete="false" indentLevel="1" > + <codeoperation parent_id="618" tag="operation_618" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="619" tag="operation_619" canDelete="false" indentLevel="1" > + <codeoperation parent_id="619" tag="operation_619" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="620" tag="operation_620" canDelete="false" indentLevel="1" > + <codeoperation parent_id="620" tag="operation_620" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="621" tag="operation_621" canDelete="false" indentLevel="1" > + <codeoperation parent_id="621" tag="operation_621" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="622" tag="operation_622" canDelete="false" indentLevel="1" > + <codeoperation parent_id="622" tag="operation_622" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="625" tag="operation_625" canDelete="false" indentLevel="1" > + <codeoperation parent_id="625" tag="operation_625" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="628" tag="operation_628" canDelete="false" indentLevel="1" > + <codeoperation parent_id="628" tag="operation_628" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="636" tag="operation_636" canDelete="false" indentLevel="1" > + <codeoperation parent_id="636" tag="operation_636" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param adjust &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="639" tag="operation_639" canDelete="false" indentLevel="1" > + <codeoperation parent_id="639" tag="operation_639" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="650" tag="operation_650" canDelete="false" indentLevel="1" > + <codeoperation parent_id="650" tag="operation_650" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="651" tag="operation_651" canDelete="false" indentLevel="1" > + <codeoperation parent_id="651" tag="operation_651" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="652" tag="operation_652" canDelete="false" indentLevel="1" > + <codeoperation parent_id="652" tag="operation_652" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dstRowStart &#010;@param dstRowStride &#010;@param srcRowStart &#010;@param srcRowStride &#010;@param rows &#010;@param numColumns &#010;@param opacity &#010;@return void " /> </header> @@ -11978,216 +11978,216 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="576" field_type="49" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="576" field_type="49" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU8BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU8BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="576" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="576" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="660" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="660" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="660" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="660" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="660" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="660" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="661" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="661" tag="tblock_2" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultToRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="661" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="661" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultToRGB&#010;&#010;@return the value of m_defaultToRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="661" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="661" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultToRGB&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="662" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="662" tag="tblock_5" canDelete="false" indentLevel="1" text="private cmsHTRANSFORM m_defaultFromRGB;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="662" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="662" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_defaultFromRGB&#010;&#010;@return the value of m_defaultFromRGB" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="662" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="662" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_defaultFromRGB&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="663" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="663" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="663" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="663" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_qcolordata&#010;&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="663" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="663" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_qcolordata&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="664" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="664" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CYAN;" > + <ccfdeclarationcodeblock parent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CYAN;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="664" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > + <codeaccessormethod accessType="0" parent_id="664" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_CYAN&#010;&#010;@return the value of PIXEL_CYAN" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="664" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > + <codeaccessormethod accessType="1" parent_id="664" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_CYAN&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="665" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="665" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_MAGENTA;" > + <ccfdeclarationcodeblock parent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_MAGENTA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="665" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > + <codeaccessormethod accessType="0" parent_id="665" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_MAGENTA&#010;&#010;@return the value of PIXEL_MAGENTA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="665" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > + <codeaccessormethod accessType="1" parent_id="665" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_MAGENTA&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="666" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="666" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_YELLOW;" > + <ccfdeclarationcodeblock parent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_YELLOW;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="666" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > + <codeaccessormethod accessType="0" parent_id="666" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_YELLOW&#010;&#010;@return the value of PIXEL_YELLOW" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="666" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > + <codeaccessormethod accessType="1" parent_id="666" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_YELLOW&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="667" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="667" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLACK;" > + <ccfdeclarationcodeblock parent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLACK;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="667" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > + <codeaccessormethod accessType="0" parent_id="667" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_BLACK&#010;&#010;@return the value of PIXEL_BLACK" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="667" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > + <codeaccessormethod accessType="1" parent_id="667" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_BLACK&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CMYK_ALPHA;" > + <ccfdeclarationcodeblock parent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CMYK_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="668" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="668" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_CMYK_ALPHA&#010;&#010;@return the value of PIXEL_CMYK_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="668" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="668" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_CMYK_ALPHA&#010;&#010;" /> </header> @@ -12195,7 +12195,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="669" tqparent_class="669" fileExt=".java" fileName="KisGrayColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="669" parent_class="669" fileExt=".java" fileName="KisGrayColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12207,7 +12207,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="669" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="669" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGrayColorSpace&#010; Copyright (c) 2004 Cyrille Berger <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -12217,17 +12217,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="860" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="860" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY;" > + <ccfdeclarationcodeblock parent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY_ALPHA;" > + <ccfdeclarationcodeblock parent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -12261,32 +12261,32 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > + <codeaccessormethod accessType="0" parent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GRAY&#010;&#010;@return the value of PIXEL_GRAY" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="861" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > + <codeaccessormethod accessType="1" parent_id="861" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GRAY&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="862" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="862" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GRAY_ALPHA&#010;&#010;@return the value of PIXEL_GRAY_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="862" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="862" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GRAY_ALPHA&#010;&#010;" /> </header> @@ -12306,179 +12306,179 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="673" tag="operation_673" canDelete="false" indentLevel="1" > + <codeoperation parent_id="673" tag="operation_673" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="674" tag="operation_674" canDelete="false" indentLevel="1" > + <codeoperation parent_id="674" tag="operation_674" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="675" tag="operation_675" canDelete="false" indentLevel="1" > + <codeoperation parent_id="675" tag="operation_675" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param gray &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="679" tag="operation_679" canDelete="false" indentLevel="1" > + <codeoperation parent_id="679" tag="operation_679" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param gray &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="683" tag="operation_683" canDelete="false" indentLevel="1" > + <codeoperation parent_id="683" tag="operation_683" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="687" tag="operation_687" canDelete="false" indentLevel="1" > + <codeoperation parent_id="687" tag="operation_687" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="692" tag="operation_692" canDelete="false" indentLevel="1" > + <codeoperation parent_id="692" tag="operation_692" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="695" tag="operation_695" canDelete="false" indentLevel="1" > + <codeoperation parent_id="695" tag="operation_695" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="699" tag="operation_699" canDelete="false" indentLevel="1" > + <codeoperation parent_id="699" tag="operation_699" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="703" tag="operation_703" canDelete="false" indentLevel="1" > + <codeoperation parent_id="703" tag="operation_703" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="708" tag="operation_708" canDelete="false" indentLevel="1" > + <codeoperation parent_id="708" tag="operation_708" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="711" tag="operation_711" canDelete="false" indentLevel="1" > + <codeoperation parent_id="711" tag="operation_711" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="714" tag="operation_714" canDelete="false" indentLevel="1" > + <codeoperation parent_id="714" tag="operation_714" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 &#010;@return Q_INT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="717" tag="operation_717" canDelete="false" indentLevel="1" > + <codeoperation parent_id="717" tag="operation_717" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="722" tag="operation_722" canDelete="false" indentLevel="1" > + <codeoperation parent_id="722" tag="operation_722" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="723" tag="operation_723" canDelete="false" indentLevel="1" > + <codeoperation parent_id="723" tag="operation_723" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="724" tag="operation_724" canDelete="false" indentLevel="1" > + <codeoperation parent_id="724" tag="operation_724" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="725" tag="operation_725" canDelete="false" indentLevel="1" > + <codeoperation parent_id="725" tag="operation_725" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="726" tag="operation_726" canDelete="false" indentLevel="1" > + <codeoperation parent_id="726" tag="operation_726" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="727" tag="operation_727" canDelete="false" indentLevel="1" > + <codeoperation parent_id="727" tag="operation_727" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="730" tag="operation_730" canDelete="false" indentLevel="1" > + <codeoperation parent_id="730" tag="operation_730" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="733" tag="operation_733" canDelete="false" indentLevel="1" > + <codeoperation parent_id="733" tag="operation_733" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="741" tag="operation_741" canDelete="false" indentLevel="1" > + <codeoperation parent_id="741" tag="operation_741" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="747" tag="operation_747" canDelete="false" indentLevel="1" > + <codeoperation parent_id="747" tag="operation_747" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="758" tag="operation_758" canDelete="false" indentLevel="1" > + <codeoperation parent_id="758" tag="operation_758" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="759" tag="operation_759" canDelete="false" indentLevel="1" > + <codeoperation parent_id="759" tag="operation_759" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="769" tag="operation_769" canDelete="false" indentLevel="1" > + <codeoperation parent_id="769" tag="operation_769" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="779" tag="operation_779" canDelete="false" indentLevel="1" > + <codeoperation parent_id="779" tag="operation_779" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="789" tag="operation_789" canDelete="false" indentLevel="1" > + <codeoperation parent_id="789" tag="operation_789" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="799" tag="operation_799" canDelete="false" indentLevel="1" > + <codeoperation parent_id="799" tag="operation_799" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="809" tag="operation_809" canDelete="false" indentLevel="1" > + <codeoperation parent_id="809" tag="operation_809" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="819" tag="operation_819" canDelete="false" indentLevel="1" > + <codeoperation parent_id="819" tag="operation_819" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="829" tag="operation_829" canDelete="false" indentLevel="1" > + <codeoperation parent_id="829" tag="operation_829" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="839" tag="operation_839" canDelete="false" indentLevel="1" > + <codeoperation parent_id="839" tag="operation_839" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="849" tag="operation_849" canDelete="false" indentLevel="1" > + <codeoperation parent_id="849" tag="operation_849" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> </textblocks> @@ -12492,96 +12492,96 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="670" field_type="94" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="670" field_type="94" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU8BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU8BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="670" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="670" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="860" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="860" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="861" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="861" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY;" > + <ccfdeclarationcodeblock parent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > + <codeaccessormethod accessType="0" parent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GRAY&#010;&#010;@return the value of PIXEL_GRAY" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="861" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > + <codeaccessormethod accessType="1" parent_id="861" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GRAY&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="862" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="862" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY_ALPHA;" > + <ccfdeclarationcodeblock parent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="862" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="862" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GRAY_ALPHA&#010;&#010;@return the value of PIXEL_GRAY_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="862" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="862" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GRAY_ALPHA&#010;&#010;" /> </header> @@ -12589,7 +12589,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="859" tqparent_class="859" fileExt=".java" fileName="KisGrayColorSpaceTester" > + <classifiercodedocument writeOutCode="true" package="" id="859" parent_class="859" fileExt=".java" fileName="KisGrayColorSpaceTester" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12601,7 +12601,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="859" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="859" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGrayColorSpaceTester&#010;" /> </header> @@ -12664,7 +12664,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="863" tqparent_class="863" fileExt=".java" fileName="RGBF32Plugin" > + <classifiercodedocument writeOutCode="true" package="" id="863" parent_class="863" fileExt=".java" fileName="RGBF32Plugin" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12676,7 +12676,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="863" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="863" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class RGBF32Plugin&#010; Copyright (c) 2003 Boudewijn Rempt ([email protected])&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;A plugin wrapper around the RGB F32 colour space strategy." /> </header> @@ -12686,7 +12686,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisAbstractColorSpace* m_ColorSpaceRGBF32;" > + <ccfdeclarationcodeblock parent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisAbstractColorSpace* m_ColorSpaceRGBF32;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -12720,12 +12720,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > + <codeaccessormethod accessType="0" parent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_ColorSpaceRGBF32&#010;&#010;@return the value of m_ColorSpaceRGBF32" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > + <codeaccessormethod accessType="1" parent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_ColorSpaceRGBF32&#010;&#010;" /> </header> @@ -12745,12 +12745,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="869" tag="operation_869" canDelete="false" indentLevel="1" > + <codeoperation parent_id="869" tag="operation_869" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param name &#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="877" tag="operation_877" canDelete="false" indentLevel="1" > + <codeoperation parent_id="877" tag="operation_877" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> @@ -12766,56 +12766,56 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="866" field_type="-1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="866" field_type="-1" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public Plugin = new Plugin ( );" > + <ccfdeclarationcodeblock parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public Plugin = new Plugin ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type Plugin to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type Plugin from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="878" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="878" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisAbstractColorSpace* m_ColorSpaceRGBF32;" > + <ccfdeclarationcodeblock parent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisAbstractColorSpace* m_ColorSpaceRGBF32;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > + <codeaccessormethod accessType="0" parent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_ColorSpaceRGBF32&#010;&#010;@return the value of m_ColorSpaceRGBF32" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > + <codeaccessormethod accessType="1" parent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_ColorSpaceRGBF32&#010;&#010;" /> </header> @@ -12823,7 +12823,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="864" tqparent_class="864" fileExt=".java" fileName="KParts" > + <classifiercodedocument writeOutCode="true" package="" id="864" parent_class="864" fileExt=".java" fileName="KParts" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12835,7 +12835,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="864" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="864" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KParts&#010;" /> </header> @@ -12898,7 +12898,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KParts" id="865" tqparent_class="865" fileExt=".java" fileName="Plugin" > + <classifiercodedocument writeOutCode="true" package="KParts" id="865" parent_class="865" fileExt=".java" fileName="Plugin" > <textblocks> <codeblockwithcomments tag="packages" text="package KParts;&#010;" > <header> @@ -12910,7 +12910,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="865" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="865" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Plugin&#010;" /> </header> @@ -12972,36 +12972,36 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="866" field_type="-1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="866" field_type="-1" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public RGBF32Plugin = new RGBF32Plugin ( );" > + <ccfdeclarationcodeblock parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public RGBF32Plugin = new RGBF32Plugin ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type RGBF32Plugin to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type RGBF32Plugin from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="866" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="866" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -13009,7 +13009,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="870" tqparent_class="870" fileExt=".java" fileName=TQOBJECT_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="870" parent_class="870" fileExt=".java" fileName=TQOBJECT_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13021,7 +13021,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="870" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="870" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QObject&#010;" /> </header> @@ -13084,7 +13084,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="871" tqparent_class="871" fileExt=".java" fileName="QObject*" > + <classifiercodedocument writeOutCode="true" package="" id="871" parent_class="871" fileExt=".java" fileName="QObject*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13096,7 +13096,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="871" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="871" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QObject*&#010;" /> </header> @@ -13159,7 +13159,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="873" tqparent_class="873" fileExt=".java" fileName="const char*" > + <classifiercodedocument writeOutCode="true" package="" id="873" parent_class="873" fileExt=".java" fileName="const char*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13171,7 +13171,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="873" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="873" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const char*&#010;" /> </header> @@ -13234,7 +13234,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="875" tqparent_class="875" fileExt=".java" fileName="const QStringList&" > + <classifiercodedocument writeOutCode="true" package="" id="875" parent_class="875" fileExt=".java" fileName="const QStringList&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13246,7 +13246,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="875" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="875" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QStringList&&#010;" /> </header> @@ -13309,7 +13309,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="879" tqparent_class="879" fileExt=".java" fileName="KisF32RgbColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".java" fileName="KisF32RgbColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13321,7 +13321,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="879" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="879" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisF32RgbColorSpace&#010; Copyright (c) 2002 Patrick Julien <[email protected]>&#010; Copyright (c) 2005 Adrian Page <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -13331,27 +13331,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1125" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1125" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -13385,52 +13385,52 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1125" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1125" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1125" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1125" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1126" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1126" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_BLUE&#010;&#010;@return the value of PIXEL_BLUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1126" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1126" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_BLUE&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GREEN&#010;&#010;@return the value of PIXEL_GREEN" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GREEN&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_RED&#010;&#010;@return the value of PIXEL_RED" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1128" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1128" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_RED&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1129" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1129" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_ALPHA&#010;&#010;@return the value of PIXEL_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1129" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1129" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_ALPHA&#010;&#010;" /> </header> @@ -13450,204 +13450,204 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="883" tag="operation_883" canDelete="false" indentLevel="1" > + <codeoperation parent_id="883" tag="operation_883" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="884" tag="operation_884" canDelete="false" indentLevel="1" > + <codeoperation parent_id="884" tag="operation_884" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="885" tag="operation_885" canDelete="false" indentLevel="1" > + <codeoperation parent_id="885" tag="operation_885" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="891" tag="operation_891" canDelete="false" indentLevel="1" > + <codeoperation parent_id="891" tag="operation_891" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="898" tag="operation_898" canDelete="false" indentLevel="1" > + <codeoperation parent_id="898" tag="operation_898" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="902" tag="operation_902" canDelete="false" indentLevel="1" > + <codeoperation parent_id="902" tag="operation_902" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="907" tag="operation_907" canDelete="false" indentLevel="1" > + <codeoperation parent_id="907" tag="operation_907" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="910" tag="operation_910" canDelete="false" indentLevel="1" > + <codeoperation parent_id="910" tag="operation_910" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="914" tag="operation_914" canDelete="false" indentLevel="1" > + <codeoperation parent_id="914" tag="operation_914" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="918" tag="operation_918" canDelete="false" indentLevel="1" > + <codeoperation parent_id="918" tag="operation_918" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="923" tag="operation_923" canDelete="false" indentLevel="1" > + <codeoperation parent_id="923" tag="operation_923" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="926" tag="operation_926" canDelete="false" indentLevel="1" > + <codeoperation parent_id="926" tag="operation_926" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="929" tag="operation_929" canDelete="false" indentLevel="1" > + <codeoperation parent_id="929" tag="operation_929" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 &#010;@return Q_INT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="932" tag="operation_932" canDelete="false" indentLevel="1" > + <codeoperation parent_id="932" tag="operation_932" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="937" tag="operation_937" canDelete="false" indentLevel="1" > + <codeoperation parent_id="937" tag="operation_937" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="938" tag="operation_938" canDelete="false" indentLevel="1" > + <codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="939" tag="operation_939" canDelete="false" indentLevel="1" > + <codeoperation parent_id="939" tag="operation_939" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="940" tag="operation_940" canDelete="false" indentLevel="1" > + <codeoperation parent_id="940" tag="operation_940" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="941" tag="operation_941" canDelete="false" indentLevel="1" > + <codeoperation parent_id="941" tag="operation_941" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="942" tag="operation_942" canDelete="false" indentLevel="1" > + <codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="945" tag="operation_945" canDelete="false" indentLevel="1" > + <codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="948" tag="operation_948" canDelete="false" indentLevel="1" > + <codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="956" tag="operation_956" canDelete="false" indentLevel="1" > + <codeoperation parent_id="956" tag="operation_956" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="957" tag="operation_957" canDelete="false" indentLevel="1" > + <codeoperation parent_id="957" tag="operation_957" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="963" tag="operation_963" canDelete="false" indentLevel="1" > + <codeoperation parent_id="963" tag="operation_963" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="974" tag="operation_974" canDelete="false" indentLevel="1" > + <codeoperation parent_id="974" tag="operation_974" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="984" tag="operation_984" canDelete="false" indentLevel="1" > + <codeoperation parent_id="984" tag="operation_984" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="994" tag="operation_994" canDelete="false" indentLevel="1" > + <codeoperation parent_id="994" tag="operation_994" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1014" tag="operation_1014" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1014" tag="operation_1014" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1024" tag="operation_1024" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1024" tag="operation_1024" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1034" tag="operation_1034" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1034" tag="operation_1034" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1044" tag="operation_1044" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1044" tag="operation_1044" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1074" tag="operation_1074" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1074" tag="operation_1074" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1104" tag="operation_1104" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1104" tag="operation_1104" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1114" tag="operation_1114" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1114" tag="operation_1114" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> </textblocks> @@ -13661,136 +13661,136 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="880" field_type="65" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="880" field_type="65" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisF32BaseColorSpace = new KisF32BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisF32BaseColorSpace = new KisF32BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisF32BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisF32BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="880" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="880" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1125" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1125" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1125" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1125" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1125" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1125" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1125" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1125" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1126" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1126" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1126" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1126" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_BLUE&#010;&#010;@return the value of PIXEL_BLUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1126" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1126" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_BLUE&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1127" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1127" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GREEN&#010;&#010;@return the value of PIXEL_GREEN" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GREEN&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1128" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1128" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_RED&#010;&#010;@return the value of PIXEL_RED" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1128" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1128" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_RED&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1129" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1129" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1129" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1129" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_ALPHA&#010;&#010;@return the value of PIXEL_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1129" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1129" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_ALPHA&#010;&#010;" /> </header> @@ -13798,7 +13798,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="893" tqparent_class="893" fileExt=".java" fileName="float*" > + <classifiercodedocument writeOutCode="true" package="" id="893" parent_class="893" fileExt=".java" fileName="float*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13810,7 +13810,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="893" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="893" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Float*&#010;" /> </header> @@ -13873,7 +13873,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1124" tqparent_class="1124" fileExt=".java" fileName="KisF32RgbColorSpaceTester" > + <classifiercodedocument writeOutCode="true" package="" id="1124" parent_class="1124" fileExt=".java" fileName="KisF32RgbColorSpaceTester" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13885,7 +13885,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1124" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1124" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisF32RgbColorSpaceTester&#010;" /> </header> @@ -13948,7 +13948,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1133" tqparent_class="1133" fileExt=".java" fileName="KisF32RgbColorSpaceSP" > + <classifiercodedocument writeOutCode="true" package="" id="1133" parent_class="1133" fileExt=".java" fileName="KisF32RgbColorSpaceSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13960,7 +13960,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1133" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1133" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisF32RgbColorSpaceSP&#010;" /> </header> @@ -14023,7 +14023,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1134" tqparent_class="1134" fileExt=".java" fileName="KisRgbU16ColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="1134" parent_class="1134" fileExt=".java" fileName="KisRgbU16ColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14035,7 +14035,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1134" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1134" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRgbU16ColorSpace&#010; Copyright (c) 2002 Patrick Julien <[email protected]>&#010; Copyright (c) 2005 Adrian Page <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -14045,37 +14045,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1381" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1381" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -14109,72 +14109,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_OPAQUE&#010;&#010;@return the value of U16_OPACITY_OPAQUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_OPAQUE&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_TRANSPARENT&#010;&#010;@return the value of U16_OPACITY_TRANSPARENT" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_TRANSPARENT&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1381" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1381" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1381" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1381" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1382" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1382" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_BLUE&#010;&#010;@return the value of PIXEL_BLUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_BLUE&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GREEN&#010;&#010;@return the value of PIXEL_GREEN" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GREEN&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_RED&#010;&#010;@return the value of PIXEL_RED" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1384" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1384" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_RED&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1385" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1385" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_ALPHA&#010;&#010;@return the value of PIXEL_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1385" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1385" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_ALPHA&#010;&#010;" /> </header> @@ -14194,204 +14194,204 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1140" tag="operation_1140" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1140" tag="operation_1140" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1141" tag="operation_1141" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1141" tag="operation_1141" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1142" tag="operation_1142" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1142" tag="operation_1142" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1148" tag="operation_1148" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1148" tag="operation_1148" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1154" tag="operation_1154" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1154" tag="operation_1154" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1158" tag="operation_1158" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1158" tag="operation_1158" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1163" tag="operation_1163" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1163" tag="operation_1163" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1166" tag="operation_1166" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1166" tag="operation_1166" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1170" tag="operation_1170" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1170" tag="operation_1170" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1174" tag="operation_1174" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1174" tag="operation_1174" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1179" tag="operation_1179" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1179" tag="operation_1179" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 &#010;@return Q_INT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1193" tag="operation_1193" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1193" tag="operation_1193" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1201" tag="operation_1201" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1201" tag="operation_1201" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1204" tag="operation_1204" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1204" tag="operation_1204" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="1213" tag="operation_1213" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1213" tag="operation_1213" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1219" tag="operation_1219" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1219" tag="operation_1219" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1230" tag="operation_1230" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1230" tag="operation_1230" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1240" tag="operation_1240" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1240" tag="operation_1240" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1250" tag="operation_1250" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1250" tag="operation_1250" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1260" tag="operation_1260" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1260" tag="operation_1260" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1270" tag="operation_1270" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1270" tag="operation_1270" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1280" tag="operation_1280" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1280" tag="operation_1280" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1290" tag="operation_1290" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1290" tag="operation_1290" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1300" tag="operation_1300" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1300" tag="operation_1300" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1310" tag="operation_1310" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1310" tag="operation_1310" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1320" tag="operation_1320" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1320" tag="operation_1320" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1330" tag="operation_1330" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1330" tag="operation_1330" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1340" tag="operation_1340" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1340" tag="operation_1340" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1350" tag="operation_1350" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1350" tag="operation_1350" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1360" tag="operation_1360" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1360" tag="operation_1360" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> </textblocks> @@ -14405,176 +14405,176 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1135" field_type="92" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1135" field_type="92" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU16BaseColorSpace = new KisU16BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU16BaseColorSpace = new KisU16BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU16BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU16BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1135" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1135" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_OPAQUE&#010;&#010;@return the value of U16_OPACITY_OPAQUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_OPAQUE&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of U16_OPACITY_TRANSPARENT&#010;&#010;@return the value of U16_OPACITY_TRANSPARENT" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of U16_OPACITY_TRANSPARENT&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1381" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1381" tag="tblock_5" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1381" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1381" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1381" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1381" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1382" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1382" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1382" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1382" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_BLUE&#010;&#010;@return the value of PIXEL_BLUE" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_BLUE&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_GREEN&#010;&#010;@return the value of PIXEL_GREEN" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_GREEN&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_RED&#010;&#010;@return the value of PIXEL_RED" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1384" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1384" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_RED&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1385" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1385" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1385" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1385" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of PIXEL_ALPHA&#010;&#010;@return the value of PIXEL_ALPHA" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1385" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1385" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of PIXEL_ALPHA&#010;&#010;" /> </header> @@ -14582,7 +14582,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1380" tqparent_class="1380" fileExt=".java" fileName="KisRgbU16ColorSpaceTester" > + <classifiercodedocument writeOutCode="true" package="" id="1380" parent_class="1380" fileExt=".java" fileName="KisRgbU16ColorSpaceTester" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14594,7 +14594,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1380" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1380" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRgbU16ColorSpaceTester&#010;" /> </header> @@ -14657,7 +14657,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1386" tqparent_class="1386" fileExt=".java" fileName="KisRgbColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="1386" parent_class="1386" fileExt=".java" fileName="KisRgbColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14669,7 +14669,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1386" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1386" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRgbColorSpace&#010;" /> </header> @@ -14679,7 +14679,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -14713,12 +14713,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> @@ -14738,219 +14738,219 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1390" tag="operation_1390" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1390" tag="operation_1390" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1391" tag="operation_1391" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1391" tag="operation_1391" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1392" tag="operation_1392" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1392" tag="operation_1392" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1398" tag="operation_1398" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1398" tag="operation_1398" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1404" tag="operation_1404" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1404" tag="operation_1404" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1408" tag="operation_1408" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1408" tag="operation_1408" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1416" tag="operation_1416" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1416" tag="operation_1416" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1420" tag="operation_1420" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1420" tag="operation_1420" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1424" tag="operation_1424" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1424" tag="operation_1424" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1429" tag="operation_1429" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1429" tag="operation_1429" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="1432" tag="operation_1432" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1432" tag="operation_1432" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 &#010;@return Q_INT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1443" tag="operation_1443" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1443" tag="operation_1443" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param kernelValues &#010;@param channelFlags &#010;@param dst &#010;@param factor &#010;@param offset &#010;@param nColors &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1452" tag="operation_1452" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1452" tag="operation_1452" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1454" tag="operation_1454" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1454" tag="operation_1454" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1462" tag="operation_1462" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1462" tag="operation_1462" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="1471" tag="operation_1471" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1471" tag="operation_1471" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param transferValues &#010;@return KisColorAdjustment* " /> </header> </codeoperation> - <codeoperation tqparent_id="1473" tag="operation_1473" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1473" tag="operation_1473" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1478" tag="operation_1478" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1478" tag="operation_1478" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Darken all color channels with the given amount. If compensate is true,&#010;the compensation factor will be used to limit the darkening.&#010;&#010;(See the bumpmap filter)" /> </header> </codeoperation> - <codeoperation tqparent_id="1485" tag="operation_1485" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1485" tag="operation_1485" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@return Q_UINT8 " /> </header> </codeoperation> - <codeoperation tqparent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1498" tag="operation_1498" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1498" tag="operation_1498" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1508" tag="operation_1508" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1508" tag="operation_1508" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1528" tag="operation_1528" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1528" tag="operation_1528" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1538" tag="operation_1538" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1538" tag="operation_1538" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1558" tag="operation_1558" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1558" tag="operation_1558" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1568" tag="operation_1568" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1568" tag="operation_1568" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1578" tag="operation_1578" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1578" tag="operation_1578" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1598" tag="operation_1598" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1598" tag="operation_1598" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1608" tag="operation_1608" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1608" tag="operation_1608" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1618" tag="operation_1618" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1618" tag="operation_1618" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1628" tag="operation_1628" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1628" tag="operation_1628" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> </textblocks> @@ -14964,56 +14964,56 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1387" field_type="65" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1387" field_type="65" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisU8BaseColorSpace = new KisU8BaseColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisU8BaseColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisU8BaseColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1387" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1387" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1638" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1638" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> @@ -15021,7 +15021,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1639" tqparent_class="1639" fileExt=".java" fileName="WetPix" > + <classifiercodedocument writeOutCode="true" package="" id="1639" parent_class="1639" fileExt=".java" fileName="WetPix" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15033,7 +15033,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1639" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1639" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class WetPix&#010;" /> </header> @@ -15096,7 +15096,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1640" tqparent_class="1640" fileExt=".java" fileName="WetPixDbl" > + <classifiercodedocument writeOutCode="true" package="" id="1640" parent_class="1640" fileExt=".java" fileName="WetPixDbl" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15108,7 +15108,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1640" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1640" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class WetPixDbl&#010;" /> </header> @@ -15171,7 +15171,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1641" tqparent_class="1641" fileExt=".java" fileName="WetPack" > + <classifiercodedocument writeOutCode="true" package="" id="1641" parent_class="1641" fileExt=".java" fileName="WetPack" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15183,7 +15183,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1641" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1641" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class WetPack&#010;" /> </header> @@ -15246,7 +15246,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1642" tqparent_class="1642" fileExt=".java" fileName="_WetPix" > + <classifiercodedocument writeOutCode="true" package="" id="1642" parent_class="1642" fileExt=".java" fileName="_WetPix" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15258,7 +15258,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1642" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1642" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class _WetPix&#010;White is made up of myth-red, myth-green, and myth-blue. Myth-red&#010;looks red when viewed reflectively, but cyan when viewed&#010;transmissively (thus, it vaguely resembles a dichroic&#010;filter). Myth-red over black is red, and myth-red over white is&#010;white.&#010;&#010;Total red channel concentration is myth-red concentration plus&#010;cyan concentration." /> </header> @@ -15268,42 +15268,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 rd;" > + <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 rd;" > <header> <codecomment tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 rw;" > + <ccfdeclarationcodeblock parent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 rw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 gd;" > + <ccfdeclarationcodeblock parent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 gd;" > <header> <codecomment tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 gw;" > + <ccfdeclarationcodeblock parent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 gw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT16 bd;" > + <ccfdeclarationcodeblock parent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT16 bd;" > <header> <codecomment tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public Q_UINT16 bw;" > + <ccfdeclarationcodeblock parent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public Q_UINT16 bw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public Q_UINT16 w;" > + <ccfdeclarationcodeblock parent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public Q_UINT16 w;" > <header> <codecomment tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public Q_UINT16 h;" > + <ccfdeclarationcodeblock parent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public Q_UINT16 h;" > <header> <codecomment tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> @@ -15337,82 +15337,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1643" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1643" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1644" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1644" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1644" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1644" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1645" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1645" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1645" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1645" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1646" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1646" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1646" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1646" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> @@ -15442,161 +15442,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1643" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1643" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Total red channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 rd;" > + <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 rd;" > <header> <codecomment tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1643" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1643" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1644" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1644" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Myth-red concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 rw;" > + <ccfdeclarationcodeblock parent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 rw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1644" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1644" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1644" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1644" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1645" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1645" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Total green channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 gd;" > + <ccfdeclarationcodeblock parent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 gd;" > <header> <codecomment tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1645" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1645" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1645" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1645" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Myth-green concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 gw;" > + <ccfdeclarationcodeblock parent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 gw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1646" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1646" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1646" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1646" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Total blue channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT16 bd;" > + <ccfdeclarationcodeblock parent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT16 bd;" > <header> <codecomment tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Myth-blue concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public Q_UINT16 bw;" > + <ccfdeclarationcodeblock parent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public Q_UINT16 bw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1649" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1649" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Water volume" /> </header> - <ccfdeclarationcodeblock tqparent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public Q_UINT16 w;" > + <ccfdeclarationcodeblock parent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public Q_UINT16 w;" > <header> <codecomment tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1650" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1650" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> - <ccfdeclarationcodeblock tqparent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public Q_UINT16 h;" > + <ccfdeclarationcodeblock parent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public Q_UINT16 h;" > <header> <codecomment tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> @@ -15604,7 +15604,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1651" tqparent_class="1651" fileExt=".java" fileName="_WetPack" > + <classifiercodedocument writeOutCode="true" package="" id="1651" parent_class="1651" fileExt=".java" fileName="_WetPack" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15616,7 +15616,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1651" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1651" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class _WetPack&#010;" /> </header> @@ -15626,12 +15626,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text="public WetPix paint;" > + <ccfdeclarationcodeblock parent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text="public WetPix paint;" > <header> <codecomment tag="" indentLevel="1" text="Paint layer" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1653" tag="tblock_2" canDelete="false" indentLevel="1" text="public WetPix adsorb;" > + <ccfdeclarationcodeblock parent_id="1653" tag="tblock_2" canDelete="false" indentLevel="1" text="public WetPix adsorb;" > <header> <codecomment tag="" indentLevel="1" text="Adsorbtion layer" /> </header> @@ -15665,22 +15665,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > + <codeaccessormethod accessType="0" parent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Paint layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1652" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > + <codeaccessormethod accessType="1" parent_id="1652" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Paint layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > + <codeaccessormethod accessType="0" parent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Adsorbtion layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > + <codeaccessormethod accessType="1" parent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Adsorbtion layer" /> </header> @@ -15710,41 +15710,41 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1652" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1652" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Paint layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text="public WetPix paint;" > + <ccfdeclarationcodeblock parent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text="public WetPix paint;" > <header> <codecomment tag="" indentLevel="1" text="Paint layer" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > + <codeaccessormethod accessType="0" parent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Paint layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1652" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > + <codeaccessormethod accessType="1" parent_id="1652" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Paint layer" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1653" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1653" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Adsorbtion layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1653" tag="tblock_2" canDelete="false" indentLevel="1" text="public WetPix adsorb;" > + <ccfdeclarationcodeblock parent_id="1653" tag="tblock_2" canDelete="false" indentLevel="1" text="public WetPix adsorb;" > <header> <codecomment tag="" indentLevel="1" text="Adsorbtion layer" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > + <codeaccessormethod accessType="0" parent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Adsorbtion layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > + <codeaccessormethod accessType="1" parent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Adsorbtion layer" /> </header> @@ -15752,7 +15752,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1654" tqparent_class="1654" fileExt=".java" fileName="_WetPixDbl" > + <classifiercodedocument writeOutCode="true" package="" id="1654" parent_class="1654" fileExt=".java" fileName="_WetPixDbl" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15764,7 +15764,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1654" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1654" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class _WetPixDbl&#010;" /> </header> @@ -15774,42 +15774,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text="public double rd;" > + <ccfdeclarationcodeblock parent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text="public double rd;" > <header> <codecomment tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1656" tag="tblock_2" canDelete="false" indentLevel="1" text="public double rw;" > + <ccfdeclarationcodeblock parent_id="1656" tag="tblock_2" canDelete="false" indentLevel="1" text="public double rw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1657" tag="tblock_5" canDelete="false" indentLevel="1" text="public double gd;" > + <ccfdeclarationcodeblock parent_id="1657" tag="tblock_5" canDelete="false" indentLevel="1" text="public double gd;" > <header> <codecomment tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1658" tag="tblock_8" canDelete="false" indentLevel="1" text="public double gw;" > + <ccfdeclarationcodeblock parent_id="1658" tag="tblock_8" canDelete="false" indentLevel="1" text="public double gw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1659" tag="tblock_11" canDelete="false" indentLevel="1" text="public double bd;" > + <ccfdeclarationcodeblock parent_id="1659" tag="tblock_11" canDelete="false" indentLevel="1" text="public double bd;" > <header> <codecomment tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1660" tag="tblock_14" canDelete="false" indentLevel="1" text="public double bw;" > + <ccfdeclarationcodeblock parent_id="1660" tag="tblock_14" canDelete="false" indentLevel="1" text="public double bw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1661" tag="tblock_17" canDelete="false" indentLevel="1" text="public double w;" > + <ccfdeclarationcodeblock parent_id="1661" tag="tblock_17" canDelete="false" indentLevel="1" text="public double w;" > <header> <codecomment tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1662" tag="tblock_20" canDelete="false" indentLevel="1" text="public double h;" > + <ccfdeclarationcodeblock parent_id="1662" tag="tblock_20" canDelete="false" indentLevel="1" text="public double h;" > <header> <codecomment tag="" indentLevel="1" text="Height of paper surface" /> </header> @@ -15843,82 +15843,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1656" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1656" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1656" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1656" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1657" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1657" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1657" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1657" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1658" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1658" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1658" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1658" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1659" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1659" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1659" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1659" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1660" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1660" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1660" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1660" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1661" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1661" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface" /> </header> @@ -15948,161 +15948,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Total red channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text="public double rd;" > + <ccfdeclarationcodeblock parent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text="public double rd;" > <header> <codecomment tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1656" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1656" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Myth-red concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1656" tag="tblock_2" canDelete="false" indentLevel="1" text="public double rw;" > + <ccfdeclarationcodeblock parent_id="1656" tag="tblock_2" canDelete="false" indentLevel="1" text="public double rw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1656" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1656" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1656" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1656" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1657" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1657" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Total green channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1657" tag="tblock_5" canDelete="false" indentLevel="1" text="public double gd;" > + <ccfdeclarationcodeblock parent_id="1657" tag="tblock_5" canDelete="false" indentLevel="1" text="public double gd;" > <header> <codecomment tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1657" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1657" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1657" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1657" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1658" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1658" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Myth-green concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1658" tag="tblock_8" canDelete="false" indentLevel="1" text="public double gw;" > + <ccfdeclarationcodeblock parent_id="1658" tag="tblock_8" canDelete="false" indentLevel="1" text="public double gw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1658" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1658" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1658" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1658" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1659" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1659" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Total blue channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1659" tag="tblock_11" canDelete="false" indentLevel="1" text="public double bd;" > + <ccfdeclarationcodeblock parent_id="1659" tag="tblock_11" canDelete="false" indentLevel="1" text="public double bd;" > <header> <codecomment tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1659" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1659" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1659" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1659" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Myth-blue concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1660" tag="tblock_14" canDelete="false" indentLevel="1" text="public double bw;" > + <ccfdeclarationcodeblock parent_id="1660" tag="tblock_14" canDelete="false" indentLevel="1" text="public double bw;" > <header> <codecomment tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1660" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1660" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1660" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1660" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Water volume" /> </header> - <ccfdeclarationcodeblock tqparent_id="1661" tag="tblock_17" canDelete="false" indentLevel="1" text="public double w;" > + <ccfdeclarationcodeblock parent_id="1661" tag="tblock_17" canDelete="false" indentLevel="1" text="public double w;" > <header> <codecomment tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1661" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1661" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="Height of paper surface" /> </header> - <ccfdeclarationcodeblock tqparent_id="1662" tag="tblock_20" canDelete="false" indentLevel="1" text="public double h;" > + <ccfdeclarationcodeblock parent_id="1662" tag="tblock_20" canDelete="false" indentLevel="1" text="public double h;" > <header> <codecomment tag="" indentLevel="1" text="Height of paper surface" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Height of paper surface" /> </header> @@ -16110,7 +16110,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1663" tqparent_class="1663" fileExt=".java" fileName="KisWetColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="1663" parent_class="1663" fileExt=".java" fileName="KisWetColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16122,7 +16122,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1663" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1663" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisWetColorSpace&#010;" /> </header> @@ -16132,37 +16132,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private Q_UINT32* wet_render_tab;" > + <ccfdeclarationcodeblock parent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private Q_UINT32* wet_render_tab;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QStringList m_paintNames;" > + <ccfdeclarationcodeblock parent_id="1758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QStringList m_paintNames;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1760" tag="tblock_8" canDelete="false" indentLevel="1" text="private QMap m_conversionMap;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_8" canDelete="false" indentLevel="1" text="private QMap m_conversionMap;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1761" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_paintwetness;" > + <ccfdeclarationcodeblock parent_id="1761" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_paintwetness;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1762" tag="tblock_14" canDelete="false" indentLevel="1" text="private int phase;" > + <ccfdeclarationcodeblock parent_id="1762" tag="tblock_14" canDelete="false" indentLevel="1" text="private int phase;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1763" tag="tblock_17" canDelete="false" indentLevel="1" text="private int phasebig;" > + <ccfdeclarationcodeblock parent_id="1763" tag="tblock_17" canDelete="false" indentLevel="1" text="private int phasebig;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -16196,72 +16196,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of wet_render_tab&#010;&#010;@return the value of wet_render_tab" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of wet_render_tab&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > + <codeaccessormethod accessType="0" parent_id="1758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paintNames&#010;&#010;@return the value of m_paintNames" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > + <codeaccessormethod accessType="1" parent_id="1758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paintNames&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_conversionMap&#010;&#010;@return the value of m_conversionMap" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_conversionMap&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paintwetness&#010;&#010;@return the value of m_paintwetness" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paintwetness&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of phase&#010;&#010;@return the value of phase" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of phase&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of phasebig&#010;&#010;@return the value of phasebig" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of phasebig&#010;&#010;" /> </header> @@ -16281,147 +16281,147 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1667" tag="operation_1667" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1667" tag="operation_1667" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1668" tag="operation_1668" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1668" tag="operation_1668" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1669" tag="operation_1669" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1669" tag="operation_1669" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Semi-clever: we have only fifteen wet paint colors that are mapped to the// qcolors that are put in the painter by the special wet paint palette. Other// QColors are mapped to plain water..." /> </header> </codeoperation> - <codeoperation tqparent_id="1673" tag="operation_1673" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1673" tag="operation_1673" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1678" tag="operation_1678" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1678" tag="operation_1678" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1681" tag="operation_1681" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1681" tag="operation_1681" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1685" tag="operation_1685" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1685" tag="operation_1685" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1690" tag="operation_1690" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1690" tag="operation_1690" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="1693" tag="operation_1693" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1693" tag="operation_1693" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="1696" tag="operation_1696" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1696" tag="operation_1696" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1701" tag="operation_1701" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1701" tag="operation_1701" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1702" tag="operation_1702" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1702" tag="operation_1702" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1706" tag="operation_1706" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1706" tag="operation_1706" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1710" tag="operation_1710" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1710" tag="operation_1710" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param adjust &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1724" tag="operation_1724" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1724" tag="operation_1724" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param &#010;@param &#010;@param &#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1730" tag="operation_1730" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1730" tag="operation_1730" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="1731" tag="operation_1731" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1731" tag="operation_1731" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param b &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1733" tag="operation_1733" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1733" tag="operation_1733" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1735" tag="operation_1735" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1735" tag="operation_1735" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1746" tag="operation_1746" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1746" tag="operation_1746" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// This was static, but since we have only one instance of the color strategy,// it can be just as well a private member variable." /> </header> </codeoperation> - <codeoperation tqparent_id="1747" tag="operation_1747" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1747" tag="operation_1747" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Convert a single pixel from its wet representation to rgb" /> </header> </codeoperation> - <codeoperation tqparent_id="1751" tag="operation_1751" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1751" tag="operation_1751" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param pack &#010;@return void " /> </header> @@ -16437,176 +16437,176 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1664" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1664" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAbstractColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAbstractColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1664" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1664" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private Q_UINT32* wet_render_tab;" > + <ccfdeclarationcodeblock parent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private Q_UINT32* wet_render_tab;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of wet_render_tab&#010;&#010;@return the value of wet_render_tab" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of wet_render_tab&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QStringList m_paintNames;" > + <ccfdeclarationcodeblock parent_id="1758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QStringList m_paintNames;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > + <codeaccessormethod accessType="0" parent_id="1758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paintNames&#010;&#010;@return the value of m_paintNames" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > + <codeaccessormethod accessType="1" parent_id="1758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paintNames&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1760" tag="tblock_8" canDelete="false" indentLevel="1" text="private QMap m_conversionMap;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_8" canDelete="false" indentLevel="1" text="private QMap m_conversionMap;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_conversionMap&#010;&#010;@return the value of m_conversionMap" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_conversionMap&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1761" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_paintwetness;" > + <ccfdeclarationcodeblock parent_id="1761" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_paintwetness;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paintwetness&#010;&#010;@return the value of m_paintwetness" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paintwetness&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1762" tag="tblock_14" canDelete="false" indentLevel="1" text="private int phase;" > + <ccfdeclarationcodeblock parent_id="1762" tag="tblock_14" canDelete="false" indentLevel="1" text="private int phase;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of phase&#010;&#010;@return the value of phase" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of phase&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1763" tag="tblock_17" canDelete="false" indentLevel="1" text="private int phasebig;" > + <ccfdeclarationcodeblock parent_id="1763" tag="tblock_17" canDelete="false" indentLevel="1" text="private int phasebig;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of phasebig&#010;&#010;@return the value of phasebig" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of phasebig&#010;&#010;" /> </header> @@ -16614,7 +16614,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1749" tqparent_class="1749" fileExt=".java" fileName="WetPix*" > + <classifiercodedocument writeOutCode="true" package="" id="1749" parent_class="1749" fileExt=".java" fileName="WetPix*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16626,7 +16626,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1749" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1749" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class WetPix*&#010;" /> </header> @@ -16689,7 +16689,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1753" tqparent_class="1753" fileExt=".java" fileName="WetPack*" > + <classifiercodedocument writeOutCode="true" package="" id="1753" parent_class="1753" fileExt=".java" fileName="WetPack*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16701,7 +16701,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1753" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1753" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class WetPack*&#010;" /> </header> @@ -16764,7 +16764,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1756" tqparent_class="1756" fileExt=".java" fileName="Q_UINT32*" > + <classifiercodedocument writeOutCode="true" package="" id="1756" parent_class="1756" fileExt=".java" fileName="Q_UINT32*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16776,7 +16776,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1756" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1756" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT32*&#010;" /> </header> @@ -16839,7 +16839,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1759" tqparent_class="1759" fileExt=".java" fileName="QMap" > + <classifiercodedocument writeOutCode="true" package="" id="1759" parent_class="1759" fileExt=".java" fileName="QMap" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16851,7 +16851,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1759" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1759" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QMap&#010;" /> </header> @@ -16914,7 +16914,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1765" tqparent_class="1765" fileExt=".java" fileName="enumDirection" > + <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1765" parent_class="1765" fileExt=".java" fileName="enumDirection" > <textblocks> <codeblockwithcomments tag="packages" text="package WetAndSticky;&#010;" > <header> @@ -16926,7 +16926,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1765" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1765" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumDirection&#010;A color is specified as a vector in HLS space. Hue is a value&#010;in the range 0..360 degrees with 0 degrees being red. Saturation&#010;and Lightness are both in the range [0,1]. A lightness of 0 means&#010;black, with 1 being white. A totally saturated color has saturation&#010;of 1." /> </header> @@ -16989,7 +16989,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1771" tqparent_class="1771" fileExt=".java" fileName="CELL" > + <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1771" parent_class="1771" fileExt=".java" fileName="CELL" > <textblocks> <codeblockwithcomments tag="packages" text="package WetAndSticky;&#010;" > <header> @@ -17001,7 +17001,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1771" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1771" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CELL&#010;" /> </header> @@ -17064,7 +17064,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1772" tqparent_class="1772" fileExt=".java" fileName="cell" > + <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1772" parent_class="1772" fileExt=".java" fileName="cell" > <textblocks> <codeblockwithcomments tag="packages" text="package WetAndSticky;&#010;" > <header> @@ -17076,7 +17076,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1772" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1772" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Cell&#010;" /> </header> @@ -17139,7 +17139,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1773" tqparent_class="1773" fileExt=".java" fileName="CELL_PTR" > + <classifiercodedocument writeOutCode="true" package="WetAndSticky" id="1773" parent_class="1773" fileExt=".java" fileName="CELL_PTR" > <textblocks> <codeblockwithcomments tag="packages" text="package WetAndSticky;&#010;" > <header> @@ -17151,7 +17151,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1773" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1773" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CELL_PTR&#010;" /> </header> @@ -17214,7 +17214,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1774" tqparent_class="1774" fileExt=".java" fileName="KisWetStickyColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="1774" parent_class="1774" fileExt=".java" fileName="KisWetStickyColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17226,7 +17226,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1774" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1774" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisWetStickyColorSpace&#010;" /> </header> @@ -17236,7 +17236,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -17270,12 +17270,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> @@ -17295,144 +17295,144 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1778" tag="operation_1778" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1778" tag="operation_1778" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1779" tag="operation_1779" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1779" tag="operation_1779" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1780" tag="operation_1780" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1780" tag="operation_1780" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1784" tag="operation_1784" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1784" tag="operation_1784" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1789" tag="operation_1789" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1789" tag="operation_1789" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1792" tag="operation_1792" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1792" tag="operation_1792" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1796" tag="operation_1796" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1796" tag="operation_1796" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="1804" tag="operation_1804" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1804" tag="operation_1804" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile &#010;@return KisPixel " /> </header> </codeoperation> - <codeoperation tqparent_id="1807" tag="operation_1807" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1807" tag="operation_1807" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisChannelInfoSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1808" tag="operation_1808" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1808" tag="operation_1808" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1809" tag="operation_1809" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1809" tag="operation_1809" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1810" tag="operation_1810" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1810" tag="operation_1810" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex &#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure &#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param adjust &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1830" tag="operation_1830" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1830" tag="operation_1830" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1836" tag="operation_1836" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1836" tag="operation_1836" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1841" tag="operation_1841" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1841" tag="operation_1841" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1845" tag="operation_1845" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1845" tag="operation_1845" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCompositeOpList " /> </header> </codeoperation> - <codeoperation tqparent_id="1846" tag="operation_1846" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1846" tag="operation_1846" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1857" tag="operation_1857" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1857" tag="operation_1857" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param srcProfile &#010;@param dst &#010;@param dstColorStrategy &#010;@param dstProfile &#010;@param numPixels &#010;@param renderingIntent &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1865" tag="operation_1865" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1865" tag="operation_1865" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1875" tag="operation_1875" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1875" tag="operation_1875" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" > <header> - <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> + <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity &#010;@return void " /> </header> </codeoperation> </textblocks> @@ -17446,56 +17446,56 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1775" field_type="144905952" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1775" field_type="144905952" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > + <ccfdeclarationcodeblock parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisAbstractColorSpace = new KisAbstractColorSpace ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAbstractColorSpace to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAbstractColorSpace from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1775" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1775" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1895" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1895" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text="private vKisChannelInfoSP m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> @@ -17503,7 +17503,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="12050" tqparent_class="12050" fileExt=".java" fileName="KisColorSpaceDescriptor" > + <classifiercodedocument writeOutCode="true" package="" id="12050" parent_class="12050" fileExt=".java" fileName="KisColorSpaceDescriptor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17515,7 +17515,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="12050" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="12050" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisColorSpaceDescriptor&#010;" /> </header> @@ -17580,7 +17580,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </classifiercodedocument> </codegenerator> <codegenerator language="Cpp" > - <classifiercodedocument writeOutCode="true" package="" id="11" tqparent_class="11" fileExt=".cpp" fileName="qpainter" > + <classifiercodedocument writeOutCode="true" package="" id="11" parent_class="11" fileExt=".cpp" fileName="qpainter" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qpainter.h"&#010;" > <header> @@ -17605,7 +17605,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="12" tqparent_class="12" fileExt=".cpp" fileName="kisiteratorpixel" > + <classifiercodedocument writeOutCode="true" package="" id="12" parent_class="12" fileExt=".cpp" fileName="kisiteratorpixel" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisiteratorpixel.h"&#010;" > <header> @@ -17630,7 +17630,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="13" tqparent_class="13" fileExt=".cpp" fileName="kispixel" > + <classifiercodedocument writeOutCode="true" package="" id="13" parent_class="13" fileExt=".cpp" fileName="kispixel" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kispixel.h"&#010;" > <header> @@ -17655,7 +17655,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="14" tqparent_class="14" fileExt=".cpp" fileName="kispixelro" > + <classifiercodedocument writeOutCode="true" package="" id="14" parent_class="14" fileExt=".cpp" fileName="kispixelro" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kispixelro.h"&#010;" > <header> @@ -17680,7 +17680,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="15" tqparent_class="15" fileExt=".cpp" fileName="kisprofilepair" > + <classifiercodedocument writeOutCode="true" package="" id="15" parent_class="15" fileExt=".cpp" fileName="kisprofilepair" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisprofilepair.h"&#010;" > <header> @@ -17705,7 +17705,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="17" tqparent_class="17" fileExt=".cpp" fileName="transform" > + <classifiercodedocument writeOutCode="true" package="" id="17" parent_class="17" fileExt=".cpp" fileName="transform" > <textblocks> <codeblockwithcomments tag="includes" text="#include "transform.h"&#010;" > <header> @@ -17723,52 +17723,52 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="19" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="19" text="return srcProfile;" > + <codeaccessormethod accessType="0" parent_id="19" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="19" text="return srcProfile;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="19" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="19" text="srcProfile = value;" > + <codeaccessormethod accessType="1" parent_id="19" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="19" text="srcProfile = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="21" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="21" text="return srcCmType;" > + <codeaccessormethod accessType="0" parent_id="21" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="21" text="return srcCmType;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="21" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="21" text="srcCmType = value;" > + <codeaccessormethod accessType="1" parent_id="21" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="21" text="srcCmType = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="22" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="22" text="return dstProfile;" > + <codeaccessormethod accessType="0" parent_id="22" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="22" text="return dstProfile;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="22" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="22" text="dstProfile = value;" > + <codeaccessormethod accessType="1" parent_id="22" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="22" text="dstProfile = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="23" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="23" text="return dstType;" > + <codeaccessormethod accessType="0" parent_id="23" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="23" text="return dstType;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="23" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="23" text="dstType = value;" > + <codeaccessormethod accessType="1" parent_id="23" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="23" text="dstType = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="24" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="24" text="return renderIntent;" > + <codeaccessormethod accessType="0" parent_id="24" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="24" text="return renderIntent;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="24" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="24" text="renderIntent = value;" > + <codeaccessormethod accessType="1" parent_id="24" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="24" text="renderIntent = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -17780,101 +17780,101 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="19" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="19" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="19" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="19" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="19" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="19" text="return srcProfile;" > + <codeaccessormethod accessType="0" parent_id="19" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="19" text="return srcProfile;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="19" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="19" text="srcProfile = value;" > + <codeaccessormethod accessType="1" parent_id="19" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="19" text="srcProfile = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="21" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="21" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="21" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="21" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="21" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="21" text="return srcCmType;" > + <codeaccessormethod accessType="0" parent_id="21" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="21" text="return srcCmType;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="21" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="21" text="srcCmType = value;" > + <codeaccessormethod accessType="1" parent_id="21" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="21" text="srcCmType = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="22" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="22" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="22" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="22" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="22" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="22" text="return dstProfile;" > + <codeaccessormethod accessType="0" parent_id="22" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="22" text="return dstProfile;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="22" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="22" text="dstProfile = value;" > + <codeaccessormethod accessType="1" parent_id="22" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="22" text="dstProfile = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="23" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="23" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="23" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="23" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="23" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="23" text="return dstType;" > + <codeaccessormethod accessType="0" parent_id="23" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="23" text="return dstType;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="23" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="23" text="dstType = value;" > + <codeaccessormethod accessType="1" parent_id="23" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="23" text="dstType = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="24" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="24" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="24" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="24" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="24" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="24" text="return renderIntent;" > + <codeaccessormethod accessType="0" parent_id="24" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="24" text="return renderIntent;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="24" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="24" text="renderIntent = value;" > + <codeaccessormethod accessType="1" parent_id="24" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="24" text="renderIntent = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -17882,7 +17882,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="18" tqparent_class="18" fileExt=".cpp" fileName="kisprofile" > + <classifiercodedocument writeOutCode="true" package="" id="18" parent_class="18" fileExt=".cpp" fileName="kisprofile" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisprofile.h"&#010;" > <header> @@ -17907,7 +17907,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="20" tqparent_class="20" fileExt=".cpp" fileName="q_uint32" > + <classifiercodedocument writeOutCode="true" package="" id="20" parent_class="20" fileExt=".cpp" fileName="q_uint32" > <textblocks> <codeblockwithcomments tag="includes" text="#include "q_uint32.h"&#010;" > <header> @@ -17932,7 +17932,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="25" tqparent_class="25" fileExt=".cpp" fileName="struct kiscoloradjustment" > + <classifiercodedocument writeOutCode="true" package="" id="25" parent_class="25" fileExt=".cpp" fileName="struct kiscoloradjustment" > <textblocks> <codeblockwithcomments tag="includes" text="#include "struct kiscoloradjustment.h"&#010;" > <header> @@ -17957,7 +17957,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="26" tqparent_class="26" fileExt=".cpp" fileName="kisabstractcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="26" parent_class="26" fileExt=".cpp" fileName="kisabstractcolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisabstractcolorspace.h"&#010;" > <header> @@ -17975,382 +17975,382 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="227" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="227" text="return m_profileFilenames;" > + <codeaccessormethod accessType="0" parent_id="227" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="227" text="return m_profileFilenames;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="227" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="227" text="m_profileFilenames = value;" > + <codeaccessormethod accessType="1" parent_id="227" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="227" text="m_profileFilenames = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="228" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="228" text="return m_defaultProfile;" > + <codeaccessormethod accessType="0" parent_id="228" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="228" text="return m_defaultProfile;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="228" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="228" text="m_defaultProfile = value;" > + <codeaccessormethod accessType="1" parent_id="228" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="228" text="m_defaultProfile = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="229" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="229" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="229" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="229" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="229" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="229" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="229" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="229" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="230" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="230" text="return m_alphaPos;" > + <codeaccessormethod accessType="0" parent_id="230" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="230" text="return m_alphaPos;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="230" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="230" text="m_alphaPos = value;" > + <codeaccessormethod accessType="1" parent_id="230" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="230" text="m_alphaPos = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="231" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="231" text="return m_alphaSize;" > + <codeaccessormethod accessType="0" parent_id="231" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="231" text="return m_alphaSize;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="231" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="231" text="m_alphaSize = value;" > + <codeaccessormethod accessType="1" parent_id="231" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="231" text="m_alphaSize = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="232" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="232" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="232" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="232" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="232" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="232" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="232" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="232" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="233" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="233" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="233" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="233" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="233" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="233" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="233" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="233" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="234" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="234" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="234" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="234" text="return m_id;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="234" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="234" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="234" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="234" text="m_id = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="235" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="235" text="return m_cmType;" > + <codeaccessormethod accessType="0" parent_id="235" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="235" text="return m_cmType;" > <header> <cppcodedocumentation tag="" text="Get the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@return the value of m_cmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="235" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="235" text="m_cmType = value;" > + <codeaccessormethod accessType="1" parent_id="235" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="235" text="m_cmType = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@param value the value of m_cmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="236" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="236" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="236" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="236" text="return m_colorSpaceSignature;" > <header> <cppcodedocumentation tag="" text="Get the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@return the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="236" tag="hblock_tag_19" canDelete="false" writeOutText="false" classfield_id="236" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="236" tag="hblock_tag_19" canDelete="false" writeOutText="false" classfield_id="236" text="m_colorSpaceSignature = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@param value the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="238" tag="hblock_tag_20" canDelete="false" writeOutText="false" classfield_id="238" text="return m_transforms;" > + <codeaccessormethod accessType="0" parent_id="238" tag="hblock_tag_20" canDelete="false" writeOutText="false" classfield_id="238" text="return m_transforms;" > <header> <cppcodedocumentation tag="" text="Get the value of m_transforms&#010;// Cache for existing transforms&#010;@return the value of m_transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="238" tag="hblock_tag_21" canDelete="false" writeOutText="false" classfield_id="238" text="m_transforms = value;" > + <codeaccessormethod accessType="1" parent_id="238" tag="hblock_tag_21" canDelete="false" writeOutText="false" classfield_id="238" text="m_transforms = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_transforms&#010;// Cache for existing transforms&#010;@param value the value of m_transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="245" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="245" text="return m_cachesize;" > + <codeaccessormethod accessType="0" parent_id="245" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="245" text="return m_cachesize;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="245" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="245" text="m_cachesize = value;" > + <codeaccessormethod accessType="1" parent_id="245" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="245" text="m_cachesize = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="246" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="246" text="return m_conversionCache;" > + <codeaccessormethod accessType="0" parent_id="246" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="246" text="return m_conversionCache;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="246" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="246" text="m_conversionCache = value;" > + <codeaccessormethod accessType="1" parent_id="246" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="246" text="m_conversionCache = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="31" tag="operation_31" canDelete="false" writeOutText="false" > + <codeoperation parent_id="31" tag="operation_31" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Create a new colorspace strategy.&#010;&#010;@param id The Chalk identification of this color model.&#010;@param cmType The littlecms colorstrategy type we wrap.&#010;@param colorSpaceSignature The icc signature for the colorspace we are." /> </header> </codeoperation> - <codeoperation tqparent_id="40" tag="operation_40" canDelete="false" writeOutText="false" > + <codeoperation parent_id="40" tag="operation_40" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="41" tag="operation_41" canDelete="false" writeOutText="false" > + <codeoperation parent_id="41" tag="operation_41" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="//========== Channels =====================================================//// Return a vector describing all the channels this color model has." /> </header> </codeoperation> - <codeoperation tqparent_id="43" tag="operation_43" canDelete="false" writeOutText="false" > + <codeoperation parent_id="43" tag="operation_43" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="The total number of channels for a single pixel in this color model" /> </header> </codeoperation> - <codeoperation tqparent_id="45" tag="operation_45" canDelete="false" writeOutText="false" > + <codeoperation parent_id="45" tag="operation_45" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="The total number of color channels (excludes alpha and substance) for a single&#010;pixel in this color model." /> </header> </codeoperation> - <codeoperation tqparent_id="46" tag="operation_46" canDelete="false" writeOutText="false" > + <codeoperation parent_id="46" tag="operation_46" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="47" tag="operation_47" canDelete="false" writeOutText="false" > + <codeoperation parent_id="47" tag="operation_47" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="The size in bytes of a single pixel in this color model" /> </header> </codeoperation> - <codeoperation tqparent_id="48" tag="operation_48" canDelete="false" writeOutText="false" > + <codeoperation parent_id="48" tag="operation_48" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Whether this color model has a channel of type ALPHA" /> </header> </codeoperation> - <codeoperation tqparent_id="50" tag="operation_50" canDelete="false" writeOutText="false" > + <codeoperation parent_id="50" tag="operation_50" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="51" tag="operation_51" canDelete="false" writeOutText="false" > + <codeoperation parent_id="51" tag="operation_51" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="52" tag="operation_52" canDelete="false" writeOutText="false" > + <codeoperation parent_id="52" tag="operation_52" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Return a string with the channel's value suitable for display in the gui." /> </header> </codeoperation> - <codeoperation tqparent_id="58" tag="operation_58" canDelete="false" writeOutText="false" > + <codeoperation parent_id="58" tag="operation_58" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Return a string with the channel's value with integer&#010;channels normalised to the floating point range 0 to 1, if appropriate." /> </header> </codeoperation> - <codeoperation tqparent_id="61" tag="operation_61" canDelete="false" writeOutText="false" > + <codeoperation parent_id="61" tag="operation_61" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="62" tag="operation_62" canDelete="false" writeOutText="false" > + <codeoperation parent_id="62" tag="operation_62" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="64" tag="operation_64" canDelete="false" writeOutText="false" > + <codeoperation parent_id="64" tag="operation_64" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="65" tag="operation_65" canDelete="false" writeOutText="false" > + <codeoperation parent_id="65" tag="operation_65" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="67" tag="operation_67" canDelete="false" writeOutText="false" > + <codeoperation parent_id="67" tag="operation_67" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="68" tag="operation_68" canDelete="false" writeOutText="false" > + <codeoperation parent_id="68" tag="operation_68" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="//========== Capabilities =================================================///**&#010;Returns the list of user-visible composite ops supported by this colourspace. Internal&#010;ops such as COPY, CLEAR, and ERASE, are not included as these make no sense&#010;for layers in the full image model." /> </header> </codeoperation> - <codeoperation tqparent_id="70" tag="operation_70" canDelete="false" writeOutText="false" > + <codeoperation parent_id="70" tag="operation_70" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="71" tag="operation_71" canDelete="false" writeOutText="false" > + <codeoperation parent_id="71" tag="operation_71" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="//========== Display profiles =============================================///**&#010;Get a list of profiles that apply to this color space" /> </header> </codeoperation> - <codeoperation tqparent_id="73" tag="operation_73" canDelete="false" writeOutText="false" > + <codeoperation parent_id="73" tag="operation_73" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Return the number of profiles available for this color space" /> </header> </codeoperation> - <codeoperation tqparent_id="74" tag="operation_74" canDelete="false" writeOutText="false" > + <codeoperation parent_id="74" tag="operation_74" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="//================= Conversion functions ==================================///**&#010;The nativeColor methods take a given color defined as an RGB QColor&#010;and fills a byte array with the corresponding color in the&#010;the colorspace managed by this strategy.&#010;&#010;The profile parameter is the profile of the paint device; the other profile&#010;is the display profile -- since we are moving from QColor&#010;that have most likely been picked from the display itself.&#010;&#010;XXX: We actually do not use the display yet, nor the paint device profile" /> </header> </codeoperation> - <codeoperation tqparent_id="82" tag="operation_82" canDelete="false" writeOutText="false" > + <codeoperation parent_id="82" tag="operation_82" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="88" tag="operation_88" canDelete="false" writeOutText="false" > + <codeoperation parent_id="88" tag="operation_88" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="The toQColor methods take a byte array that is at least pixelSize() long&#010;and converts the contents to a QColor, using the given profile as a source&#010;profile and the display profile as a destination profile.&#010;&#010;XXX: We actually do not use the display yet, nor the paint device profile&#010;" /> </header> </codeoperation> - <codeoperation tqparent_id="93" tag="operation_93" canDelete="false" writeOutText="false" > + <codeoperation parent_id="93" tag="operation_93" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="99" tag="operation_99" canDelete="false" writeOutText="false" > + <codeoperation parent_id="99" tag="operation_99" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Get the alpha value of the given pixel.&#010;XXX: Change to float/int to match setAlpha() when that changes." /> </header> </codeoperation> - <codeoperation tqparent_id="102" tag="operation_102" canDelete="false" writeOutText="false" > + <codeoperation parent_id="102" tag="operation_102" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="105" tag="operation_105" canDelete="false" writeOutText="false" > + <codeoperation parent_id="105" tag="operation_105" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="108" tag="operation_108" canDelete="false" writeOutText="false" > + <codeoperation parent_id="108" tag="operation_108" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="This function is used to convert a KisPixelRepresentation from this color strategy to the specified&#010;color strategy." /> </header> </codeoperation> - <codeoperation tqparent_id="113" tag="operation_113" canDelete="false" writeOutText="false" > + <codeoperation parent_id="113" tag="operation_113" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.&#010;The pixels are supposed to be encoded in this color model.&#010;&#010;@param data A pointer to a contiguous memory region containing width * height pixels&#010;@param width in pixels&#010;@param height in pixels&#010;@param srcProfile source profile&#010;@param dstProfile destination profile&#010;@param renderingIntent the rendering intent&#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." /> </header> </codeoperation> - <codeoperation tqparent_id="122" tag="operation_122" canDelete="false" writeOutText="false" > + <codeoperation parent_id="122" tag="operation_122" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Convert a byte array of srcLen pixels *src to the specified color space&#010;and put the converted bytes into the prepared byte array *dst.&#010;&#010;Returns false if the conversion failed, true if it succeeded" /> </header> </codeoperation> - <codeoperation tqparent_id="131" tag="operation_131" canDelete="false" writeOutText="false" > + <codeoperation parent_id="131" tag="operation_131" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Convert the value of the channel at the specified position into&#010;an 8-bit value." /> </header> </codeoperation> - <codeoperation tqparent_id="134" tag="operation_134" canDelete="false" writeOutText="false" > + <codeoperation parent_id="134" tag="operation_134" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Convert the value of the channel at the specified position into&#010;a 16-bit value. This may be upscaling or downscaling, depending&#010;on the defined value of the channel" /> </header> </codeoperation> - <codeoperation tqparent_id="137" tag="operation_137" canDelete="false" writeOutText="false" > + <codeoperation parent_id="137" tag="operation_137" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**&#010;Set the alpha channel to the given value.&#010;&#010;pixels -- a pointer to the pixels that will have their alpha set to this value&#010;alpha -- XXX: This must become int or float&#010;nPixels -- the number of pixels&#010;&#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" /> </header> </codeoperation> - <codeoperation tqparent_id="141" tag="operation_141" canDelete="false" writeOutText="false" > + <codeoperation parent_id="141" tag="operation_141" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Applies the specified 8-bit alpha tqmask to the pixels. We assume that there are just&#010;as many alpha values as pixels but we do not check this." /> </header> </codeoperation> - <codeoperation tqparent_id="145" tag="operation_145" canDelete="false" writeOutText="false" > + <codeoperation parent_id="145" tag="operation_145" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Applies the inverted 8-bit alpha tqmask to the pixels. We assume that there are just&#010;as many alpha values as pixels but we do not check this." /> </header> </codeoperation> - <codeoperation tqparent_id="149" tag="operation_149" canDelete="false" writeOutText="false" > + <codeoperation parent_id="149" tag="operation_149" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Create an adjustment object for adjusting the brightness and contrast&#010;transferValues is a 256 bins array with values from 0 to 0xFFFF" /> </header> </codeoperation> - <codeoperation tqparent_id="155" tag="operation_155" canDelete="false" writeOutText="false" > + <codeoperation parent_id="155" tag="operation_155" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Apply the adjustment created with onr of the other functions" /> </header> </codeoperation> - <codeoperation tqparent_id="160" tag="operation_160" canDelete="false" writeOutText="false" > + <codeoperation parent_id="160" tag="operation_160" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="// XXX: What with alpha channels? YYY: Add an overloaded function that takes alpha into account?/**&#010;Get the difference between 2 colors, normalized in the range (0,255)" /> </header> </codeoperation> - <codeoperation tqparent_id="164" tag="operation_164" canDelete="false" writeOutText="false" > + <codeoperation parent_id="164" tag="operation_164" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Mix the colors given their weights and return in dst&#010;The sum of weights is assumed 255" /> </header> </codeoperation> - <codeoperation tqparent_id="170" tag="operation_170" canDelete="false" writeOutText="false" > + <codeoperation parent_id="170" tag="operation_170" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Convolve the given array of pointers to pixels and return the result&#010;in dst. The kernel values are clamped between -128 and 128" /> </header> </codeoperation> - <codeoperation tqparent_id="181" tag="operation_181" canDelete="false" writeOutText="false" > + <codeoperation parent_id="181" tag="operation_181" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Darken all color channels with the given amount. If compensate is true,&#010;the compensation factor will be used to limit the darkening.&#010;&#010;(See the bumpmap filter)" /> </header> </codeoperation> - <codeoperation tqparent_id="188" tag="operation_188" canDelete="false" writeOutText="false" > + <codeoperation parent_id="188" tag="operation_188" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Calculate the intensity of the given pixel, scaled down to the range 0-255. XXX: Maybe this should be more flexible" /> </header> </codeoperation> - <codeoperation tqparent_id="190" tag="operation_190" canDelete="false" writeOutText="false" > + <codeoperation parent_id="190" tag="operation_190" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Compose two arrays of pixels together. If source and target&#010;are not the same colour model, the source pixels will be&#010;converted to the target model." /> </header> </codeoperation> - <codeoperation tqparent_id="206" tag="operation_206" canDelete="false" writeOutText="false" > + <codeoperation parent_id="206" tag="operation_206" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Compose two byte arrays containing pixels in the same color&#010;model together." /> </header> </codeoperation> - <codeoperation tqparent_id="217" tag="operation_217" canDelete="false" writeOutText="false" > + <codeoperation parent_id="217" tag="operation_217" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="223" tag="operation_223" canDelete="false" writeOutText="false" > + <codeoperation parent_id="223" tag="operation_223" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="224" tag="operation_224" canDelete="false" writeOutText="false" > + <codeoperation parent_id="224" tag="operation_224" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="239" tag="operation_239" canDelete="false" writeOutText="false" > + <codeoperation parent_id="239" tag="operation_239" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="242" tag="operation_242" canDelete="false" writeOutText="false" > + <codeoperation parent_id="242" tag="operation_242" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -18362,261 +18362,261 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="227" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="227" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="227" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="227" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="227" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="227" text="return m_profileFilenames;" > + <codeaccessormethod accessType="0" parent_id="227" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="227" text="return m_profileFilenames;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="227" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="227" text="m_profileFilenames = value;" > + <codeaccessormethod accessType="1" parent_id="227" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="227" text="m_profileFilenames = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="228" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="228" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="228" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="228" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="228" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="228" text="return m_defaultProfile;" > + <codeaccessormethod accessType="0" parent_id="228" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="228" text="return m_defaultProfile;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="228" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="228" text="m_defaultProfile = value;" > + <codeaccessormethod accessType="1" parent_id="228" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="228" text="m_defaultProfile = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="229" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="229" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// A small buffer for conversion from and to qcolor." /> </header> - <ccfdeclarationcodeblock tqparent_id="229" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="229" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="229" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="229" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="229" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="229" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="229" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="229" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="229" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="229" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="230" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="230" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="230" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="230" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="230" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="230" text="return m_alphaPos;" > + <codeaccessormethod accessType="0" parent_id="230" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="230" text="return m_alphaPos;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="230" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="230" text="m_alphaPos = value;" > + <codeaccessormethod accessType="1" parent_id="230" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="230" text="m_alphaPos = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="231" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="231" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="231" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="231" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="231" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="231" text="return m_alphaSize;" > + <codeaccessormethod accessType="0" parent_id="231" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="231" text="return m_alphaSize;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="231" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="231" text="m_alphaSize = value;" > + <codeaccessormethod accessType="1" parent_id="231" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="231" text="m_alphaSize = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="232" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="232" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="232" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="232" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="232" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="232" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="232" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="232" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="232" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="232" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="232" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="232" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="233" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="233" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="233" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="233" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="233" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="233" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="233" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="233" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="233" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="233" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="233" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="233" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="234" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="234" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="234" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="234" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="234" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="234" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="234" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="234" text="return m_id;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="234" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="234" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="234" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="234" text="m_id = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="235" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="235" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// The colorspace type as defined by littlecms" /> </header> - <ccfdeclarationcodeblock tqparent_id="235" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="235" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="235" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="235" text="return m_cmType;" > + <codeaccessormethod accessType="0" parent_id="235" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="235" text="return m_cmType;" > <header> <cppcodedocumentation tag="" text="Get the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@return the value of m_cmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="235" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="235" text="m_cmType = value;" > + <codeaccessormethod accessType="1" parent_id="235" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="235" text="m_cmType = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@param value the value of m_cmType" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="236" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="236" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// The colorspace signature as defined in icm/icc files" /> </header> - <ccfdeclarationcodeblock tqparent_id="236" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="236" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="236" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="236" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="236" tag="hblock_tag_18" canDelete="false" writeOutText="false" classfield_id="236" text="return m_colorSpaceSignature;" > <header> <cppcodedocumentation tag="" text="Get the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@return the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="236" tag="hblock_tag_19" canDelete="false" writeOutText="false" classfield_id="236" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="236" tag="hblock_tag_19" canDelete="false" writeOutText="false" classfield_id="236" text="m_colorSpaceSignature = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@param value the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// Cache for existing transforms" /> </header> - <ccfdeclarationcodeblock tqparent_id="238" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="238" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="238" tag="hblock_tag_20" canDelete="false" writeOutText="false" classfield_id="238" text="return m_transforms;" > + <codeaccessormethod accessType="0" parent_id="238" tag="hblock_tag_20" canDelete="false" writeOutText="false" classfield_id="238" text="return m_transforms;" > <header> <cppcodedocumentation tag="" text="Get the value of m_transforms&#010;// Cache for existing transforms&#010;@return the value of m_transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="238" tag="hblock_tag_21" canDelete="false" writeOutText="false" classfield_id="238" text="m_transforms = value;" > + <codeaccessormethod accessType="1" parent_id="238" tag="hblock_tag_21" canDelete="false" writeOutText="false" classfield_id="238" text="m_transforms = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_transforms&#010;// Cache for existing transforms&#010;@param value the value of m_transforms" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="245" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="245" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="245" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="245" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="245" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="245" text="return m_cachesize;" > + <codeaccessormethod accessType="0" parent_id="245" tag="hblock_tag_22" canDelete="false" writeOutText="false" classfield_id="245" text="return m_cachesize;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="245" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="245" text="m_cachesize = value;" > + <codeaccessormethod accessType="1" parent_id="245" tag="hblock_tag_23" canDelete="false" writeOutText="false" classfield_id="245" text="m_cachesize = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="246" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="246" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="246" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="246" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="246" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="246" text="return m_conversionCache;" > + <codeaccessormethod accessType="0" parent_id="246" tag="hblock_tag_24" canDelete="false" writeOutText="false" classfield_id="246" text="return m_conversionCache;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="246" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="246" text="m_conversionCache = value;" > + <codeaccessormethod accessType="1" parent_id="246" tag="hblock_tag_25" canDelete="false" writeOutText="false" classfield_id="246" text="m_conversionCache = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -18624,7 +18624,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="27" tqparent_class="27" fileExt=".cpp" fileName="kshared" > + <classifiercodedocument writeOutCode="true" package="" id="27" parent_class="27" fileExt=".cpp" fileName="kshared" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kshared.h"&#010;" > <header> @@ -18649,7 +18649,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="33" tqparent_class="33" fileExt=".cpp" fileName="kisid" > + <classifiercodedocument writeOutCode="true" package="" id="33" parent_class="33" fileExt=".cpp" fileName="kisid" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisid.h"&#010;" > <header> @@ -18674,7 +18674,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="36" tqparent_class="36" fileExt=".cpp" fileName="dword" > + <classifiercodedocument writeOutCode="true" package="" id="36" parent_class="36" fileExt=".cpp" fileName="dword" > <textblocks> <codeblockwithcomments tag="includes" text="#include "dword.h"&#010;" > <header> @@ -18699,7 +18699,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="38" tqparent_class="38" fileExt=".cpp" fileName="iccolorspacesignature" > + <classifiercodedocument writeOutCode="true" package="" id="38" parent_class="38" fileExt=".cpp" fileName="iccolorspacesignature" > <textblocks> <codeblockwithcomments tag="includes" text="#include "iccolorspacesignature.h"&#010;" > <header> @@ -18724,7 +18724,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="42" tqparent_class="42" fileExt=".cpp" fileName="vkischannelinfosp" > + <classifiercodedocument writeOutCode="true" package="" id="42" parent_class="42" fileExt=".cpp" fileName="vkischannelinfosp" > <textblocks> <codeblockwithcomments tag="includes" text="#include "vkischannelinfosp.h"&#010;" > <header> @@ -18749,7 +18749,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="44" tqparent_class="44" fileExt=".cpp" fileName="q_int32" > + <classifiercodedocument writeOutCode="true" package="" id="44" parent_class="44" fileExt=".cpp" fileName="q_int32" > <textblocks> <codeblockwithcomments tag="includes" text="#include "q_int32.h"&#010;" > <header> @@ -18774,7 +18774,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="49" tqparent_class="49" fileExt=".cpp" fileName="bool" > + <classifiercodedocument writeOutCode="true" package="" id="49" parent_class="49" fileExt=".cpp" fileName="bool" > <textblocks> <codeblockwithcomments tag="includes" text="#include "bool.h"&#010;" > <header> @@ -18799,7 +18799,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="53" tqparent_class="53" fileExt=".cpp" fileName="q_uint8" > + <classifiercodedocument writeOutCode="true" package="" id="53" parent_class="53" fileExt=".cpp" fileName="q_uint8" > <textblocks> <codeblockwithcomments tag="includes" text="#include "q_uint8.h"&#010;" > <header> @@ -18824,7 +18824,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="57" tqparent_class="57" fileExt=".cpp" fileName="qstring" > + <classifiercodedocument writeOutCode="true" package="" id="57" parent_class="57" fileExt=".cpp" fileName="qstring" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qstring.h"&#010;" > <header> @@ -18849,7 +18849,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="69" tqparent_class="69" fileExt=".cpp" fileName="kiscompositeoplist" > + <classifiercodedocument writeOutCode="true" package="" id="69" parent_class="69" fileExt=".cpp" fileName="kiscompositeoplist" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiscompositeoplist.h"&#010;" > <header> @@ -18874,7 +18874,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="72" tqparent_class="72" fileExt=".cpp" fileName="vkisprofilesp" > + <classifiercodedocument writeOutCode="true" package="" id="72" parent_class="72" fileExt=".cpp" fileName="vkisprofilesp" > <textblocks> <codeblockwithcomments tag="includes" text="#include "vkisprofilesp.h"&#010;" > <header> @@ -18899,7 +18899,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="75" tqparent_class="75" fileExt=".cpp" fileName="qcolor" > + <classifiercodedocument writeOutCode="true" package="" id="75" parent_class="75" fileExt=".cpp" fileName="qcolor" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qcolor.h"&#010;" > <header> @@ -18924,7 +18924,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="80" tqparent_class="80" fileExt=".cpp" fileName="kisprofilesp" > + <classifiercodedocument writeOutCode="true" package="" id="80" parent_class="80" fileExt=".cpp" fileName="kisprofilesp" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisprofilesp.h"&#010;" > <header> @@ -18949,7 +18949,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="84" tqparent_class="84" fileExt=".cpp" fileName="quantum" > + <classifiercodedocument writeOutCode="true" package="" id="84" parent_class="84" fileExt=".cpp" fileName="quantum" > <textblocks> <codeblockwithcomments tag="includes" text="#include "quantum.h"&#010;" > <header> @@ -18974,7 +18974,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="121" tqparent_class="121" fileExt=".cpp" fileName="qimage" > + <classifiercodedocument writeOutCode="true" package="" id="121" parent_class="121" fileExt=".cpp" fileName="qimage" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qimage.h"&#010;" > <header> @@ -18999,7 +18999,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="150" tqparent_class="150" fileExt=".cpp" fileName="q_uint16" > + <classifiercodedocument writeOutCode="true" package="" id="150" parent_class="150" fileExt=".cpp" fileName="q_uint16" > <textblocks> <codeblockwithcomments tag="includes" text="#include "q_uint16.h"&#010;" > <header> @@ -19024,7 +19024,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="153" tqparent_class="153" fileExt=".cpp" fileName="kiscoloradjustment" > + <classifiercodedocument writeOutCode="true" package="" id="153" parent_class="153" fileExt=".cpp" fileName="kiscoloradjustment" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiscoloradjustment.h"&#010;" > <header> @@ -19049,7 +19049,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="163" tqparent_class="163" fileExt=".cpp" fileName="q_int8" > + <classifiercodedocument writeOutCode="true" package="" id="163" parent_class="163" fileExt=".cpp" fileName="q_int8" > <textblocks> <codeblockwithcomments tag="includes" text="#include "q_int8.h"&#010;" > <header> @@ -19074,7 +19074,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="175" tqparent_class="175" fileExt=".cpp" fileName="enumchannelflags" > + <classifiercodedocument writeOutCode="true" package="" id="175" parent_class="175" fileExt=".cpp" fileName="enumchannelflags" > <textblocks> <codeblockwithcomments tag="includes" text="#include "enumchannelflags.h"&#010;" > <header> @@ -19099,7 +19099,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="201" tqparent_class="201" fileExt=".cpp" fileName="kiscompositeop" > + <classifiercodedocument writeOutCode="true" package="" id="201" parent_class="201" fileExt=".cpp" fileName="kiscompositeop" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiscompositeop.h"&#010;" > <header> @@ -19124,7 +19124,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="222" tqparent_class="222" fileExt=".cpp" fileName="cmshtransform" > + <classifiercodedocument writeOutCode="true" package="" id="222" parent_class="222" fileExt=".cpp" fileName="cmshtransform" > <textblocks> <codeblockwithcomments tag="includes" text="#include "cmshtransform.h"&#010;" > <header> @@ -19149,7 +19149,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="226" tqparent_class="226" fileExt=".cpp" fileName="qstringlist" > + <classifiercodedocument writeOutCode="true" package="" id="226" parent_class="226" fileExt=".cpp" fileName="qstringlist" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qstringlist.h"&#010;" > <header> @@ -19174,7 +19174,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kisabstractcolorspace" id="237" tqparent_class="237" fileExt=".cpp" fileName="transformmap" > + <classifiercodedocument writeOutCode="true" package="kisabstractcolorspace" id="237" parent_class="237" fileExt=".cpp" fileName="transformmap" > <textblocks> <codeblockwithcomments tag="includes" text="#include "transformmap.h"&#010;" > <header> @@ -19199,7 +19199,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="247" tqparent_class="247" fileExt=".cpp" fileName="kisu8basecolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="247" parent_class="247" fileExt=".cpp" fileName="kisu8basecolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisu8basecolorspace.h"&#010;" > <header> @@ -19217,7 +19217,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="251" tag="operation_251" canDelete="false" writeOutText="false" > + <codeoperation parent_id="251" tag="operation_251" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -19230,7 +19230,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="255" tqparent_class="255" fileExt=".cpp" fileName="kisalphacolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="255" parent_class="255" fileExt=".cpp" fileName="kisalphacolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisalphacolorspace.h"&#010;" > <header> @@ -19248,132 +19248,132 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="349" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="349" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="349" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="349" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="349" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="349" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="349" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="349" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="259" tag="operation_259" canDelete="false" writeOutText="false" > + <codeoperation parent_id="259" tag="operation_259" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="260" tag="operation_260" canDelete="false" writeOutText="false" > + <codeoperation parent_id="260" tag="operation_260" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="261" tag="operation_261" canDelete="false" writeOutText="false" > + <codeoperation parent_id="261" tag="operation_261" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="265" tag="operation_265" canDelete="false" writeOutText="false" > + <codeoperation parent_id="265" tag="operation_265" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="270" tag="operation_270" canDelete="false" writeOutText="false" > + <codeoperation parent_id="270" tag="operation_270" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="273" tag="operation_273" canDelete="false" writeOutText="false" > + <codeoperation parent_id="273" tag="operation_273" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="277" tag="operation_277" canDelete="false" writeOutText="false" > + <codeoperation parent_id="277" tag="operation_277" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="282" tag="operation_282" canDelete="false" writeOutText="false" > + <codeoperation parent_id="282" tag="operation_282" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="285" tag="operation_285" canDelete="false" writeOutText="false" > + <codeoperation parent_id="285" tag="operation_285" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="288" tag="operation_288" canDelete="false" writeOutText="false" > + <codeoperation parent_id="288" tag="operation_288" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="291" tag="operation_291" canDelete="false" writeOutText="false" > + <codeoperation parent_id="291" tag="operation_291" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="296" tag="operation_296" canDelete="false" writeOutText="false" > + <codeoperation parent_id="296" tag="operation_296" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="297" tag="operation_297" canDelete="false" writeOutText="false" > + <codeoperation parent_id="297" tag="operation_297" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="298" tag="operation_298" canDelete="false" writeOutText="false" > + <codeoperation parent_id="298" tag="operation_298" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="299" tag="operation_299" canDelete="false" writeOutText="false" > + <codeoperation parent_id="299" tag="operation_299" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="300" tag="operation_300" canDelete="false" writeOutText="false" > + <codeoperation parent_id="300" tag="operation_300" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="301" tag="operation_301" canDelete="false" writeOutText="false" > + <codeoperation parent_id="301" tag="operation_301" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="304" tag="operation_304" canDelete="false" writeOutText="false" > + <codeoperation parent_id="304" tag="operation_304" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="307" tag="operation_307" canDelete="false" writeOutText="false" > + <codeoperation parent_id="307" tag="operation_307" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="315" tag="operation_315" canDelete="false" writeOutText="false" > + <codeoperation parent_id="315" tag="operation_315" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="321" tag="operation_321" canDelete="false" writeOutText="false" > + <codeoperation parent_id="321" tag="operation_321" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="329" tag="operation_329" canDelete="false" writeOutText="false" > + <codeoperation parent_id="329" tag="operation_329" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Convert a byte array of srcLen pixels *src to the specified color space&#010;and put the converted bytes into the prepared byte array *dst.&#010;&#010;Returns false if the conversion failed, true if it succeeded" /> </header> </codeoperation> - <codeoperation tqparent_id="337" tag="operation_337" canDelete="false" writeOutText="false" > + <codeoperation parent_id="337" tag="operation_337" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="348" tag="operation_348" canDelete="false" writeOutText="false" > + <codeoperation parent_id="348" tag="operation_348" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -19385,21 +19385,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="349" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="349" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="349" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="349" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="349" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="349" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="349" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="349" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="349" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="349" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="349" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="349" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -19407,7 +19407,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="350" tqparent_class="350" fileExt=".cpp" fileName="kisf32basecolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="350" parent_class="350" fileExt=".cpp" fileName="kisf32basecolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisf32basecolorspace.h"&#010;" > <header> @@ -19425,7 +19425,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeoperation tqparent_id="354" tag="operation_354" canDelete="false" writeOutText="false" > + <codeoperation parent_id="354" tag="operation_354" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -19438,7 +19438,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="358" tqparent_class="358" fileExt=".cpp" fileName="kisu16basecolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="358" parent_class="358" fileExt=".cpp" fileName="kisu16basecolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisu16basecolorspace.h"&#010;" > <header> @@ -19456,27 +19456,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="363" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="363" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="363" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="363" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="364" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="364" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="364" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="364" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="365" tag="operation_365" canDelete="false" writeOutText="false" > + <codeoperation parent_id="365" tag="operation_365" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -19488,41 +19488,41 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="363" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="363" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="363" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="363" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="363" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="363" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="363" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="363" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="364" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="364" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="364" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="364" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="364" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="364" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="364" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="364" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -19530,7 +19530,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="369" tqparent_class="369" fileExt=".cpp" fileName="kisxyzcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="369" parent_class="369" fileExt=".cpp" fileName="kisxyzcolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisxyzcolorspace.h"&#010;" > <header> @@ -19548,252 +19548,252 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="570" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="570" text="return PIXEL_X;" > + <codeaccessormethod accessType="0" parent_id="570" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="570" text="return PIXEL_X;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="570" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="570" text="PIXEL_X = value;" > + <codeaccessormethod accessType="1" parent_id="570" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="570" text="PIXEL_X = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="571" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="571" text="return PIXEL_Y;" > + <codeaccessormethod accessType="0" parent_id="571" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="571" text="return PIXEL_Y;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="571" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="571" text="PIXEL_Y = value;" > + <codeaccessormethod accessType="1" parent_id="571" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="571" text="PIXEL_Y = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="572" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="572" text="return PIXEL_Z;" > + <codeaccessormethod accessType="0" parent_id="572" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="572" text="return PIXEL_Z;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="572" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="572" text="PIXEL_Z = value;" > + <codeaccessormethod accessType="1" parent_id="572" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="572" text="PIXEL_Z = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="573" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="573" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="573" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="573" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="573" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="573" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="573" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="573" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="566" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="566" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="566" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="566" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="566" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="566" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="566" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="566" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="567" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="567" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="567" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="567" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="567" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="567" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="567" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="567" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="568" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="568" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="568" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="568" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="574" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="574" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="574" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="574" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="574" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="574" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="574" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="574" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="378" tag="operation_378" canDelete="false" writeOutText="false" > + <codeoperation parent_id="378" tag="operation_378" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="379" tag="operation_379" canDelete="false" writeOutText="false" > + <codeoperation parent_id="379" tag="operation_379" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="380" tag="operation_380" canDelete="false" writeOutText="false" > + <codeoperation parent_id="380" tag="operation_380" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="384" tag="operation_384" canDelete="false" writeOutText="false" > + <codeoperation parent_id="384" tag="operation_384" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="389" tag="operation_389" canDelete="false" writeOutText="false" > + <codeoperation parent_id="389" tag="operation_389" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="392" tag="operation_392" canDelete="false" writeOutText="false" > + <codeoperation parent_id="392" tag="operation_392" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="396" tag="operation_396" canDelete="false" writeOutText="false" > + <codeoperation parent_id="396" tag="operation_396" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="400" tag="operation_400" canDelete="false" writeOutText="false" > + <codeoperation parent_id="400" tag="operation_400" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="405" tag="operation_405" canDelete="false" writeOutText="false" > + <codeoperation parent_id="405" tag="operation_405" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="408" tag="operation_408" canDelete="false" writeOutText="false" > + <codeoperation parent_id="408" tag="operation_408" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="411" tag="operation_411" canDelete="false" writeOutText="false" > + <codeoperation parent_id="411" tag="operation_411" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="414" tag="operation_414" canDelete="false" writeOutText="false" > + <codeoperation parent_id="414" tag="operation_414" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="419" tag="operation_419" canDelete="false" writeOutText="false" > + <codeoperation parent_id="419" tag="operation_419" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="420" tag="operation_420" canDelete="false" writeOutText="false" > + <codeoperation parent_id="420" tag="operation_420" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="421" tag="operation_421" canDelete="false" writeOutText="false" > + <codeoperation parent_id="421" tag="operation_421" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="422" tag="operation_422" canDelete="false" writeOutText="false" > + <codeoperation parent_id="422" tag="operation_422" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="423" tag="operation_423" canDelete="false" writeOutText="false" > + <codeoperation parent_id="423" tag="operation_423" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="424" tag="operation_424" canDelete="false" writeOutText="false" > + <codeoperation parent_id="424" tag="operation_424" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="427" tag="operation_427" canDelete="false" writeOutText="false" > + <codeoperation parent_id="427" tag="operation_427" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="430" tag="operation_430" canDelete="false" writeOutText="false" > + <codeoperation parent_id="430" tag="operation_430" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="438" tag="operation_438" canDelete="false" writeOutText="false" > + <codeoperation parent_id="438" tag="operation_438" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="444" tag="operation_444" canDelete="false" writeOutText="false" > + <codeoperation parent_id="444" tag="operation_444" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="455" tag="operation_455" canDelete="false" writeOutText="false" > + <codeoperation parent_id="455" tag="operation_455" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="456" tag="operation_456" canDelete="false" writeOutText="false" > + <codeoperation parent_id="456" tag="operation_456" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="466" tag="operation_466" canDelete="false" writeOutText="false" > + <codeoperation parent_id="466" tag="operation_466" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="476" tag="operation_476" canDelete="false" writeOutText="false" > + <codeoperation parent_id="476" tag="operation_476" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="486" tag="operation_486" canDelete="false" writeOutText="false" > + <codeoperation parent_id="486" tag="operation_486" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="496" tag="operation_496" canDelete="false" writeOutText="false" > + <codeoperation parent_id="496" tag="operation_496" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="506" tag="operation_506" canDelete="false" writeOutText="false" > + <codeoperation parent_id="506" tag="operation_506" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="516" tag="operation_516" canDelete="false" writeOutText="false" > + <codeoperation parent_id="516" tag="operation_516" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="526" tag="operation_526" canDelete="false" writeOutText="false" > + <codeoperation parent_id="526" tag="operation_526" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="536" tag="operation_536" canDelete="false" writeOutText="false" > + <codeoperation parent_id="536" tag="operation_536" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="546" tag="operation_546" canDelete="false" writeOutText="false" > + <codeoperation parent_id="546" tag="operation_546" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="556" tag="operation_556" canDelete="false" writeOutText="false" > + <codeoperation parent_id="556" tag="operation_556" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -19805,161 +19805,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="566" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="566" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="566" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="566" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="566" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="566" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="566" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="566" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="566" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="566" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="566" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="566" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="567" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="567" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="567" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="567" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="567" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="567" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="567" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="567" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="567" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="567" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="567" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="567" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="568" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="568" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="568" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="568" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="568" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="568" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="570" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="570" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="570" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="570" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="570" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="570" text="return PIXEL_X;" > + <codeaccessormethod accessType="0" parent_id="570" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="570" text="return PIXEL_X;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="570" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="570" text="PIXEL_X = value;" > + <codeaccessormethod accessType="1" parent_id="570" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="570" text="PIXEL_X = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="571" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="571" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="571" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="571" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="571" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="571" text="return PIXEL_Y;" > + <codeaccessormethod accessType="0" parent_id="571" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="571" text="return PIXEL_Y;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="571" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="571" text="PIXEL_Y = value;" > + <codeaccessormethod accessType="1" parent_id="571" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="571" text="PIXEL_Y = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="572" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="572" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="572" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="572" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="572" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="572" text="return PIXEL_Z;" > + <codeaccessormethod accessType="0" parent_id="572" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="572" text="return PIXEL_Z;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="572" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="572" text="PIXEL_Z = value;" > + <codeaccessormethod accessType="1" parent_id="572" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="572" text="PIXEL_Z = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="573" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="573" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="573" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="573" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="573" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="573" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="573" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="573" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="573" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="573" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="573" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="573" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="574" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="574" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// A small buffer for conversion from and to qcolor." /> </header> - <ccfdeclarationcodeblock tqparent_id="574" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="574" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="574" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="574" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="574" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="574" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="574" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="574" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="574" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="574" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> @@ -19967,7 +19967,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kisrgbu16colorspace" id="373" tqparent_class="373" fileExt=".cpp" fileName="pixel" > + <classifiercodedocument writeOutCode="true" package="kisrgbu16colorspace" id="373" parent_class="373" fileExt=".cpp" fileName="pixel" > <textblocks> <codeblockwithcomments tag="includes" text="#include "pixel.h"&#010;" > <header> @@ -19985,72 +19985,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="374" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="374" text="return X;" > + <codeaccessormethod accessType="0" parent_id="374" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="374" text="return X;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="374" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="374" text="X = value;" > + <codeaccessormethod accessType="1" parent_id="374" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="374" text="X = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="375" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="375" text="return Y;" > + <codeaccessormethod accessType="0" parent_id="375" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="375" text="return Y;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="375" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="375" text="Y = value;" > + <codeaccessormethod accessType="1" parent_id="375" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="375" text="Y = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="376" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="376" text="return Z;" > + <codeaccessormethod accessType="0" parent_id="376" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="376" text="return Z;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="376" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="376" text="Z = value;" > + <codeaccessormethod accessType="1" parent_id="376" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="376" text="Z = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="377" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="377" text="return alpha;" > + <codeaccessormethod accessType="0" parent_id="377" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="377" text="return alpha;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="377" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="377" text="alpha = value;" > + <codeaccessormethod accessType="1" parent_id="377" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="377" text="alpha = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1130" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1130" text="return blue;" > + <codeaccessormethod accessType="0" parent_id="1130" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1130" text="return blue;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1130" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1130" text="blue = value;" > + <codeaccessormethod accessType="1" parent_id="1130" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1130" text="blue = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1131" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1131" text="return green;" > + <codeaccessormethod accessType="0" parent_id="1131" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1131" text="return green;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1131" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1131" text="green = value;" > + <codeaccessormethod accessType="1" parent_id="1131" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1131" text="green = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1132" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1132" text="return red;" > + <codeaccessormethod accessType="0" parent_id="1132" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1132" text="return red;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1132" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1132" text="red = value;" > + <codeaccessormethod accessType="1" parent_id="1132" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1132" text="red = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -20062,141 +20062,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="374" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="374" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="374" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="374" text="return X;" > + <codeaccessormethod accessType="0" parent_id="374" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="374" text="return X;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="374" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="374" text="X = value;" > + <codeaccessormethod accessType="1" parent_id="374" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="374" text="X = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="375" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="375" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="375" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="375" text="return Y;" > + <codeaccessormethod accessType="0" parent_id="375" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="375" text="return Y;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="375" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="375" text="Y = value;" > + <codeaccessormethod accessType="1" parent_id="375" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="375" text="Y = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="376" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="376" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="376" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="376" text="return Z;" > + <codeaccessormethod accessType="0" parent_id="376" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="376" text="return Z;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="376" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="376" text="Z = value;" > + <codeaccessormethod accessType="1" parent_id="376" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="376" text="Z = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="377" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="377" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="377" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="377" text="return alpha;" > + <codeaccessormethod accessType="0" parent_id="377" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="377" text="return alpha;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="377" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="377" text="alpha = value;" > + <codeaccessormethod accessType="1" parent_id="377" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="377" text="alpha = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1130" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1130" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1130" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1130" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1130" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1130" text="return blue;" > + <codeaccessormethod accessType="0" parent_id="1130" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1130" text="return blue;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1130" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1130" text="blue = value;" > + <codeaccessormethod accessType="1" parent_id="1130" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1130" text="blue = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1131" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1131" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1131" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1131" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1131" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1131" text="return green;" > + <codeaccessormethod accessType="0" parent_id="1131" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1131" text="return green;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1131" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1131" text="green = value;" > + <codeaccessormethod accessType="1" parent_id="1131" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1131" text="green = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1132" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1132" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1132" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1132" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1132" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1132" text="return red;" > + <codeaccessormethod accessType="0" parent_id="1132" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1132" text="return red;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1132" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1132" text="red = value;" > + <codeaccessormethod accessType="1" parent_id="1132" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1132" text="red = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -20204,7 +20204,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="575" tqparent_class="575" fileExt=".cpp" fileName="kiscmykcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="575" parent_class="575" fileExt=".cpp" fileName="kiscmykcolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiscmykcolorspace.h"&#010;" > <header> @@ -20222,212 +20222,212 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="664" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="664" text="return PIXEL_CYAN;" > + <codeaccessormethod accessType="0" parent_id="664" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="664" text="return PIXEL_CYAN;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="664" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="664" text="PIXEL_CYAN = value;" > + <codeaccessormethod accessType="1" parent_id="664" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="664" text="PIXEL_CYAN = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="665" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="665" text="return PIXEL_MAGENTA;" > + <codeaccessormethod accessType="0" parent_id="665" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="665" text="return PIXEL_MAGENTA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="665" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="665" text="PIXEL_MAGENTA = value;" > + <codeaccessormethod accessType="1" parent_id="665" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="665" text="PIXEL_MAGENTA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="666" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="666" text="return PIXEL_YELLOW;" > + <codeaccessormethod accessType="0" parent_id="666" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="666" text="return PIXEL_YELLOW;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="666" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="666" text="PIXEL_YELLOW = value;" > + <codeaccessormethod accessType="1" parent_id="666" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="666" text="PIXEL_YELLOW = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="667" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="667" text="return PIXEL_BLACK;" > + <codeaccessormethod accessType="0" parent_id="667" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="667" text="return PIXEL_BLACK;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="667" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="667" text="PIXEL_BLACK = value;" > + <codeaccessormethod accessType="1" parent_id="667" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="667" text="PIXEL_BLACK = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="668" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="668" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="668" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="668" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="660" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="660" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="660" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="660" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="661" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="661" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="661" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="661" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="662" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="662" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="662" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="662" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="663" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="663" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="663" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="663" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="663" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="663" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="663" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="663" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="579" tag="operation_579" canDelete="false" writeOutText="false" > + <codeoperation parent_id="579" tag="operation_579" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="580" tag="operation_580" canDelete="false" writeOutText="false" > + <codeoperation parent_id="580" tag="operation_580" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="581" tag="operation_581" canDelete="false" writeOutText="false" > + <codeoperation parent_id="581" tag="operation_581" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="585" tag="operation_585" canDelete="false" writeOutText="false" > + <codeoperation parent_id="585" tag="operation_585" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="590" tag="operation_590" canDelete="false" writeOutText="false" > + <codeoperation parent_id="590" tag="operation_590" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="593" tag="operation_593" canDelete="false" writeOutText="false" > + <codeoperation parent_id="593" tag="operation_593" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="597" tag="operation_597" canDelete="false" writeOutText="false" > + <codeoperation parent_id="597" tag="operation_597" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="601" tag="operation_601" canDelete="false" writeOutText="false" > + <codeoperation parent_id="601" tag="operation_601" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="606" tag="operation_606" canDelete="false" writeOutText="false" > + <codeoperation parent_id="606" tag="operation_606" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="609" tag="operation_609" canDelete="false" writeOutText="false" > + <codeoperation parent_id="609" tag="operation_609" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="612" tag="operation_612" canDelete="false" writeOutText="false" > + <codeoperation parent_id="612" tag="operation_612" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="617" tag="operation_617" canDelete="false" writeOutText="false" > + <codeoperation parent_id="617" tag="operation_617" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="618" tag="operation_618" canDelete="false" writeOutText="false" > + <codeoperation parent_id="618" tag="operation_618" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="619" tag="operation_619" canDelete="false" writeOutText="false" > + <codeoperation parent_id="619" tag="operation_619" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="620" tag="operation_620" canDelete="false" writeOutText="false" > + <codeoperation parent_id="620" tag="operation_620" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="621" tag="operation_621" canDelete="false" writeOutText="false" > + <codeoperation parent_id="621" tag="operation_621" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="622" tag="operation_622" canDelete="false" writeOutText="false" > + <codeoperation parent_id="622" tag="operation_622" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="625" tag="operation_625" canDelete="false" writeOutText="false" > + <codeoperation parent_id="625" tag="operation_625" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="628" tag="operation_628" canDelete="false" writeOutText="false" > + <codeoperation parent_id="628" tag="operation_628" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="636" tag="operation_636" canDelete="false" writeOutText="false" > + <codeoperation parent_id="636" tag="operation_636" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="639" tag="operation_639" canDelete="false" writeOutText="false" > + <codeoperation parent_id="639" tag="operation_639" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="650" tag="operation_650" canDelete="false" writeOutText="false" > + <codeoperation parent_id="650" tag="operation_650" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="651" tag="operation_651" canDelete="false" writeOutText="false" > + <codeoperation parent_id="651" tag="operation_651" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="652" tag="operation_652" canDelete="false" writeOutText="false" > + <codeoperation parent_id="652" tag="operation_652" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -20439,181 +20439,181 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="660" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="660" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="660" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="660" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="660" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="660" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="661" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="661" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="661" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="661" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="661" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="661" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="662" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="662" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="662" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="662" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="662" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="662" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="663" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="663" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="663" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="663" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="663" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="663" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="663" tag="hblock_tag_16" canDelete="false" writeOutText="false" classfield_id="663" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="663" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="663" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="663" tag="hblock_tag_17" canDelete="false" writeOutText="false" classfield_id="663" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="664" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="664" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="664" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="664" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="664" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="664" text="return PIXEL_CYAN;" > + <codeaccessormethod accessType="0" parent_id="664" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="664" text="return PIXEL_CYAN;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="664" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="664" text="PIXEL_CYAN = value;" > + <codeaccessormethod accessType="1" parent_id="664" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="664" text="PIXEL_CYAN = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="665" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="665" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="665" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="665" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="665" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="665" text="return PIXEL_MAGENTA;" > + <codeaccessormethod accessType="0" parent_id="665" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="665" text="return PIXEL_MAGENTA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="665" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="665" text="PIXEL_MAGENTA = value;" > + <codeaccessormethod accessType="1" parent_id="665" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="665" text="PIXEL_MAGENTA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="666" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="666" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="666" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="666" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="666" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="666" text="return PIXEL_YELLOW;" > + <codeaccessormethod accessType="0" parent_id="666" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="666" text="return PIXEL_YELLOW;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="666" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="666" text="PIXEL_YELLOW = value;" > + <codeaccessormethod accessType="1" parent_id="666" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="666" text="PIXEL_YELLOW = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="667" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="667" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="667" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="667" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="667" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="667" text="return PIXEL_BLACK;" > + <codeaccessormethod accessType="0" parent_id="667" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="667" text="return PIXEL_BLACK;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="667" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="667" text="PIXEL_BLACK = value;" > + <codeaccessormethod accessType="1" parent_id="667" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="667" text="PIXEL_BLACK = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="668" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="668" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="668" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="668" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="668" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="668" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -20621,7 +20621,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="669" tqparent_class="669" fileExt=".cpp" fileName="kisgraycolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="669" parent_class="669" fileExt=".cpp" fileName="kisgraycolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisgraycolorspace.h"&#010;" > <header> @@ -20639,207 +20639,207 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="861" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="861" text="return PIXEL_GRAY;" > + <codeaccessormethod accessType="0" parent_id="861" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="861" text="return PIXEL_GRAY;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="861" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="861" text="PIXEL_GRAY = value;" > + <codeaccessormethod accessType="1" parent_id="861" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="861" text="PIXEL_GRAY = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="862" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="862" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="862" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="862" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="860" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="860" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="860" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="860" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="673" tag="operation_673" canDelete="false" writeOutText="false" > + <codeoperation parent_id="673" tag="operation_673" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="674" tag="operation_674" canDelete="false" writeOutText="false" > + <codeoperation parent_id="674" tag="operation_674" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="675" tag="operation_675" canDelete="false" writeOutText="false" > + <codeoperation parent_id="675" tag="operation_675" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="679" tag="operation_679" canDelete="false" writeOutText="false" > + <codeoperation parent_id="679" tag="operation_679" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="683" tag="operation_683" canDelete="false" writeOutText="false" > + <codeoperation parent_id="683" tag="operation_683" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="687" tag="operation_687" canDelete="false" writeOutText="false" > + <codeoperation parent_id="687" tag="operation_687" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="692" tag="operation_692" canDelete="false" writeOutText="false" > + <codeoperation parent_id="692" tag="operation_692" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="695" tag="operation_695" canDelete="false" writeOutText="false" > + <codeoperation parent_id="695" tag="operation_695" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="699" tag="operation_699" canDelete="false" writeOutText="false" > + <codeoperation parent_id="699" tag="operation_699" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="703" tag="operation_703" canDelete="false" writeOutText="false" > + <codeoperation parent_id="703" tag="operation_703" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="708" tag="operation_708" canDelete="false" writeOutText="false" > + <codeoperation parent_id="708" tag="operation_708" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="711" tag="operation_711" canDelete="false" writeOutText="false" > + <codeoperation parent_id="711" tag="operation_711" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="714" tag="operation_714" canDelete="false" writeOutText="false" > + <codeoperation parent_id="714" tag="operation_714" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="717" tag="operation_717" canDelete="false" writeOutText="false" > + <codeoperation parent_id="717" tag="operation_717" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="722" tag="operation_722" canDelete="false" writeOutText="false" > + <codeoperation parent_id="722" tag="operation_722" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="723" tag="operation_723" canDelete="false" writeOutText="false" > + <codeoperation parent_id="723" tag="operation_723" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="724" tag="operation_724" canDelete="false" writeOutText="false" > + <codeoperation parent_id="724" tag="operation_724" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="725" tag="operation_725" canDelete="false" writeOutText="false" > + <codeoperation parent_id="725" tag="operation_725" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="726" tag="operation_726" canDelete="false" writeOutText="false" > + <codeoperation parent_id="726" tag="operation_726" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="727" tag="operation_727" canDelete="false" writeOutText="false" > + <codeoperation parent_id="727" tag="operation_727" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="730" tag="operation_730" canDelete="false" writeOutText="false" > + <codeoperation parent_id="730" tag="operation_730" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="733" tag="operation_733" canDelete="false" writeOutText="false" > + <codeoperation parent_id="733" tag="operation_733" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="741" tag="operation_741" canDelete="false" writeOutText="false" > + <codeoperation parent_id="741" tag="operation_741" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="747" tag="operation_747" canDelete="false" writeOutText="false" > + <codeoperation parent_id="747" tag="operation_747" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="758" tag="operation_758" canDelete="false" writeOutText="false" > + <codeoperation parent_id="758" tag="operation_758" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="759" tag="operation_759" canDelete="false" writeOutText="false" > + <codeoperation parent_id="759" tag="operation_759" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="769" tag="operation_769" canDelete="false" writeOutText="false" > + <codeoperation parent_id="769" tag="operation_769" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="779" tag="operation_779" canDelete="false" writeOutText="false" > + <codeoperation parent_id="779" tag="operation_779" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="789" tag="operation_789" canDelete="false" writeOutText="false" > + <codeoperation parent_id="789" tag="operation_789" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="799" tag="operation_799" canDelete="false" writeOutText="false" > + <codeoperation parent_id="799" tag="operation_799" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="809" tag="operation_809" canDelete="false" writeOutText="false" > + <codeoperation parent_id="809" tag="operation_809" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="819" tag="operation_819" canDelete="false" writeOutText="false" > + <codeoperation parent_id="819" tag="operation_819" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="829" tag="operation_829" canDelete="false" writeOutText="false" > + <codeoperation parent_id="829" tag="operation_829" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="839" tag="operation_839" canDelete="false" writeOutText="false" > + <codeoperation parent_id="839" tag="operation_839" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="849" tag="operation_849" canDelete="false" writeOutText="false" > + <codeoperation parent_id="849" tag="operation_849" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -20851,61 +20851,61 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="860" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="860" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="860" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="860" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="860" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="860" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="861" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="861" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="861" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="861" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="861" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="861" text="return PIXEL_GRAY;" > + <codeaccessormethod accessType="0" parent_id="861" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="861" text="return PIXEL_GRAY;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="861" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="861" text="PIXEL_GRAY = value;" > + <codeaccessormethod accessType="1" parent_id="861" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="861" text="PIXEL_GRAY = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="862" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="862" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="862" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="862" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="862" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="862" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="862" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="862" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -20913,7 +20913,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="859" tqparent_class="859" fileExt=".cpp" fileName="kisgraycolorspacetester" > + <classifiercodedocument writeOutCode="true" package="" id="859" parent_class="859" fileExt=".cpp" fileName="kisgraycolorspacetester" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisgraycolorspacetester.h"&#010;" > <header> @@ -20938,7 +20938,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="863" tqparent_class="863" fileExt=".cpp" fileName="rgbf32plugin" > + <classifiercodedocument writeOutCode="true" package="" id="863" parent_class="863" fileExt=".cpp" fileName="rgbf32plugin" > <textblocks> <codeblockwithcomments tag="includes" text="#include "rgbf32plugin.h"&#010;" > <header> @@ -20956,22 +20956,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="878" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="878" text="return m_ColorSpaceRGBF32;" > + <codeaccessormethod accessType="0" parent_id="878" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="878" text="return m_ColorSpaceRGBF32;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="878" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > + <codeaccessormethod accessType="1" parent_id="878" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="869" tag="operation_869" canDelete="false" writeOutText="false" > + <codeoperation parent_id="869" tag="operation_869" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="877" tag="operation_877" canDelete="false" writeOutText="false" > + <codeoperation parent_id="877" tag="operation_877" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -20983,21 +20983,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="878" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="878" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="878" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="878" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="878" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="878" text="return m_ColorSpaceRGBF32;" > + <codeaccessormethod accessType="0" parent_id="878" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="878" text="return m_ColorSpaceRGBF32;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="878" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > + <codeaccessormethod accessType="1" parent_id="878" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -21005,7 +21005,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="864" tqparent_class="864" fileExt=".cpp" fileName="kparts" > + <classifiercodedocument writeOutCode="true" package="" id="864" parent_class="864" fileExt=".cpp" fileName="kparts" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kparts.h"&#010;" > <header> @@ -21030,7 +21030,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kparts" id="865" tqparent_class="865" fileExt=".cpp" fileName="plugin" > + <classifiercodedocument writeOutCode="true" package="kparts" id="865" parent_class="865" fileExt=".cpp" fileName="plugin" > <textblocks> <codeblockwithcomments tag="includes" text="#include "plugin.h"&#010;" > <header> @@ -21055,7 +21055,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="870" tqparent_class="870" fileExt=".cpp" fileName="qobject" > + <classifiercodedocument writeOutCode="true" package="" id="870" parent_class="870" fileExt=".cpp" fileName="qobject" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qobject.h"&#010;" > <header> @@ -21080,7 +21080,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="879" tqparent_class="879" fileExt=".cpp" fileName="kisf32rgbcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".cpp" fileName="kisf32rgbcolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisf32rgbcolorspace.h"&#010;" > <header> @@ -21098,252 +21098,252 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1126" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1126" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1126" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1126" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1126" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1126" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1126" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1126" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1127" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1127" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1127" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1127" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1127" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1127" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1127" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1127" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1128" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1128" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1128" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1128" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1128" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1128" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1128" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1128" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1129" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1129" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1129" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1129" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1129" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1129" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1129" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1129" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1125" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1125" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1125" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1125" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1125" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1125" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1125" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1125" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="883" tag="operation_883" canDelete="false" writeOutText="false" > + <codeoperation parent_id="883" tag="operation_883" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="884" tag="operation_884" canDelete="false" writeOutText="false" > + <codeoperation parent_id="884" tag="operation_884" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="885" tag="operation_885" canDelete="false" writeOutText="false" > + <codeoperation parent_id="885" tag="operation_885" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="891" tag="operation_891" canDelete="false" writeOutText="false" > + <codeoperation parent_id="891" tag="operation_891" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="898" tag="operation_898" canDelete="false" writeOutText="false" > + <codeoperation parent_id="898" tag="operation_898" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="902" tag="operation_902" canDelete="false" writeOutText="false" > + <codeoperation parent_id="902" tag="operation_902" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="907" tag="operation_907" canDelete="false" writeOutText="false" > + <codeoperation parent_id="907" tag="operation_907" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="910" tag="operation_910" canDelete="false" writeOutText="false" > + <codeoperation parent_id="910" tag="operation_910" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="914" tag="operation_914" canDelete="false" writeOutText="false" > + <codeoperation parent_id="914" tag="operation_914" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="918" tag="operation_918" canDelete="false" writeOutText="false" > + <codeoperation parent_id="918" tag="operation_918" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="923" tag="operation_923" canDelete="false" writeOutText="false" > + <codeoperation parent_id="923" tag="operation_923" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="926" tag="operation_926" canDelete="false" writeOutText="false" > + <codeoperation parent_id="926" tag="operation_926" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="929" tag="operation_929" canDelete="false" writeOutText="false" > + <codeoperation parent_id="929" tag="operation_929" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="932" tag="operation_932" canDelete="false" writeOutText="false" > + <codeoperation parent_id="932" tag="operation_932" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="937" tag="operation_937" canDelete="false" writeOutText="false" > + <codeoperation parent_id="937" tag="operation_937" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="938" tag="operation_938" canDelete="false" writeOutText="false" > + <codeoperation parent_id="938" tag="operation_938" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="939" tag="operation_939" canDelete="false" writeOutText="false" > + <codeoperation parent_id="939" tag="operation_939" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="940" tag="operation_940" canDelete="false" writeOutText="false" > + <codeoperation parent_id="940" tag="operation_940" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="941" tag="operation_941" canDelete="false" writeOutText="false" > + <codeoperation parent_id="941" tag="operation_941" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="942" tag="operation_942" canDelete="false" writeOutText="false" > + <codeoperation parent_id="942" tag="operation_942" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="945" tag="operation_945" canDelete="false" writeOutText="false" > + <codeoperation parent_id="945" tag="operation_945" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="948" tag="operation_948" canDelete="false" writeOutText="false" > + <codeoperation parent_id="948" tag="operation_948" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="956" tag="operation_956" canDelete="false" writeOutText="false" > + <codeoperation parent_id="956" tag="operation_956" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="957" tag="operation_957" canDelete="false" writeOutText="false" > + <codeoperation parent_id="957" tag="operation_957" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="963" tag="operation_963" canDelete="false" writeOutText="false" > + <codeoperation parent_id="963" tag="operation_963" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="974" tag="operation_974" canDelete="false" writeOutText="false" > + <codeoperation parent_id="974" tag="operation_974" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="984" tag="operation_984" canDelete="false" writeOutText="false" > + <codeoperation parent_id="984" tag="operation_984" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="994" tag="operation_994" canDelete="false" writeOutText="false" > + <codeoperation parent_id="994" tag="operation_994" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1004" tag="operation_1004" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1004" tag="operation_1004" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1014" tag="operation_1014" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1014" tag="operation_1014" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1024" tag="operation_1024" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1024" tag="operation_1024" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1034" tag="operation_1034" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1034" tag="operation_1034" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1044" tag="operation_1044" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1044" tag="operation_1044" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1054" tag="operation_1054" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1054" tag="operation_1054" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1064" tag="operation_1064" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1064" tag="operation_1064" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1074" tag="operation_1074" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1074" tag="operation_1074" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1084" tag="operation_1084" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1084" tag="operation_1084" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1094" tag="operation_1094" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1094" tag="operation_1094" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1104" tag="operation_1104" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1104" tag="operation_1104" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1114" tag="operation_1114" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1114" tag="operation_1114" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -21355,101 +21355,101 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1125" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1125" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1125" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1125" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1125" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1125" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1125" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1125" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1125" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1125" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1125" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1125" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1126" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1126" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1126" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1126" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1126" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1126" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1126" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1126" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1126" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1126" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1126" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1126" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1127" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1127" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1127" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1127" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1127" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1127" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1127" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1127" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1127" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1127" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1127" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1127" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1128" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1128" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1128" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1128" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1128" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1128" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1128" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1128" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1128" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1128" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1128" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1128" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1129" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1129" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1129" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1129" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1129" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1129" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1129" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1129" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1129" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1129" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1129" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1129" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -21457,7 +21457,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1124" tqparent_class="1124" fileExt=".cpp" fileName="kisf32rgbcolorspacetester" > + <classifiercodedocument writeOutCode="true" package="" id="1124" parent_class="1124" fileExt=".cpp" fileName="kisf32rgbcolorspacetester" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisf32rgbcolorspacetester.h"&#010;" > <header> @@ -21482,7 +21482,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1133" tqparent_class="1133" fileExt=".cpp" fileName="kisf32rgbcolorspacesp" > + <classifiercodedocument writeOutCode="true" package="" id="1133" parent_class="1133" fileExt=".cpp" fileName="kisf32rgbcolorspacesp" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisf32rgbcolorspacesp.h"&#010;" > <header> @@ -21507,7 +21507,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1134" tqparent_class="1134" fileExt=".cpp" fileName="kisrgbu16colorspace" > + <classifiercodedocument writeOutCode="true" package="" id="1134" parent_class="1134" fileExt=".cpp" fileName="kisrgbu16colorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisrgbu16colorspace.h"&#010;" > <header> @@ -21525,272 +21525,272 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1382" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1382" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1382" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1382" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1382" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1382" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1382" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1382" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1383" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1383" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1383" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1383" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1383" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1383" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1383" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1383" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1384" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1384" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1384" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1384" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1384" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1384" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1384" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1384" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1385" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1385" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1385" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1385" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1385" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1385" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1385" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1385" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1381" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1381" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1381" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1381" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1381" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1381" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1381" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1381" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1140" tag="operation_1140" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1140" tag="operation_1140" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1141" tag="operation_1141" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1141" tag="operation_1141" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1142" tag="operation_1142" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1142" tag="operation_1142" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1148" tag="operation_1148" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1148" tag="operation_1148" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1154" tag="operation_1154" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1154" tag="operation_1154" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1158" tag="operation_1158" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1158" tag="operation_1158" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1163" tag="operation_1163" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1163" tag="operation_1163" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1166" tag="operation_1166" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1166" tag="operation_1166" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1170" tag="operation_1170" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1170" tag="operation_1170" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1174" tag="operation_1174" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1174" tag="operation_1174" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1179" tag="operation_1179" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1179" tag="operation_1179" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1182" tag="operation_1182" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1182" tag="operation_1182" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1185" tag="operation_1185" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1185" tag="operation_1185" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1188" tag="operation_1188" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1188" tag="operation_1188" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1193" tag="operation_1193" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1193" tag="operation_1193" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1194" tag="operation_1194" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1194" tag="operation_1194" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1195" tag="operation_1195" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1195" tag="operation_1195" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1196" tag="operation_1196" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1196" tag="operation_1196" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1197" tag="operation_1197" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1197" tag="operation_1197" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1198" tag="operation_1198" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1198" tag="operation_1198" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1201" tag="operation_1201" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1201" tag="operation_1201" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1204" tag="operation_1204" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1204" tag="operation_1204" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1212" tag="operation_1212" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1212" tag="operation_1212" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1213" tag="operation_1213" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1213" tag="operation_1213" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1219" tag="operation_1219" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1219" tag="operation_1219" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1230" tag="operation_1230" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1230" tag="operation_1230" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1240" tag="operation_1240" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1240" tag="operation_1240" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1250" tag="operation_1250" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1250" tag="operation_1250" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1260" tag="operation_1260" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1260" tag="operation_1260" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1270" tag="operation_1270" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1270" tag="operation_1270" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1280" tag="operation_1280" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1280" tag="operation_1280" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1290" tag="operation_1290" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1290" tag="operation_1290" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1300" tag="operation_1300" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1300" tag="operation_1300" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1310" tag="operation_1310" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1310" tag="operation_1310" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1320" tag="operation_1320" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1320" tag="operation_1320" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1330" tag="operation_1330" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1330" tag="operation_1330" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1340" tag="operation_1340" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1340" tag="operation_1340" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1350" tag="operation_1350" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1350" tag="operation_1350" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1360" tag="operation_1360" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1360" tag="operation_1360" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1370" tag="operation_1370" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1370" tag="operation_1370" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -21802,141 +21802,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1138" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1138" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1139" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1139" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1381" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1381" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1381" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1381" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1381" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1381" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1381" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1381" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1381" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1381" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1382" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1382" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1382" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1382" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1382" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1382" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1382" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1382" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1382" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1382" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1382" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1382" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1383" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1383" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1383" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1383" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1383" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1383" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1383" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1383" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1383" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1383" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1384" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1384" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1384" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1384" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1384" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1384" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1384" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1384" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1384" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1384" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1385" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1385" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1385" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1385" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1385" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1385" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1385" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1385" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1385" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1385" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1385" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1385" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -21944,7 +21944,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1380" tqparent_class="1380" fileExt=".cpp" fileName="kisrgbu16colorspacetester" > + <classifiercodedocument writeOutCode="true" package="" id="1380" parent_class="1380" fileExt=".cpp" fileName="kisrgbu16colorspacetester" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisrgbu16colorspacetester.h"&#010;" > <header> @@ -21969,7 +21969,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1386" tqparent_class="1386" fileExt=".cpp" fileName="kisrgbcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="1386" parent_class="1386" fileExt=".cpp" fileName="kisrgbcolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kisrgbcolorspace.h"&#010;" > <header> @@ -21987,227 +21987,227 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1638" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1638" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1638" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1638" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1638" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1638" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1638" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1638" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1390" tag="operation_1390" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1390" tag="operation_1390" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1391" tag="operation_1391" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1391" tag="operation_1391" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1392" tag="operation_1392" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1392" tag="operation_1392" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1398" tag="operation_1398" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1398" tag="operation_1398" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1404" tag="operation_1404" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1404" tag="operation_1404" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1408" tag="operation_1408" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1408" tag="operation_1408" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1413" tag="operation_1413" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1413" tag="operation_1413" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1416" tag="operation_1416" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1416" tag="operation_1416" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1420" tag="operation_1420" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1420" tag="operation_1420" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1424" tag="operation_1424" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1424" tag="operation_1424" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1429" tag="operation_1429" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1429" tag="operation_1429" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1432" tag="operation_1432" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1432" tag="operation_1432" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1435" tag="operation_1435" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1435" tag="operation_1435" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1438" tag="operation_1438" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1438" tag="operation_1438" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1443" tag="operation_1443" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1443" tag="operation_1443" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1451" tag="operation_1451" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1451" tag="operation_1451" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1452" tag="operation_1452" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1452" tag="operation_1452" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1453" tag="operation_1453" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1453" tag="operation_1453" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1454" tag="operation_1454" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1454" tag="operation_1454" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1455" tag="operation_1455" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1455" tag="operation_1455" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1456" tag="operation_1456" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1456" tag="operation_1456" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1459" tag="operation_1459" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1459" tag="operation_1459" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1462" tag="operation_1462" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1462" tag="operation_1462" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1470" tag="operation_1470" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1470" tag="operation_1470" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1471" tag="operation_1471" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1471" tag="operation_1471" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1473" tag="operation_1473" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1473" tag="operation_1473" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1478" tag="operation_1478" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1478" tag="operation_1478" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="Darken all color channels with the given amount. If compensate is true,&#010;the compensation factor will be used to limit the darkening.&#010;&#010;(See the bumpmap filter)" /> </header> </codeoperation> - <codeoperation tqparent_id="1485" tag="operation_1485" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1485" tag="operation_1485" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1487" tag="operation_1487" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1487" tag="operation_1487" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1498" tag="operation_1498" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1498" tag="operation_1498" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1508" tag="operation_1508" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1508" tag="operation_1508" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1518" tag="operation_1518" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1518" tag="operation_1518" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1528" tag="operation_1528" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1528" tag="operation_1528" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1538" tag="operation_1538" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1538" tag="operation_1538" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1548" tag="operation_1548" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1548" tag="operation_1548" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1558" tag="operation_1558" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1558" tag="operation_1558" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1568" tag="operation_1568" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1568" tag="operation_1568" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1578" tag="operation_1578" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1578" tag="operation_1578" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1588" tag="operation_1588" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1588" tag="operation_1588" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1598" tag="operation_1598" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1598" tag="operation_1598" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1608" tag="operation_1608" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1608" tag="operation_1608" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1618" tag="operation_1618" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1618" tag="operation_1618" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1628" tag="operation_1628" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1628" tag="operation_1628" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -22219,21 +22219,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1638" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1638" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1638" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1638" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1638" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1638" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1638" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1638" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1638" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1638" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1638" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1638" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -22241,7 +22241,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1639" tqparent_class="1639" fileExt=".cpp" fileName="wetpix" > + <classifiercodedocument writeOutCode="true" package="" id="1639" parent_class="1639" fileExt=".cpp" fileName="wetpix" > <textblocks> <codeblockwithcomments tag="includes" text="#include "wetpix.h"&#010;" > <header> @@ -22266,7 +22266,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1640" tqparent_class="1640" fileExt=".cpp" fileName="wetpixdbl" > + <classifiercodedocument writeOutCode="true" package="" id="1640" parent_class="1640" fileExt=".cpp" fileName="wetpixdbl" > <textblocks> <codeblockwithcomments tag="includes" text="#include "wetpixdbl.h"&#010;" > <header> @@ -22291,7 +22291,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1641" tqparent_class="1641" fileExt=".cpp" fileName="wetpack" > + <classifiercodedocument writeOutCode="true" package="" id="1641" parent_class="1641" fileExt=".cpp" fileName="wetpack" > <textblocks> <codeblockwithcomments tag="includes" text="#include "wetpack.h"&#010;" > <header> @@ -22316,7 +22316,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1642" tqparent_class="1642" fileExt=".cpp" fileName="_wetpix" > + <classifiercodedocument writeOutCode="true" package="" id="1642" parent_class="1642" fileExt=".cpp" fileName="_wetpix" > <textblocks> <codeblockwithcomments tag="includes" text="#include "_wetpix.h"&#010;" > <header> @@ -22334,82 +22334,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1643" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1643" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1643" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1643" text="return rd;" > <header> <cppcodedocumentation tag="" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1643" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1643" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1643" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1643" text="rd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1644" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1644" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1644" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1644" text="return rw;" > <header> <cppcodedocumentation tag="" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1644" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1644" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1644" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1644" text="rw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1645" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1645" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1645" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1645" text="return gd;" > <header> <cppcodedocumentation tag="" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1645" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1645" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1645" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1645" text="gd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1646" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1646" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1646" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1646" text="return gw;" > <header> <cppcodedocumentation tag="" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1646" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1646" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1646" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1646" text="gw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1647" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1647" text="return bd;" > <header> <cppcodedocumentation tag="" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1647" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1647" text="bd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1648" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1648" text="return bw;" > <header> <cppcodedocumentation tag="" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1648" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1648" text="bw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1649" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1649" text="return w;" > <header> <cppcodedocumentation tag="" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1649" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1649" text="w = value;" > <header> <cppcodedocumentation tag="" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1650" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1650" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1650" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1650" text="return h;" > <header> <cppcodedocumentation tag="" text="Get the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1650" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1650" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1650" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1650" text="h = value;" > <header> <cppcodedocumentation tag="" text="Set the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@param value the value of h" /> </header> @@ -22421,161 +22421,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1643" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1643" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total red channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1643" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1643" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1643" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1643" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1643" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1643" text="return rd;" > <header> <cppcodedocumentation tag="" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1643" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1643" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1643" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1643" text="rd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1644" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1644" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-red concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1644" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1644" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1644" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1644" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1644" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1644" text="return rw;" > <header> <cppcodedocumentation tag="" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1644" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1644" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1644" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1644" text="rw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1645" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1645" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total green channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1645" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1645" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1645" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1645" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1645" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1645" text="return gd;" > <header> <cppcodedocumentation tag="" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1645" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1645" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1645" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1645" text="gd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-green concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1646" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1646" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1646" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1646" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1646" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1646" text="return gw;" > <header> <cppcodedocumentation tag="" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1646" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1646" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1646" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1646" text="gw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total blue channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1647" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1647" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1647" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1647" text="return bd;" > <header> <cppcodedocumentation tag="" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1647" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1647" text="bd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-blue concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1648" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1648" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1648" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1648" text="return bw;" > <header> <cppcodedocumentation tag="" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1648" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1648" text="bw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1649" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1649" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Water volume" /> </header> - <ccfdeclarationcodeblock tqparent_id="1649" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1649" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1649" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1649" text="return w;" > <header> <cppcodedocumentation tag="" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1649" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1649" text="w = value;" > <header> <cppcodedocumentation tag="" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1650" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1650" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> - <ccfdeclarationcodeblock tqparent_id="1650" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1650" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1650" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1650" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1650" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1650" text="return h;" > <header> <cppcodedocumentation tag="" text="Get the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1650" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1650" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1650" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1650" text="h = value;" > <header> <cppcodedocumentation tag="" text="Set the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@param value the value of h" /> </header> @@ -22583,7 +22583,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1651" tqparent_class="1651" fileExt=".cpp" fileName="_wetpack" > + <classifiercodedocument writeOutCode="true" package="" id="1651" parent_class="1651" fileExt=".cpp" fileName="_wetpack" > <textblocks> <codeblockwithcomments tag="includes" text="#include "_wetpack.h"&#010;" > <header> @@ -22601,22 +22601,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1652" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1652" text="return paint;" > + <codeaccessormethod accessType="0" parent_id="1652" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1652" text="return paint;" > <header> <cppcodedocumentation tag="" text="Get the value of paint&#010;Paint layer&#010;@return the value of paint" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1652" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1652" text="paint = value;" > + <codeaccessormethod accessType="1" parent_id="1652" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1652" text="paint = value;" > <header> <cppcodedocumentation tag="" text="Set the value of paint&#010;Paint layer&#010;@param value the value of paint" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1653" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1653" text="return adsorb;" > + <codeaccessormethod accessType="0" parent_id="1653" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1653" text="return adsorb;" > <header> <cppcodedocumentation tag="" text="Get the value of adsorb&#010;Adsorbtion layer&#010;@return the value of adsorb" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1653" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1653" text="adsorb = value;" > + <codeaccessormethod accessType="1" parent_id="1653" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1653" text="adsorb = value;" > <header> <cppcodedocumentation tag="" text="Set the value of adsorb&#010;Adsorbtion layer&#010;@param value the value of adsorb" /> </header> @@ -22628,41 +22628,41 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1652" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1652" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Paint layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1652" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1652" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1652" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1652" text="return paint;" > + <codeaccessormethod accessType="0" parent_id="1652" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1652" text="return paint;" > <header> <cppcodedocumentation tag="" text="Get the value of paint&#010;Paint layer&#010;@return the value of paint" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1652" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1652" text="paint = value;" > + <codeaccessormethod accessType="1" parent_id="1652" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1652" text="paint = value;" > <header> <cppcodedocumentation tag="" text="Set the value of paint&#010;Paint layer&#010;@param value the value of paint" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1653" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1653" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Adsorbtion layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1653" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1653" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1653" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1653" text="return adsorb;" > + <codeaccessormethod accessType="0" parent_id="1653" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1653" text="return adsorb;" > <header> <cppcodedocumentation tag="" text="Get the value of adsorb&#010;Adsorbtion layer&#010;@return the value of adsorb" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1653" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1653" text="adsorb = value;" > + <codeaccessormethod accessType="1" parent_id="1653" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1653" text="adsorb = value;" > <header> <cppcodedocumentation tag="" text="Set the value of adsorb&#010;Adsorbtion layer&#010;@param value the value of adsorb" /> </header> @@ -22670,7 +22670,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1654" tqparent_class="1654" fileExt=".cpp" fileName="_wetpixdbl" > + <classifiercodedocument writeOutCode="true" package="" id="1654" parent_class="1654" fileExt=".cpp" fileName="_wetpixdbl" > <textblocks> <codeblockwithcomments tag="includes" text="#include "_wetpixdbl.h"&#010;" > <header> @@ -22688,82 +22688,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1655" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1655" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1655" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1655" text="return rd;" > <header> <cppcodedocumentation tag="" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1655" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1655" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1655" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1655" text="rd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1656" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1656" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1656" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1656" text="return rw;" > <header> <cppcodedocumentation tag="" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1656" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1656" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1656" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1656" text="rw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1657" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1657" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1657" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1657" text="return gd;" > <header> <cppcodedocumentation tag="" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1657" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1657" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1657" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1657" text="gd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1658" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1658" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1658" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1658" text="return gw;" > <header> <cppcodedocumentation tag="" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1658" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1658" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1658" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1658" text="gw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1659" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1659" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1659" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1659" text="return bd;" > <header> <cppcodedocumentation tag="" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1659" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1659" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1659" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1659" text="bd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1660" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1660" text="return bw;" > <header> <cppcodedocumentation tag="" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1660" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1660" text="bw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1661" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1661" text="return w;" > <header> <cppcodedocumentation tag="" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1661" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1661" text="w = value;" > <header> <cppcodedocumentation tag="" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1662" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1662" text="return h;" > <header> <cppcodedocumentation tag="" text="Get the value of h&#010;Height of paper surface&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1662" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1662" text="h = value;" > <header> <cppcodedocumentation tag="" text="Set the value of h&#010;Height of paper surface&#010;@param value the value of h" /> </header> @@ -22775,161 +22775,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total red channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1655" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1655" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1655" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1655" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1655" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1655" text="return rd;" > <header> <cppcodedocumentation tag="" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1655" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1655" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1655" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1655" text="rd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1656" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1656" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-red concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1656" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1656" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1656" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1656" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1656" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1656" text="return rw;" > <header> <cppcodedocumentation tag="" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1656" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1656" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1656" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1656" text="rw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1657" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1657" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total green channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1657" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1657" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1657" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1657" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1657" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1657" text="return gd;" > <header> <cppcodedocumentation tag="" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1657" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1657" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1657" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1657" text="gd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1658" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1658" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-green concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1658" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1658" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1658" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1658" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1658" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1658" text="return gw;" > <header> <cppcodedocumentation tag="" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1658" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1658" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1658" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1658" text="gw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1659" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1659" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total blue channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1659" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1659" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1659" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1659" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1659" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1659" text="return bd;" > <header> <cppcodedocumentation tag="" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1659" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1659" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1659" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1659" text="bd = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-blue concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1660" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1660" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1660" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1660" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1660" text="return bw;" > <header> <cppcodedocumentation tag="" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1660" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1660" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1660" text="bw = value;" > <header> <cppcodedocumentation tag="" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Water volume" /> </header> - <ccfdeclarationcodeblock tqparent_id="1661" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1661" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1661" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1661" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1661" text="return w;" > <header> <cppcodedocumentation tag="" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1661" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1661" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1661" text="w = value;" > <header> <cppcodedocumentation tag="" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Height of paper surface" /> </header> - <ccfdeclarationcodeblock tqparent_id="1662" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1662" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1662" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1662" tag="hblock_tag_14" canDelete="false" writeOutText="false" classfield_id="1662" text="return h;" > <header> <cppcodedocumentation tag="" text="Get the value of h&#010;Height of paper surface&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1662" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1662" tag="hblock_tag_15" canDelete="false" writeOutText="false" classfield_id="1662" text="h = value;" > <header> <cppcodedocumentation tag="" text="Set the value of h&#010;Height of paper surface&#010;@param value the value of h" /> </header> @@ -22937,7 +22937,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1663" tqparent_class="1663" fileExt=".cpp" fileName="kiswetcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="1663" parent_class="1663" fileExt=".cpp" fileName="kiswetcolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiswetcolorspace.h"&#010;" > <header> @@ -22955,217 +22955,217 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1755" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1755" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1755" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1755" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1757" text="return wet_render_tab;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1757" text="return wet_render_tab;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1757" text="wet_render_tab = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1757" text="wet_render_tab = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1758" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1758" text="return m_paintNames;" > + <codeaccessormethod accessType="0" parent_id="1758" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1758" text="return m_paintNames;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1758" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1758" text="m_paintNames = value;" > + <codeaccessormethod accessType="1" parent_id="1758" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1758" text="m_paintNames = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1760" text="return m_conversionMap;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1760" text="return m_conversionMap;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1760" text="m_conversionMap = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1760" text="m_conversionMap = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1761" text="return m_paintwetness;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1761" text="return m_paintwetness;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1761" text="m_paintwetness = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1761" text="m_paintwetness = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1762" text="return phase;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1762" text="return phase;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1762" text="phase = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1762" text="phase = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1763" text="return phasebig;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1763" text="return phasebig;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1763" text="phasebig = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1763" text="phasebig = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1667" tag="operation_1667" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1667" tag="operation_1667" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1668" tag="operation_1668" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1668" tag="operation_1668" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1669" tag="operation_1669" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1669" tag="operation_1669" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="// Semi-clever: we have only fifteen wet paint colors that are mapped to the// qcolors that are put in the painter by the special wet paint palette. Other// QColors are mapped to plain water..." /> </header> </codeoperation> - <codeoperation tqparent_id="1673" tag="operation_1673" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1673" tag="operation_1673" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1678" tag="operation_1678" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1678" tag="operation_1678" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1681" tag="operation_1681" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1681" tag="operation_1681" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1685" tag="operation_1685" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1685" tag="operation_1685" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1690" tag="operation_1690" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1690" tag="operation_1690" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1693" tag="operation_1693" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1693" tag="operation_1693" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1696" tag="operation_1696" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1696" tag="operation_1696" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1701" tag="operation_1701" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1701" tag="operation_1701" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1702" tag="operation_1702" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1702" tag="operation_1702" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1703" tag="operation_1703" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1703" tag="operation_1703" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1704" tag="operation_1704" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1704" tag="operation_1704" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1705" tag="operation_1705" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1705" tag="operation_1705" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1706" tag="operation_1706" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1706" tag="operation_1706" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1707" tag="operation_1707" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1707" tag="operation_1707" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1710" tag="operation_1710" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1710" tag="operation_1710" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1713" tag="operation_1713" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1713" tag="operation_1713" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1721" tag="operation_1721" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1721" tag="operation_1721" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1724" tag="operation_1724" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1724" tag="operation_1724" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1730" tag="operation_1730" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1730" tag="operation_1730" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1731" tag="operation_1731" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1731" tag="operation_1731" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1733" tag="operation_1733" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1733" tag="operation_1733" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1734" tag="operation_1734" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1734" tag="operation_1734" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1735" tag="operation_1735" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1735" tag="operation_1735" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1746" tag="operation_1746" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1746" tag="operation_1746" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="// This was static, but since we have only one instance of the color strategy,// it can be just as well a private member variable." /> </header> </codeoperation> - <codeoperation tqparent_id="1747" tag="operation_1747" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1747" tag="operation_1747" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" text="// Convert a single pixel from its wet representation to rgb" /> </header> </codeoperation> - <codeoperation tqparent_id="1751" tag="operation_1751" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1751" tag="operation_1751" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -23177,141 +23177,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1755" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1755" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1755" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1755" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1755" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1755" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1757" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1757" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1757" text="return wet_render_tab;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="1757" text="return wet_render_tab;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1757" text="wet_render_tab = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="1757" text="wet_render_tab = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1758" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1758" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1758" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1758" text="return m_paintNames;" > + <codeaccessormethod accessType="0" parent_id="1758" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="1758" text="return m_paintNames;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1758" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1758" text="m_paintNames = value;" > + <codeaccessormethod accessType="1" parent_id="1758" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="1758" text="m_paintNames = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1760" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1760" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1760" text="return m_conversionMap;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="1760" text="return m_conversionMap;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1760" text="m_conversionMap = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="1760" text="m_conversionMap = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1761" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1761" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1761" text="return m_paintwetness;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="1761" text="return m_paintwetness;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1761" text="m_paintwetness = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="1761" text="m_paintwetness = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1762" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1762" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1762" text="return phase;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_10" canDelete="false" writeOutText="false" classfield_id="1762" text="return phase;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1762" text="phase = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_11" canDelete="false" writeOutText="false" classfield_id="1762" text="phase = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1763" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1763" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1763" text="return phasebig;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_12" canDelete="false" writeOutText="false" classfield_id="1763" text="return phasebig;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1763" text="phasebig = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_13" canDelete="false" writeOutText="false" classfield_id="1763" text="phasebig = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -23319,7 +23319,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1759" tqparent_class="1759" fileExt=".cpp" fileName="qmap" > + <classifiercodedocument writeOutCode="true" package="" id="1759" parent_class="1759" fileExt=".cpp" fileName="qmap" > <textblocks> <codeblockwithcomments tag="includes" text="#include "qmap.h"&#010;" > <header> @@ -23344,7 +23344,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="wetandsticky" id="1771" tqparent_class="1771" fileExt=".cpp" fileName="cell" > + <classifiercodedocument writeOutCode="true" package="wetandsticky" id="1771" parent_class="1771" fileExt=".cpp" fileName="cell" > <textblocks> <codeblockwithcomments tag="includes" text="#include "cell.h"&#010;" > <header> @@ -23369,7 +23369,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="wetandsticky" id="1772" tqparent_class="1772" fileExt=".cpp" fileName="cell" > + <classifiercodedocument writeOutCode="true" package="wetandsticky" id="1772" parent_class="1772" fileExt=".cpp" fileName="cell" > <textblocks> <codeblockwithcomments tag="includes" text="#include "cell.h"&#010;" > <header> @@ -23394,7 +23394,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="wetandsticky" id="1765" tqparent_class="1765" fileExt=".cpp" fileName="enumdirection" > + <classifiercodedocument writeOutCode="true" package="wetandsticky" id="1765" parent_class="1765" fileExt=".cpp" fileName="enumdirection" > <textblocks> <codeblockwithcomments tag="includes" text="#include "enumdirection.h"&#010;" > <header> @@ -23419,7 +23419,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1774" tqparent_class="1774" fileExt=".cpp" fileName="kiswetstickycolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="1774" parent_class="1774" fileExt=".cpp" fileName="kiswetstickycolorspace" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiswetstickycolorspace.h"&#010;" > <header> @@ -23437,152 +23437,152 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" text="Methods" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1895" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1895" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1895" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1895" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1895" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1895" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1895" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1895" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeoperation tqparent_id="1778" tag="operation_1778" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1778" tag="operation_1778" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1779" tag="operation_1779" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1779" tag="operation_1779" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1780" tag="operation_1780" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1780" tag="operation_1780" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1784" tag="operation_1784" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1784" tag="operation_1784" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1789" tag="operation_1789" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1789" tag="operation_1789" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1792" tag="operation_1792" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1792" tag="operation_1792" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1796" tag="operation_1796" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1796" tag="operation_1796" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1801" tag="operation_1801" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1801" tag="operation_1801" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1804" tag="operation_1804" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1804" tag="operation_1804" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1807" tag="operation_1807" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1807" tag="operation_1807" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1808" tag="operation_1808" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1808" tag="operation_1808" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1809" tag="operation_1809" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1809" tag="operation_1809" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1810" tag="operation_1810" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1810" tag="operation_1810" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1811" tag="operation_1811" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1811" tag="operation_1811" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1812" tag="operation_1812" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1812" tag="operation_1812" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1813" tag="operation_1813" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1813" tag="operation_1813" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1816" tag="operation_1816" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1816" tag="operation_1816" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1819" tag="operation_1819" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1819" tag="operation_1819" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1827" tag="operation_1827" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1827" tag="operation_1827" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1830" tag="operation_1830" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1830" tag="operation_1830" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1836" tag="operation_1836" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1836" tag="operation_1836" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1841" tag="operation_1841" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1841" tag="operation_1841" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1845" tag="operation_1845" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1845" tag="operation_1845" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1846" tag="operation_1846" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1846" tag="operation_1846" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1857" tag="operation_1857" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1857" tag="operation_1857" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1865" tag="operation_1865" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1865" tag="operation_1865" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1875" tag="operation_1875" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1875" tag="operation_1875" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> </codeoperation> - <codeoperation tqparent_id="1885" tag="operation_1885" canDelete="false" writeOutText="false" > + <codeoperation parent_id="1885" tag="operation_1885" canDelete="false" writeOutText="false" > <header> <cppcodedocumentation tag="" /> </header> @@ -23594,21 +23594,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1895" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1895" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1895" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > + <ccfdeclarationcodeblock parent_id="1895" tag="" canDelete="false" indentLevel="1" text="FIX ME;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1895" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1895" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1895" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="1895" text="return m_channels;" > <header> <cppcodedocumentation tag="" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1895" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1895" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1895" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="1895" text="m_channels = value;" > <header> <cppcodedocumentation tag="" /> </header> @@ -23622,7 +23622,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> </codedocument> - <classifiercodedocument writeOutCode="true" package="" id="12050" tqparent_class="12050" fileExt=".cpp" fileName="kiscolorspacedescriptor" > + <classifiercodedocument writeOutCode="true" package="" id="12050" parent_class="12050" fileExt=".cpp" fileName="kiscolorspacedescriptor" > <textblocks> <codeblockwithcomments tag="includes" text="#include "kiscolorspacedescriptor.h"&#010;" > <header> @@ -23647,7 +23647,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader11" tqparent_class="11" fileExt=".h" fileName="qpainter" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader11" parent_class="11" fileExt=".h" fileName="qpainter" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QPAINTER_H&#010;#define QPAINTER_H" > <header> @@ -23674,7 +23674,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="11" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="11" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QPainter&#010;" /> </header> @@ -23853,7 +23853,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader12" tqparent_class="12" fileExt=".h" fileName="kisiteratorpixel" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader12" parent_class="12" fileExt=".h" fileName="kisiteratorpixel" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISITERATORPIXEL_H&#010;#define KISITERATORPIXEL_H" > <header> @@ -23880,7 +23880,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="12" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="12" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisIteratorPixel&#010;" /> </header> @@ -24059,7 +24059,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader13" tqparent_class="13" fileExt=".h" fileName="kispixel" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader13" parent_class="13" fileExt=".h" fileName="kispixel" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPIXEL_H&#010;#define KISPIXEL_H" > <header> @@ -24086,7 +24086,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="13" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="13" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisPixel&#010;" /> </header> @@ -24265,7 +24265,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader14" tqparent_class="14" fileExt=".h" fileName="kispixelro" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader14" parent_class="14" fileExt=".h" fileName="kispixelro" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPIXELRO_H&#010;#define KISPIXELRO_H" > <header> @@ -24292,7 +24292,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="14" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="14" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisPixelRO&#010;" /> </header> @@ -24471,7 +24471,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader15" tqparent_class="15" fileExt=".h" fileName="kisprofilepair" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader15" parent_class="15" fileExt=".h" fileName="kisprofilepair" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPROFILEPAIR_H&#010;#define KISPROFILEPAIR_H" > <header> @@ -24498,7 +24498,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="15" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="15" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisProfilePair&#010;" /> </header> @@ -24677,7 +24677,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader17" tqparent_class="17" fileExt=".h" fileName="transform" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader17" parent_class="17" fileExt=".h" fileName="transform" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef TRANSFORM_H&#010;#define TRANSFORM_H" > <header> @@ -24704,7 +24704,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="17" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="17" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class transform&#010;// This would be better, I guess." /> </header> @@ -24719,27 +24719,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisProfile srcProfile;" > + <ccfdeclarationcodeblock parent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisProfile srcProfile;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32 srcCmType;" > + <ccfdeclarationcodeblock parent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32 srcCmType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="22" tag="tblock_2" canDelete="false" indentLevel="1" text=" KisProfile dstProfile;" > + <ccfdeclarationcodeblock parent_id="22" tag="tblock_2" canDelete="false" indentLevel="1" text=" KisProfile dstProfile;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT32 dstType;" > + <ccfdeclarationcodeblock parent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT32 dstType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT32 renderIntent;" > + <ccfdeclarationcodeblock parent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT32 renderIntent;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -24779,52 +24779,52 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > + <codeaccessormethod accessType="0" parent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="19" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > + <codeaccessormethod accessType="1" parent_id="19" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="21" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > + <codeaccessormethod accessType="0" parent_id="21" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="21" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > + <codeaccessormethod accessType="1" parent_id="21" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="22" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > + <codeaccessormethod accessType="0" parent_id="22" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="22" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > + <codeaccessormethod accessType="1" parent_id="22" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > + <codeaccessormethod accessType="0" parent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="23" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > + <codeaccessormethod accessType="1" parent_id="23" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > + <codeaccessormethod accessType="0" parent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > + <codeaccessormethod accessType="1" parent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -24959,101 +24959,101 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="19" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="19" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisProfile srcProfile;" > + <ccfdeclarationcodeblock parent_id="19" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisProfile srcProfile;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > + <codeaccessormethod accessType="0" parent_id="19" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="19" text="return srcProfile;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="19" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > + <codeaccessormethod accessType="1" parent_id="19" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="19" text="srcProfile = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="21" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="21" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32 srcCmType;" > + <ccfdeclarationcodeblock parent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32 srcCmType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="21" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > + <codeaccessormethod accessType="0" parent_id="21" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="21" text="return srcCmType;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="21" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > + <codeaccessormethod accessType="1" parent_id="21" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="21" text="srcCmType = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="22" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="22" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="22" tag="tblock_2" canDelete="false" indentLevel="1" text=" KisProfile dstProfile;" > + <ccfdeclarationcodeblock parent_id="22" tag="tblock_2" canDelete="false" indentLevel="1" text=" KisProfile dstProfile;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="22" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > + <codeaccessormethod accessType="0" parent_id="22" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="22" text="return dstProfile;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="22" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > + <codeaccessormethod accessType="1" parent_id="22" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="22" text="dstProfile = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="23" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="23" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT32 dstType;" > + <ccfdeclarationcodeblock parent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT32 dstType;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > + <codeaccessormethod accessType="0" parent_id="23" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="23" text="return dstType;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="23" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > + <codeaccessormethod accessType="1" parent_id="23" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="23" text="dstType = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="24" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="24" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT32 renderIntent;" > + <ccfdeclarationcodeblock parent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT32 renderIntent;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > + <codeaccessormethod accessType="0" parent_id="24" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="24" text="return renderIntent;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > + <codeaccessormethod accessType="1" parent_id="24" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="24" text="renderIntent = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -25061,7 +25061,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader18" tqparent_class="18" fileExt=".h" fileName="kisprofile" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader18" parent_class="18" fileExt=".h" fileName="kisprofile" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPROFILE_H&#010;#define KISPROFILE_H" > <header> @@ -25088,7 +25088,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="18" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="18" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisProfile&#010;" /> </header> @@ -25267,7 +25267,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader20" tqparent_class="20" fileExt=".h" fileName="q_uint32" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader20" parent_class="20" fileExt=".h" fileName="q_uint32" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_UINT32_H&#010;#define Q_UINT32_H" > <header> @@ -25294,7 +25294,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="20" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="20" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Q_UINT32&#010;" /> </header> @@ -25473,7 +25473,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader25" tqparent_class="25" fileExt=".h" fileName="struct kiscoloradjustment" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader25" parent_class="25" fileExt=".h" fileName="struct kiscoloradjustment" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef STRUCT_KISCOLORADJUSTMENT_H&#010;#define STRUCT_KISCOLORADJUSTMENT_H" > <header> @@ -25500,7 +25500,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="25" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="25" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class struct KisColorAdjustment&#010;" /> </header> @@ -25679,7 +25679,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader26" tqparent_class="26" fileExt=".h" fileName="kisabstractcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader26" parent_class="26" fileExt=".h" fileName="kisabstractcolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISABSTRACTCOLORSPACE_H&#010;#define KISABSTRACTCOLORSPACE_H" > <header> @@ -25706,7 +25706,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="26" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="26" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisAbstractColorSpace&#010;A colorspace strategy is the definition of a certain color model&#010;in Chalk." /> </header> @@ -25763,222 +25763,222 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="31" tag="operation_31" canDelete="false" indentLevel="1" > + <codeoperation parent_id="31" tag="operation_31" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Create a new colorspace strategy.&#010;&#010;@param id The Chalk identification of this color model.&#010;@param cmType The littlecms colorstrategy type we wrap.&#010;@param colorSpaceSignature The icc signature for the colorspace we are." /> </header> </codeoperation> - <codeoperation tqparent_id="40" tag="operation_40" canDelete="false" indentLevel="1" > + <codeoperation parent_id="40" tag="operation_40" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="41" tag="operation_41" canDelete="false" indentLevel="1" > + <codeoperation parent_id="41" tag="operation_41" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="//========== Channels =====================================================//// Return a vector describing all the channels this color model has." /> </header> </codeoperation> - <codeoperation tqparent_id="43" tag="operation_43" canDelete="false" indentLevel="1" > + <codeoperation parent_id="43" tag="operation_43" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="The total number of channels for a single pixel in this color model" /> </header> </codeoperation> - <codeoperation tqparent_id="45" tag="operation_45" canDelete="false" indentLevel="1" > + <codeoperation parent_id="45" tag="operation_45" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="The total number of color channels (excludes alpha and substance) for a single&#010;pixel in this color model." /> </header> </codeoperation> - <codeoperation tqparent_id="46" tag="operation_46" canDelete="false" indentLevel="1" > + <codeoperation parent_id="46" tag="operation_46" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="47" tag="operation_47" canDelete="false" indentLevel="1" > + <codeoperation parent_id="47" tag="operation_47" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="The size in bytes of a single pixel in this color model" /> </header> </codeoperation> - <codeoperation tqparent_id="48" tag="operation_48" canDelete="false" indentLevel="1" > + <codeoperation parent_id="48" tag="operation_48" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Whether this color model has a channel of type ALPHA" /> </header> </codeoperation> - <codeoperation tqparent_id="50" tag="operation_50" canDelete="false" indentLevel="1" > + <codeoperation parent_id="50" tag="operation_50" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="51" tag="operation_51" canDelete="false" indentLevel="1" > + <codeoperation parent_id="51" tag="operation_51" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="52" tag="operation_52" canDelete="false" indentLevel="1" > + <codeoperation parent_id="52" tag="operation_52" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Return a string with the channel's value suitable for display in the gui." /> </header> </codeoperation> - <codeoperation tqparent_id="58" tag="operation_58" canDelete="false" indentLevel="1" > + <codeoperation parent_id="58" tag="operation_58" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Return a string with the channel's value with integer&#010;channels normalised to the floating point range 0 to 1, if appropriate." /> </header> </codeoperation> - <codeoperation tqparent_id="61" tag="operation_61" canDelete="false" indentLevel="1" > + <codeoperation parent_id="61" tag="operation_61" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="62" tag="operation_62" canDelete="false" indentLevel="1" > + <codeoperation parent_id="62" tag="operation_62" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param type " /> </header> </codeoperation> - <codeoperation tqparent_id="64" tag="operation_64" canDelete="false" indentLevel="1" > + <codeoperation parent_id="64" tag="operation_64" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="65" tag="operation_65" canDelete="false" indentLevel="1" > + <codeoperation parent_id="65" tag="operation_65" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param signature " /> </header> </codeoperation> - <codeoperation tqparent_id="67" tag="operation_67" canDelete="false" indentLevel="1" > + <codeoperation parent_id="67" tag="operation_67" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="68" tag="operation_68" canDelete="false" indentLevel="1" > + <codeoperation parent_id="68" tag="operation_68" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="//========== Capabilities =================================================///**&#010;Returns the list of user-visible composite ops supported by this colourspace. Internal&#010;ops such as COPY, CLEAR, and ERASE, are not included as these make no sense&#010;for layers in the full image model." /> </header> </codeoperation> - <codeoperation tqparent_id="70" tag="operation_70" canDelete="false" indentLevel="1" > + <codeoperation parent_id="70" tag="operation_70" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="71" tag="operation_71" canDelete="false" indentLevel="1" > + <codeoperation parent_id="71" tag="operation_71" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="//========== Display profiles =============================================///**&#010;Get a list of profiles that apply to this color space" /> </header> </codeoperation> - <codeoperation tqparent_id="73" tag="operation_73" canDelete="false" indentLevel="1" > + <codeoperation parent_id="73" tag="operation_73" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Return the number of profiles available for this color space" /> </header> </codeoperation> - <codeoperation tqparent_id="74" tag="operation_74" canDelete="false" indentLevel="1" > + <codeoperation parent_id="74" tag="operation_74" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&#010;The nativeColor methods take a given color defined as an RGB QColor&#010;and fills a byte array with the corresponding color in the&#010;the colorspace managed by this strategy.&#010;&#010;The profile parameter is the profile of the paint device; the other profile&#010;is the display profile -- since we are moving from QColor&#010;that have most likely been picked from the display itself.&#010;&#010;XXX: We actually do not use the display yet, nor the paint device profile" /> </header> </codeoperation> - <codeoperation tqparent_id="82" tag="operation_82" canDelete="false" indentLevel="1" > + <codeoperation parent_id="82" tag="operation_82" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="88" tag="operation_88" canDelete="false" indentLevel="1" > + <codeoperation parent_id="88" tag="operation_88" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&#010;and converts the contents to a QColor, using the given profile as a source&#010;profile and the display profile as a destination profile.&#010;&#010;XXX: We actually do not use the display yet, nor the paint device profile&#010;" /> </header> </codeoperation> - <codeoperation tqparent_id="93" tag="operation_93" canDelete="false" indentLevel="1" > + <codeoperation parent_id="93" tag="operation_93" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="99" tag="operation_99" canDelete="false" indentLevel="1" > + <codeoperation parent_id="99" tag="operation_99" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the alpha value of the given pixel.&#010;XXX: Change to float/int to match setAlpha() when that changes." /> </header> </codeoperation> - <codeoperation tqparent_id="102" tag="operation_102" canDelete="false" indentLevel="1" > + <codeoperation parent_id="102" tag="operation_102" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="105" tag="operation_105" canDelete="false" indentLevel="1" > + <codeoperation parent_id="105" tag="operation_105" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="108" tag="operation_108" canDelete="false" indentLevel="1" > + <codeoperation parent_id="108" tag="operation_108" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="This function is used to convert a KisPixelRepresentation from this color strategy to the specified&#010;color strategy." /> </header> </codeoperation> - <codeoperation tqparent_id="113" tag="operation_113" canDelete="false" indentLevel="1" > + <codeoperation parent_id="113" tag="operation_113" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.&#010;The pixels are supposed to be encoded in this color model.&#010;&#010;@param data A pointer to a contiguous memory region containing width * height pixels&#010;@param width in pixels&#010;@param height in pixels&#010;@param srcProfile source profile&#010;@param dstProfile destination profile&#010;@param renderingIntent the rendering intent&#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." /> </header> </codeoperation> - <codeoperation tqparent_id="122" tag="operation_122" canDelete="false" indentLevel="1" > + <codeoperation parent_id="122" tag="operation_122" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Convert a byte array of srcLen pixels *src to the specified color space&#010;and put the converted bytes into the prepared byte array *dst.&#010;&#010;Returns false if the conversion failed, true if it succeeded" /> </header> </codeoperation> - <codeoperation tqparent_id="131" tag="operation_131" canDelete="false" indentLevel="1" > + <codeoperation parent_id="131" tag="operation_131" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Convert the value of the channel at the specified position into&#010;an 8-bit value." /> </header> </codeoperation> - <codeoperation tqparent_id="134" tag="operation_134" canDelete="false" indentLevel="1" > + <codeoperation parent_id="134" tag="operation_134" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Convert the value of the channel at the specified position into&#010;a 16-bit value. This may be upscaling or downscaling, depending&#010;on the defined value of the channel" /> </header> </codeoperation> - <codeoperation tqparent_id="137" tag="operation_137" canDelete="false" indentLevel="1" > + <codeoperation parent_id="137" tag="operation_137" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**&#010;Set the alpha channel to the given value.&#010;&#010;pixels -- a pointer to the pixels that will have their alpha set to this value&#010;alpha -- XXX: This must become int or float&#010;nPixels -- the number of pixels&#010;&#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" /> </header> </codeoperation> - <codeoperation tqparent_id="141" tag="operation_141" canDelete="false" indentLevel="1" > + <codeoperation parent_id="141" tag="operation_141" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Applies the specified 8-bit alpha tqmask to the pixels. We assume that there are just&#010;as many alpha values as pixels but we do not check this." /> </header> </codeoperation> - <codeoperation tqparent_id="145" tag="operation_145" canDelete="false" indentLevel="1" > + <codeoperation parent_id="145" tag="operation_145" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Applies the inverted 8-bit alpha tqmask to the pixels. We assume that there are just&#010;as many alpha values as pixels but we do not check this." /> </header> </codeoperation> - <codeoperation tqparent_id="149" tag="operation_149" canDelete="false" indentLevel="1" > + <codeoperation parent_id="149" tag="operation_149" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Create an adjustment object for adjusting the brightness and contrast&#010;transferValues is a 256 bins array with values from 0 to 0xFFFF" /> </header> </codeoperation> - <codeoperation tqparent_id="155" tag="operation_155" canDelete="false" indentLevel="1" > + <codeoperation parent_id="155" tag="operation_155" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Apply the adjustment created with onr of the other functions" /> </header> </codeoperation> - <codeoperation tqparent_id="160" tag="operation_160" canDelete="false" indentLevel="1" > + <codeoperation parent_id="160" tag="operation_160" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// XXX: What with alpha channels? YYY: Add an overloaded function that takes alpha into account?/**&#010;Get the difference between 2 colors, normalized in the range (0,255)" /> </header> </codeoperation> - <codeoperation tqparent_id="164" tag="operation_164" canDelete="false" indentLevel="1" > + <codeoperation parent_id="164" tag="operation_164" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Mix the colors given their weights and return in dst&#010;The sum of weights is assumed 255" /> </header> </codeoperation> - <codeoperation tqparent_id="170" tag="operation_170" canDelete="false" indentLevel="1" > + <codeoperation parent_id="170" tag="operation_170" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Convolve the given array of pointers to pixels and return the result&#010;in dst. The kernel values are clamped between -128 and 128" /> </header> </codeoperation> - <codeoperation tqparent_id="181" tag="operation_181" canDelete="false" indentLevel="1" > + <codeoperation parent_id="181" tag="operation_181" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Darken all color channels with the given amount. If compensate is true,&#010;the compensation factor will be used to limit the darkening.&#010;&#010;(See the bumpmap filter)" /> </header> </codeoperation> - <codeoperation tqparent_id="188" tag="operation_188" canDelete="false" indentLevel="1" > + <codeoperation parent_id="188" tag="operation_188" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Calculate the intensity of the given pixel, scaled down to the range 0-255. XXX: Maybe this should be more flexible" /> </header> </codeoperation> - <codeoperation tqparent_id="190" tag="operation_190" canDelete="false" indentLevel="1" > + <codeoperation parent_id="190" tag="operation_190" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Compose two arrays of pixels together. If source and target&#010;are not the same colour model, the source pixels will be&#010;converted to the target model." /> </header> @@ -25999,37 +25999,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text=" QStringList m_profileFilenames;" > + <ccfdeclarationcodeblock parent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text=" QStringList m_profileFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="228" tag="tblock_1" canDelete="false" indentLevel="1" text=" KisProfileSP m_defaultProfile;" > + <ccfdeclarationcodeblock parent_id="228" tag="tblock_1" canDelete="false" indentLevel="1" text=" KisProfileSP m_defaultProfile;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaPos;" > + <ccfdeclarationcodeblock parent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaPos;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaSize;" > + <ccfdeclarationcodeblock parent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaSize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="232" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="232" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="233" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="233" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -26063,72 +26063,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > + <codeaccessormethod accessType="0" parent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="227" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > + <codeaccessormethod accessType="1" parent_id="227" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="228" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > + <codeaccessormethod accessType="0" parent_id="228" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="228" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > + <codeaccessormethod accessType="1" parent_id="228" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="229" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="229" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="229" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="229" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="230" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > + <codeaccessormethod accessType="0" parent_id="230" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="230" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > + <codeaccessormethod accessType="1" parent_id="230" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="231" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > + <codeaccessormethod accessType="0" parent_id="231" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="231" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > + <codeaccessormethod accessType="1" parent_id="231" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="232" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="232" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="232" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="232" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="233" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="233" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="233" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="233" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26142,22 +26142,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="206" tag="operation_206" canDelete="false" indentLevel="1" > + <codeoperation parent_id="206" tag="operation_206" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Compose two byte arrays containing pixels in the same color&#010;model together." /> </header> </codeoperation> - <codeoperation tqparent_id="217" tag="operation_217" canDelete="false" indentLevel="1" > + <codeoperation parent_id="217" tag="operation_217" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dstColorStrategy &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent " /> </header> </codeoperation> - <codeoperation tqparent_id="223" tag="operation_223" canDelete="false" indentLevel="1" > + <codeoperation parent_id="223" tag="operation_223" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="224" tag="operation_224" canDelete="false" indentLevel="1" > + <codeoperation parent_id="224" tag="operation_224" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param profile " /> </header> @@ -26178,32 +26178,32 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="234" tag="tblock_7" canDelete="false" indentLevel="1" text=" KisID m_id;" > + <ccfdeclarationcodeblock parent_id="234" tag="tblock_7" canDelete="false" indentLevel="1" text=" KisID m_id;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="235" tag="tblock_8" canDelete="false" indentLevel="1" text=" DWORD m_cmType;" > + <ccfdeclarationcodeblock parent_id="235" tag="tblock_8" canDelete="false" indentLevel="1" text=" DWORD m_cmType;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="236" tag="tblock_9" canDelete="false" indentLevel="1" text=" icColorSpaceSignature m_colorSpaceSignature;" > + <ccfdeclarationcodeblock parent_id="236" tag="tblock_9" canDelete="false" indentLevel="1" text=" icColorSpaceSignature m_colorSpaceSignature;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="238" tag="tblock_10" canDelete="false" indentLevel="1" text=" TransformMap m_transforms;" > + <ccfdeclarationcodeblock parent_id="238" tag="tblock_10" canDelete="false" indentLevel="1" text=" TransformMap m_transforms;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" Q_UINT32 m_cachesize;" > + <ccfdeclarationcodeblock parent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" Q_UINT32 m_cachesize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" Q_UINT8* m_conversionCache;" > + <ccfdeclarationcodeblock parent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" Q_UINT8* m_conversionCache;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -26237,62 +26237,62 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="234" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="234" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="234" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="234" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="235" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > + <codeaccessormethod accessType="0" parent_id="235" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@return the value of m_cmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="235" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > + <codeaccessormethod accessType="1" parent_id="235" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@param value the value of m_cmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="236" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="236" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@return the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="236" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="236" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@param value the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="238" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > + <codeaccessormethod accessType="0" parent_id="238" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_transforms&#010;// Cache for existing transforms&#010;@return the value of m_transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="238" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > + <codeaccessormethod accessType="1" parent_id="238" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_transforms&#010;// Cache for existing transforms&#010;@param value the value of m_transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > + <codeaccessormethod accessType="0" parent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="245" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > + <codeaccessormethod accessType="1" parent_id="245" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > + <codeaccessormethod accessType="0" parent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > + <codeaccessormethod accessType="1" parent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26306,12 +26306,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="239" tag="operation_239" canDelete="false" indentLevel="1" > + <codeoperation parent_id="239" tag="operation_239" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="242" tag="operation_242" canDelete="false" indentLevel="1" > + <codeoperation parent_id="242" tag="operation_242" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param " /> </header> @@ -26336,261 +26336,261 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="227" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="227" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text=" QStringList m_profileFilenames;" > + <ccfdeclarationcodeblock parent_id="227" tag="tblock_0" canDelete="false" indentLevel="1" text=" QStringList m_profileFilenames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > + <codeaccessormethod accessType="0" parent_id="227" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="227" text="return m_profileFilenames;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="227" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > + <codeaccessormethod accessType="1" parent_id="227" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="227" text="m_profileFilenames = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="228" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="228" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="228" tag="tblock_1" canDelete="false" indentLevel="1" text=" KisProfileSP m_defaultProfile;" > + <ccfdeclarationcodeblock parent_id="228" tag="tblock_1" canDelete="false" indentLevel="1" text=" KisProfileSP m_defaultProfile;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="228" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > + <codeaccessormethod accessType="0" parent_id="228" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="228" text="return m_defaultProfile;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="228" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > + <codeaccessormethod accessType="1" parent_id="228" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="228" text="m_defaultProfile = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="229" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="229" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// A small buffer for conversion from and to qcolor." /> </header> - <ccfdeclarationcodeblock tqparent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="229" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="229" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="229" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="229" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="229" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="229" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="230" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="230" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaPos;" > + <ccfdeclarationcodeblock parent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaPos;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="230" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > + <codeaccessormethod accessType="0" parent_id="230" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="230" text="return m_alphaPos;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="230" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > + <codeaccessormethod accessType="1" parent_id="230" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="230" text="m_alphaPos = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="231" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="231" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaSize;" > + <ccfdeclarationcodeblock parent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaSize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="231" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > + <codeaccessormethod accessType="0" parent_id="231" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="231" text="return m_alphaSize;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="231" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > + <codeaccessormethod accessType="1" parent_id="231" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="231" text="m_alphaSize = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="232" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="232" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="232" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="232" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="232" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="232" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="232" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="232" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="232" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="232" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="233" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="233" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="233" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="233" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="233" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="233" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="233" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="233" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="233" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="233" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="234" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="234" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="234" tag="tblock_7" canDelete="false" indentLevel="1" text=" KisID m_id;" > + <ccfdeclarationcodeblock parent_id="234" tag="tblock_7" canDelete="false" indentLevel="1" text=" KisID m_id;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="234" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="234" tag="hblock_tag_26" canDelete="false" indentLevel="1" classfield_id="234" text="return m_id;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="234" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="234" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="234" text="m_id = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="235" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="235" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// The colorspace type as defined by littlecms" /> </header> - <ccfdeclarationcodeblock tqparent_id="235" tag="tblock_8" canDelete="false" indentLevel="1" text=" DWORD m_cmType;" > + <ccfdeclarationcodeblock parent_id="235" tag="tblock_8" canDelete="false" indentLevel="1" text=" DWORD m_cmType;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// The colorspace type as defined by littlecms" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="235" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > + <codeaccessormethod accessType="0" parent_id="235" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="235" text="return m_cmType;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@return the value of m_cmType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="235" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > + <codeaccessormethod accessType="1" parent_id="235" tag="hblock_tag_29" canDelete="false" indentLevel="1" classfield_id="235" text="m_cmType = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_cmType&#010;// The colorspace type as defined by littlecms&#010;@param value the value of m_cmType" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="236" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="236" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// The colorspace signature as defined in icm/icc files" /> </header> - <ccfdeclarationcodeblock tqparent_id="236" tag="tblock_9" canDelete="false" indentLevel="1" text=" icColorSpaceSignature m_colorSpaceSignature;" > + <ccfdeclarationcodeblock parent_id="236" tag="tblock_9" canDelete="false" indentLevel="1" text=" icColorSpaceSignature m_colorSpaceSignature;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// The colorspace signature as defined in icm/icc files" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="236" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="236" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="236" text="return m_colorSpaceSignature;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@return the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="236" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="236" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="236" text="m_colorSpaceSignature = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_colorSpaceSignature&#010;// The colorspace signature as defined in icm/icc files&#010;@param value the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="238" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// Cache for existing transforms" /> </header> - <ccfdeclarationcodeblock tqparent_id="238" tag="tblock_10" canDelete="false" indentLevel="1" text=" TransformMap m_transforms;" > + <ccfdeclarationcodeblock parent_id="238" tag="tblock_10" canDelete="false" indentLevel="1" text=" TransformMap m_transforms;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="238" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > + <codeaccessormethod accessType="0" parent_id="238" tag="hblock_tag_32" canDelete="false" indentLevel="1" classfield_id="238" text="return m_transforms;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_transforms&#010;// Cache for existing transforms&#010;@return the value of m_transforms" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="238" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > + <codeaccessormethod accessType="1" parent_id="238" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="238" text="m_transforms = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_transforms&#010;// Cache for existing transforms&#010;@param value the value of m_transforms" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="245" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="245" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" Q_UINT32 m_cachesize;" > + <ccfdeclarationcodeblock parent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" Q_UINT32 m_cachesize;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > + <codeaccessormethod accessType="0" parent_id="245" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="245" text="return m_cachesize;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="245" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > + <codeaccessormethod accessType="1" parent_id="245" tag="hblock_tag_35" canDelete="false" indentLevel="1" classfield_id="245" text="m_cachesize = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="246" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="246" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" Q_UINT8* m_conversionCache;" > + <ccfdeclarationcodeblock parent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" Q_UINT8* m_conversionCache;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > + <codeaccessormethod accessType="0" parent_id="246" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="246" text="return m_conversionCache;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > + <codeaccessormethod accessType="1" parent_id="246" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="246" text="m_conversionCache = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -26598,7 +26598,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader27" tqparent_class="27" fileExt=".h" fileName="kshared" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader27" parent_class="27" fileExt=".h" fileName="kshared" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KSHARED_H&#010;#define KSHARED_H" > <header> @@ -26625,7 +26625,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="27" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="27" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KShared&#010;" /> </header> @@ -26804,7 +26804,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader33" tqparent_class="33" fileExt=".h" fileName="kisid" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader33" parent_class="33" fileExt=".h" fileName="kisid" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISID_H&#010;#define KISID_H" > <header> @@ -26831,7 +26831,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="33" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="33" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisID&#010;" /> </header> @@ -27010,7 +27010,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader36" tqparent_class="36" fileExt=".h" fileName="dword" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader36" parent_class="36" fileExt=".h" fileName="dword" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef DWORD_H&#010;#define DWORD_H" > <header> @@ -27037,7 +27037,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="36" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="36" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class DWORD&#010;" /> </header> @@ -27216,7 +27216,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader38" tqparent_class="38" fileExt=".h" fileName="iccolorspacesignature" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader38" parent_class="38" fileExt=".h" fileName="iccolorspacesignature" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef ICCOLORSPACESIGNATURE_H&#010;#define ICCOLORSPACESIGNATURE_H" > <header> @@ -27243,7 +27243,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="38" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="38" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class icColorSpaceSignature&#010;" /> </header> @@ -27422,7 +27422,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader42" tqparent_class="42" fileExt=".h" fileName="vkischannelinfosp" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader42" parent_class="42" fileExt=".h" fileName="vkischannelinfosp" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef VKISCHANNELINFOSP_H&#010;#define VKISCHANNELINFOSP_H" > <header> @@ -27449,7 +27449,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="42" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="42" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class vKisChannelInfoSP&#010;" /> </header> @@ -27628,7 +27628,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader44" tqparent_class="44" fileExt=".h" fileName="q_int32" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader44" parent_class="44" fileExt=".h" fileName="q_int32" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_INT32_H&#010;#define Q_INT32_H" > <header> @@ -27655,7 +27655,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="44" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="44" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Q_INT32&#010;" /> </header> @@ -27834,7 +27834,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader49" tqparent_class="49" fileExt=".h" fileName="bool" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader49" parent_class="49" fileExt=".h" fileName="bool" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef BOOL_H&#010;#define BOOL_H" > <header> @@ -27861,7 +27861,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="49" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="49" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class bool&#010;" /> </header> @@ -28040,7 +28040,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader53" tqparent_class="53" fileExt=".h" fileName="q_uint8" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader53" parent_class="53" fileExt=".h" fileName="q_uint8" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_UINT8_H&#010;#define Q_UINT8_H" > <header> @@ -28067,7 +28067,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="53" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="53" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Q_UINT8&#010;" /> </header> @@ -28246,7 +28246,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader57" tqparent_class="57" fileExt=".h" fileName="qstring" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader57" parent_class="57" fileExt=".h" fileName="qstring" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QSTRING_H&#010;#define QSTRING_H" > <header> @@ -28273,7 +28273,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="57" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="57" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QString&#010;" /> </header> @@ -28452,7 +28452,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader69" tqparent_class="69" fileExt=".h" fileName="kiscompositeoplist" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader69" parent_class="69" fileExt=".h" fileName="kiscompositeoplist" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOMPOSITEOPLIST_H&#010;#define KISCOMPOSITEOPLIST_H" > <header> @@ -28479,7 +28479,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="69" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="69" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisCompositeOpList&#010;" /> </header> @@ -28658,7 +28658,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader72" tqparent_class="72" fileExt=".h" fileName="vkisprofilesp" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader72" parent_class="72" fileExt=".h" fileName="vkisprofilesp" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef VKISPROFILESP_H&#010;#define VKISPROFILESP_H" > <header> @@ -28685,7 +28685,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="72" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="72" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class vKisProfileSP&#010;" /> </header> @@ -28864,7 +28864,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader75" tqparent_class="75" fileExt=".h" fileName="qcolor" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader75" parent_class="75" fileExt=".h" fileName="qcolor" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QCOLOR_H&#010;#define QCOLOR_H" > <header> @@ -28891,7 +28891,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="75" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="75" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QColor&#010;" /> </header> @@ -29070,7 +29070,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader80" tqparent_class="80" fileExt=".h" fileName="kisprofilesp" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader80" parent_class="80" fileExt=".h" fileName="kisprofilesp" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISPROFILESP_H&#010;#define KISPROFILESP_H" > <header> @@ -29097,7 +29097,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="80" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="80" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisProfileSP&#010;" /> </header> @@ -29276,7 +29276,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader84" tqparent_class="84" fileExt=".h" fileName="quantum" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader84" parent_class="84" fileExt=".h" fileName="quantum" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QUANTUM_H&#010;#define QUANTUM_H" > <header> @@ -29303,7 +29303,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="84" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="84" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QUANTUM&#010;" /> </header> @@ -29482,7 +29482,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader121" tqparent_class="121" fileExt=".h" fileName="qimage" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader121" parent_class="121" fileExt=".h" fileName="qimage" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QIMAGE_H&#010;#define QIMAGE_H" > <header> @@ -29509,7 +29509,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="121" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="121" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QImage&#010;" /> </header> @@ -29688,7 +29688,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader150" tqparent_class="150" fileExt=".h" fileName="q_uint16" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader150" parent_class="150" fileExt=".h" fileName="q_uint16" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_UINT16_H&#010;#define Q_UINT16_H" > <header> @@ -29715,7 +29715,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="150" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="150" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Q_UINT16&#010;" /> </header> @@ -29894,7 +29894,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader153" tqparent_class="153" fileExt=".h" fileName="kiscoloradjustment" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader153" parent_class="153" fileExt=".h" fileName="kiscoloradjustment" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOLORADJUSTMENT_H&#010;#define KISCOLORADJUSTMENT_H" > <header> @@ -29921,7 +29921,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="153" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="153" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisColorAdjustment&#010;" /> </header> @@ -30100,7 +30100,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader163" tqparent_class="163" fileExt=".h" fileName="q_int8" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader163" parent_class="163" fileExt=".h" fileName="q_int8" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_INT8_H&#010;#define Q_INT8_H" > <header> @@ -30127,7 +30127,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="163" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="163" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Q_INT8&#010;" /> </header> @@ -30306,7 +30306,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader175" tqparent_class="175" fileExt=".h" fileName="enumchannelflags" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader175" parent_class="175" fileExt=".h" fileName="enumchannelflags" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef ENUMCHANNELFLAGS_H&#010;#define ENUMCHANNELFLAGS_H" > <header> @@ -30333,7 +30333,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="175" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="175" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class enumChannelFlags&#010;" /> </header> @@ -30512,7 +30512,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader201" tqparent_class="201" fileExt=".h" fileName="kiscompositeop" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader201" parent_class="201" fileExt=".h" fileName="kiscompositeop" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOMPOSITEOP_H&#010;#define KISCOMPOSITEOP_H" > <header> @@ -30539,7 +30539,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="201" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="201" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisCompositeOp&#010;" /> </header> @@ -30718,7 +30718,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader222" tqparent_class="222" fileExt=".h" fileName="cmshtransform" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader222" parent_class="222" fileExt=".h" fileName="cmshtransform" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef CMSHTRANSFORM_H&#010;#define CMSHTRANSFORM_H" > <header> @@ -30745,7 +30745,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="222" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="222" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class cmsHTRANSFORM&#010;" /> </header> @@ -30924,7 +30924,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader226" tqparent_class="226" fileExt=".h" fileName="qstringlist" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader226" parent_class="226" fileExt=".h" fileName="qstringlist" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QSTRINGLIST_H&#010;#define QSTRINGLIST_H" > <header> @@ -30951,7 +30951,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="226" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="226" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QStringList&#010;" /> </header> @@ -31130,7 +31130,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kisabstractcolorspace" id="cppheader237" tqparent_class="237" fileExt=".h" fileName="transformmap" > + <classifiercodedocument writeOutCode="true" package="kisabstractcolorspace" id="cppheader237" parent_class="237" fileExt=".h" fileName="transformmap" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef TRANSFORMMAP_H&#010;#define TRANSFORMMAP_H" > <header> @@ -31157,7 +31157,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="237" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="237" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class TransformMap&#010;" /> </header> @@ -31336,7 +31336,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader247" tqparent_class="247" fileExt=".h" fileName="kisu8basecolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader247" parent_class="247" fileExt=".h" fileName="kisu8basecolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISU8BASECOLORSPACE_H&#010;#define KISU8BASECOLORSPACE_H" > <header> @@ -31363,7 +31363,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="247" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="247" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisU8BaseColorSpace&#010; Copyright (c) 2005 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;This class is the base for all 8-bit/channel colorspaces" /> </header> @@ -31420,7 +31420,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="251" tag="operation_251" canDelete="false" indentLevel="1" > + <codeoperation parent_id="251" tag="operation_251" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param cmType &#010;@param colorSpaceSignature " /> </header> @@ -31548,7 +31548,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader255" tqparent_class="255" fileExt=".h" fileName="kisalphacolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader255" parent_class="255" fileExt=".h" fileName="kisalphacolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISALPHACOLORSPACE_H&#010;#define KISALPHACOLORSPACE_H" > <header> @@ -31575,7 +31575,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="255" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="255" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisAlphaColorSpace&#010; Copyright (c) 2004 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;The alpha tqmask is a special color strategy that treats all pixels as&#010;alpha value with a colour common to the tqmask. The default color is white." /> </header> @@ -31632,107 +31632,107 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="259" tag="operation_259" canDelete="false" indentLevel="1" > + <codeoperation parent_id="259" tag="operation_259" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="260" tag="operation_260" canDelete="false" indentLevel="1" > + <codeoperation parent_id="260" tag="operation_260" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="261" tag="operation_261" canDelete="false" indentLevel="1" > + <codeoperation parent_id="261" tag="operation_261" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="265" tag="operation_265" canDelete="false" indentLevel="1" > + <codeoperation parent_id="265" tag="operation_265" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="270" tag="operation_270" canDelete="false" indentLevel="1" > + <codeoperation parent_id="270" tag="operation_270" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="273" tag="operation_273" canDelete="false" indentLevel="1" > + <codeoperation parent_id="273" tag="operation_273" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="277" tag="operation_277" canDelete="false" indentLevel="1" > + <codeoperation parent_id="277" tag="operation_277" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="282" tag="operation_282" canDelete="false" indentLevel="1" > + <codeoperation parent_id="282" tag="operation_282" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="285" tag="operation_285" canDelete="false" indentLevel="1" > + <codeoperation parent_id="285" tag="operation_285" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="288" tag="operation_288" canDelete="false" indentLevel="1" > + <codeoperation parent_id="288" tag="operation_288" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 " /> </header> </codeoperation> - <codeoperation tqparent_id="291" tag="operation_291" canDelete="false" indentLevel="1" > + <codeoperation parent_id="291" tag="operation_291" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="296" tag="operation_296" canDelete="false" indentLevel="1" > + <codeoperation parent_id="296" tag="operation_296" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="297" tag="operation_297" canDelete="false" indentLevel="1" > + <codeoperation parent_id="297" tag="operation_297" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="298" tag="operation_298" canDelete="false" indentLevel="1" > + <codeoperation parent_id="298" tag="operation_298" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="299" tag="operation_299" canDelete="false" indentLevel="1" > + <codeoperation parent_id="299" tag="operation_299" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="300" tag="operation_300" canDelete="false" indentLevel="1" > + <codeoperation parent_id="300" tag="operation_300" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="301" tag="operation_301" canDelete="false" indentLevel="1" > + <codeoperation parent_id="301" tag="operation_301" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="304" tag="operation_304" canDelete="false" indentLevel="1" > + <codeoperation parent_id="304" tag="operation_304" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="307" tag="operation_307" canDelete="false" indentLevel="1" > + <codeoperation parent_id="307" tag="operation_307" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="315" tag="operation_315" canDelete="false" indentLevel="1" > + <codeoperation parent_id="315" tag="operation_315" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="321" tag="operation_321" canDelete="false" indentLevel="1" > + <codeoperation parent_id="321" tag="operation_321" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param kernelValues &#010;@param channelFlags &#010;@param dst &#010;@param factor &#010;@param offset &#010;@param nColors " /> </header> @@ -31789,17 +31789,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="329" tag="operation_329" canDelete="false" indentLevel="1" > + <codeoperation parent_id="329" tag="operation_329" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Convert a byte array of srcLen pixels *src to the specified color space&#010;and put the converted bytes into the prepared byte array *dst.&#010;&#010;Returns false if the conversion failed, true if it succeeded" /> </header> </codeoperation> - <codeoperation tqparent_id="337" tag="operation_337" canDelete="false" indentLevel="1" > + <codeoperation parent_id="337" tag="operation_337" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="348" tag="operation_348" canDelete="false" indentLevel="1" > + <codeoperation parent_id="348" tag="operation_348" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31820,7 +31820,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="349" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="349" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -31854,12 +31854,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="349" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="349" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="349" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="349" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31892,21 +31892,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="349" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="349" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="349" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="349" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="349" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="349" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="349" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="349" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="349" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="349" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -31914,7 +31914,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader350" tqparent_class="350" fileExt=".h" fileName="kisf32basecolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader350" parent_class="350" fileExt=".h" fileName="kisf32basecolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISF32BASECOLORSPACE_H&#010;#define KISF32BASECOLORSPACE_H" > <header> @@ -31941,7 +31941,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="350" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="350" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisF32BaseColorSpace&#010; Copyright (c) 2004 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;This class is the base for all 32-bit float colorspaces." /> </header> @@ -31998,7 +31998,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="354" tag="operation_354" canDelete="false" indentLevel="1" > + <codeoperation parent_id="354" tag="operation_354" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param cmType &#010;@param colorSpaceSignature " /> </header> @@ -32126,7 +32126,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader358" tqparent_class="358" fileExt=".h" fileName="kisu16basecolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader358" parent_class="358" fileExt=".h" fileName="kisu16basecolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISU16BASECOLORSPACE_H&#010;#define KISU16BASECOLORSPACE_H" > <header> @@ -32153,7 +32153,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="358" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="358" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisU16BaseColorSpace&#010; Copyright (c) 2005 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;This is the base class for 16-bit/channel colorspaces. It defines&#010;a number of common methods, like handling 16-bit alpha and up-&#010;and down-scaling of channels." /> </header> @@ -32168,12 +32168,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -32207,22 +32207,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="363" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="363" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32242,7 +32242,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="365" tag="operation_365" canDelete="false" indentLevel="1" > + <codeoperation parent_id="365" tag="operation_365" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param cmType &#010;@param colorSpaceSignature " /> </header> @@ -32369,41 +32369,41 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="363" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="363" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="363" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="363" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="363" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="363" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="363" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="364" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="364" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="364" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="364" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="364" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="364" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32411,7 +32411,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader369" tqparent_class="369" fileExt=".h" fileName="kisxyzcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader369" parent_class="369" fileExt=".h" fileName="kisxyzcolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISXYZCOLORSPACE_H&#010;#define KISXYZCOLORSPACE_H" > <header> @@ -32438,7 +32438,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="369" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="369" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisXyzColorSpace&#010; Copyright (c) 2005 Boudewijn Rempt ([email protected])&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -32495,117 +32495,117 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="378" tag="operation_378" canDelete="false" indentLevel="1" > + <codeoperation parent_id="378" tag="operation_378" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="379" tag="operation_379" canDelete="false" indentLevel="1" > + <codeoperation parent_id="379" tag="operation_379" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="380" tag="operation_380" canDelete="false" indentLevel="1" > + <codeoperation parent_id="380" tag="operation_380" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="384" tag="operation_384" canDelete="false" indentLevel="1" > + <codeoperation parent_id="384" tag="operation_384" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="389" tag="operation_389" canDelete="false" indentLevel="1" > + <codeoperation parent_id="389" tag="operation_389" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="392" tag="operation_392" canDelete="false" indentLevel="1" > + <codeoperation parent_id="392" tag="operation_392" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="396" tag="operation_396" canDelete="false" indentLevel="1" > + <codeoperation parent_id="396" tag="operation_396" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="400" tag="operation_400" canDelete="false" indentLevel="1" > + <codeoperation parent_id="400" tag="operation_400" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="405" tag="operation_405" canDelete="false" indentLevel="1" > + <codeoperation parent_id="405" tag="operation_405" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="408" tag="operation_408" canDelete="false" indentLevel="1" > + <codeoperation parent_id="408" tag="operation_408" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="411" tag="operation_411" canDelete="false" indentLevel="1" > + <codeoperation parent_id="411" tag="operation_411" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 " /> </header> </codeoperation> - <codeoperation tqparent_id="414" tag="operation_414" canDelete="false" indentLevel="1" > + <codeoperation parent_id="414" tag="operation_414" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="419" tag="operation_419" canDelete="false" indentLevel="1" > + <codeoperation parent_id="419" tag="operation_419" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="420" tag="operation_420" canDelete="false" indentLevel="1" > + <codeoperation parent_id="420" tag="operation_420" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="421" tag="operation_421" canDelete="false" indentLevel="1" > + <codeoperation parent_id="421" tag="operation_421" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="422" tag="operation_422" canDelete="false" indentLevel="1" > + <codeoperation parent_id="422" tag="operation_422" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="423" tag="operation_423" canDelete="false" indentLevel="1" > + <codeoperation parent_id="423" tag="operation_423" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="424" tag="operation_424" canDelete="false" indentLevel="1" > + <codeoperation parent_id="424" tag="operation_424" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="427" tag="operation_427" canDelete="false" indentLevel="1" > + <codeoperation parent_id="427" tag="operation_427" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="430" tag="operation_430" canDelete="false" indentLevel="1" > + <codeoperation parent_id="430" tag="operation_430" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="438" tag="operation_438" canDelete="false" indentLevel="1" > + <codeoperation parent_id="438" tag="operation_438" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="444" tag="operation_444" canDelete="false" indentLevel="1" > + <codeoperation parent_id="444" tag="operation_444" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="455" tag="operation_455" canDelete="false" indentLevel="1" > + <codeoperation parent_id="455" tag="operation_455" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32662,59 +32662,59 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="456" tag="operation_456" canDelete="false" indentLevel="1" > + <codeoperation parent_id="456" tag="operation_456" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="466" tag="operation_466" canDelete="false" indentLevel="1" > + <codeoperation parent_id="466" tag="operation_466" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="476" tag="operation_476" canDelete="false" indentLevel="1" > + <codeoperation parent_id="476" tag="operation_476" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="486" tag="operation_486" canDelete="false" indentLevel="1" > + <codeoperation parent_id="486" tag="operation_486" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="496" tag="operation_496" canDelete="false" indentLevel="1" > + <codeoperation parent_id="496" tag="operation_496" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="506" tag="operation_506" canDelete="false" indentLevel="1" > + <codeoperation parent_id="506" tag="operation_506" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="516" tag="operation_516" canDelete="false" indentLevel="1" > + <codeoperation parent_id="516" tag="operation_516" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="526" tag="operation_526" canDelete="false" indentLevel="1" > + <codeoperation parent_id="526" tag="operation_526" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="536" tag="operation_536" canDelete="false" indentLevel="1" > + <codeoperation parent_id="536" tag="operation_536" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="546" tag="operation_546" canDelete="false" indentLevel="1" > + <codeoperation parent_id="546" tag="operation_546" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="556" tag="operation_556" canDelete="false" indentLevel="1" > + <codeoperation parent_id="556" tag="operation_556" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> </textblocks> @@ -32733,42 +32733,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_X;" > + <ccfdeclarationcodeblock parent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_X;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Y;" > + <ccfdeclarationcodeblock parent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Z;" > + <ccfdeclarationcodeblock parent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Z;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="566" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="566" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="567" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="567" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="568" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="568" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> @@ -32796,42 +32796,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="570" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > + <codeaccessormethod accessType="0" parent_id="570" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="570" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > + <codeaccessormethod accessType="1" parent_id="570" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="571" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > + <codeaccessormethod accessType="0" parent_id="571" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="571" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > + <codeaccessormethod accessType="1" parent_id="571" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="572" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > + <codeaccessormethod accessType="0" parent_id="572" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="572" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > + <codeaccessormethod accessType="1" parent_id="572" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="573" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="573" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="573" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="573" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -32843,42 +32843,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="566" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="566" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="566" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="566" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="567" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="567" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="567" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="567" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> @@ -32911,161 +32911,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="566" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="566" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="566" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="566" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="566" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="566" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="566" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="566" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="566" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="566" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="567" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="567" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="567" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="567" tag="tblock_5" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="567" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="567" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="567" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="567" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="567" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="567" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="568" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="568" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="568" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="568" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="570" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="570" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_X;" > + <ccfdeclarationcodeblock parent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_X;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="570" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > + <codeaccessormethod accessType="0" parent_id="570" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="570" text="return PIXEL_X;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="570" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > + <codeaccessormethod accessType="1" parent_id="570" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="570" text="PIXEL_X = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="571" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="571" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Y;" > + <ccfdeclarationcodeblock parent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="571" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > + <codeaccessormethod accessType="0" parent_id="571" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="571" text="return PIXEL_Y;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="571" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > + <codeaccessormethod accessType="1" parent_id="571" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="571" text="PIXEL_Y = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="572" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="572" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Z;" > + <ccfdeclarationcodeblock parent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Z;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="572" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > + <codeaccessormethod accessType="0" parent_id="572" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="572" text="return PIXEL_Z;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="572" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > + <codeaccessormethod accessType="1" parent_id="572" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="572" text="PIXEL_Z = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="573" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="573" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="573" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="573" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="573" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="573" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="573" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="573" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="574" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="574" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="// A small buffer for conversion from and to qcolor." /> </header> - <ccfdeclarationcodeblock tqparent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="574" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="574" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@return the value of m_qcolordata" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="574" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="574" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of m_qcolordata&#010;// A small buffer for conversion from and to qcolor.&#010;@param value the value of m_qcolordata" /> </header> @@ -33073,7 +33073,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kisrgbu16colorspace" id="cppheader373" tqparent_class="373" fileExt=".h" fileName="pixel" > + <classifiercodedocument writeOutCode="true" package="kisrgbu16colorspace" id="cppheader373" parent_class="373" fileExt=".h" fileName="pixel" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef PIXEL_H&#010;#define PIXEL_H" > <header> @@ -33100,7 +33100,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="373" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="373" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Pixel&#010;" /> </header> @@ -33115,37 +33115,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 X;" > + <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 X;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 Y;" > + <ccfdeclarationcodeblock parent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 Y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 Z;" > + <ccfdeclarationcodeblock parent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 Z;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 alpha;" > + <ccfdeclarationcodeblock parent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 alpha;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1130" tag="tblock_4" canDelete="false" indentLevel="1" text=" float blue;" > + <ccfdeclarationcodeblock parent_id="1130" tag="tblock_4" canDelete="false" indentLevel="1" text=" float blue;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1131" tag="tblock_5" canDelete="false" indentLevel="1" text=" float green;" > + <ccfdeclarationcodeblock parent_id="1131" tag="tblock_5" canDelete="false" indentLevel="1" text=" float green;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1132" tag="tblock_6" canDelete="false" indentLevel="1" text=" float red;" > + <ccfdeclarationcodeblock parent_id="1132" tag="tblock_6" canDelete="false" indentLevel="1" text=" float red;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -33185,72 +33185,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > + <codeaccessormethod accessType="0" parent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="374" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > + <codeaccessormethod accessType="1" parent_id="374" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="375" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > + <codeaccessormethod accessType="0" parent_id="375" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="375" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > + <codeaccessormethod accessType="1" parent_id="375" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="376" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > + <codeaccessormethod accessType="0" parent_id="376" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="376" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > + <codeaccessormethod accessType="1" parent_id="376" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="377" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > + <codeaccessormethod accessType="0" parent_id="377" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="377" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > + <codeaccessormethod accessType="1" parent_id="377" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1130" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > + <codeaccessormethod accessType="0" parent_id="1130" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1130" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > + <codeaccessormethod accessType="1" parent_id="1130" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > + <codeaccessormethod accessType="0" parent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1131" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > + <codeaccessormethod accessType="1" parent_id="1131" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > + <codeaccessormethod accessType="0" parent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > + <codeaccessormethod accessType="1" parent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33385,141 +33385,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="374" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 X;" > + <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 X;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > + <codeaccessormethod accessType="0" parent_id="374" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="374" text="return X;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="374" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > + <codeaccessormethod accessType="1" parent_id="374" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="374" text="X = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="375" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 Y;" > + <ccfdeclarationcodeblock parent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 Y;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="375" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > + <codeaccessormethod accessType="0" parent_id="375" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="375" text="return Y;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="375" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > + <codeaccessormethod accessType="1" parent_id="375" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="375" text="Y = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="376" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 Z;" > + <ccfdeclarationcodeblock parent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 Z;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="376" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > + <codeaccessormethod accessType="0" parent_id="376" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="376" text="return Z;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="376" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > + <codeaccessormethod accessType="1" parent_id="376" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="376" text="Z = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="377" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 alpha;" > + <ccfdeclarationcodeblock parent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 alpha;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="377" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > + <codeaccessormethod accessType="0" parent_id="377" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="377" text="return alpha;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="377" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > + <codeaccessormethod accessType="1" parent_id="377" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="377" text="alpha = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1130" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1130" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1130" tag="tblock_4" canDelete="false" indentLevel="1" text=" float blue;" > + <ccfdeclarationcodeblock parent_id="1130" tag="tblock_4" canDelete="false" indentLevel="1" text=" float blue;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1130" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > + <codeaccessormethod accessType="0" parent_id="1130" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1130" text="return blue;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1130" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > + <codeaccessormethod accessType="1" parent_id="1130" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1130" text="blue = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1131" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1131" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1131" tag="tblock_5" canDelete="false" indentLevel="1" text=" float green;" > + <ccfdeclarationcodeblock parent_id="1131" tag="tblock_5" canDelete="false" indentLevel="1" text=" float green;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > + <codeaccessormethod accessType="0" parent_id="1131" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1131" text="return green;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1131" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > + <codeaccessormethod accessType="1" parent_id="1131" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1131" text="green = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1132" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1132" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1132" tag="tblock_6" canDelete="false" indentLevel="1" text=" float red;" > + <ccfdeclarationcodeblock parent_id="1132" tag="tblock_6" canDelete="false" indentLevel="1" text=" float red;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > + <codeaccessormethod accessType="0" parent_id="1132" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1132" text="return red;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > + <codeaccessormethod accessType="1" parent_id="1132" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1132" text="red = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33527,7 +33527,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader575" tqparent_class="575" fileExt=".h" fileName="kiscmykcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader575" parent_class="575" fileExt=".h" fileName="kiscmykcolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCMYKCOLORSPACE_H&#010;#define KISCMYKCOLORSPACE_H" > <header> @@ -33554,7 +33554,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="575" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="575" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisCmykColorSpace&#010; Copyright (c) 2003 Boudewijn Rempt ([email protected])&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -33611,117 +33611,117 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="579" tag="operation_579" canDelete="false" indentLevel="1" > + <codeoperation parent_id="579" tag="operation_579" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="580" tag="operation_580" canDelete="false" indentLevel="1" > + <codeoperation parent_id="580" tag="operation_580" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="581" tag="operation_581" canDelete="false" indentLevel="1" > + <codeoperation parent_id="581" tag="operation_581" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="585" tag="operation_585" canDelete="false" indentLevel="1" > + <codeoperation parent_id="585" tag="operation_585" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="590" tag="operation_590" canDelete="false" indentLevel="1" > + <codeoperation parent_id="590" tag="operation_590" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="593" tag="operation_593" canDelete="false" indentLevel="1" > + <codeoperation parent_id="593" tag="operation_593" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="597" tag="operation_597" canDelete="false" indentLevel="1" > + <codeoperation parent_id="597" tag="operation_597" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param color &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="601" tag="operation_601" canDelete="false" indentLevel="1" > + <codeoperation parent_id="601" tag="operation_601" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param color &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="606" tag="operation_606" canDelete="false" indentLevel="1" > + <codeoperation parent_id="606" tag="operation_606" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="609" tag="operation_609" canDelete="false" indentLevel="1" > + <codeoperation parent_id="609" tag="operation_609" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="612" tag="operation_612" canDelete="false" indentLevel="1" > + <codeoperation parent_id="612" tag="operation_612" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="617" tag="operation_617" canDelete="false" indentLevel="1" > + <codeoperation parent_id="617" tag="operation_617" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="618" tag="operation_618" canDelete="false" indentLevel="1" > + <codeoperation parent_id="618" tag="operation_618" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="619" tag="operation_619" canDelete="false" indentLevel="1" > + <codeoperation parent_id="619" tag="operation_619" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="620" tag="operation_620" canDelete="false" indentLevel="1" > + <codeoperation parent_id="620" tag="operation_620" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="621" tag="operation_621" canDelete="false" indentLevel="1" > + <codeoperation parent_id="621" tag="operation_621" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="622" tag="operation_622" canDelete="false" indentLevel="1" > + <codeoperation parent_id="622" tag="operation_622" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="625" tag="operation_625" canDelete="false" indentLevel="1" > + <codeoperation parent_id="625" tag="operation_625" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="628" tag="operation_628" canDelete="false" indentLevel="1" > + <codeoperation parent_id="628" tag="operation_628" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="636" tag="operation_636" canDelete="false" indentLevel="1" > + <codeoperation parent_id="636" tag="operation_636" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param adjust " /> </header> </codeoperation> - <codeoperation tqparent_id="639" tag="operation_639" canDelete="false" indentLevel="1" > + <codeoperation parent_id="639" tag="operation_639" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="650" tag="operation_650" canDelete="false" indentLevel="1" > + <codeoperation parent_id="650" tag="operation_650" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="651" tag="operation_651" canDelete="false" indentLevel="1" > + <codeoperation parent_id="651" tag="operation_651" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33778,7 +33778,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="652" tag="operation_652" canDelete="false" indentLevel="1" > + <codeoperation parent_id="652" tag="operation_652" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dstRowStart &#010;@param dstRowStride &#010;@param srcRowStart &#010;@param srcRowStride &#010;@param rows &#010;@param numColumns &#010;@param opacity " /> </header> @@ -33799,47 +33799,47 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CYAN;" > + <ccfdeclarationcodeblock parent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CYAN;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_MAGENTA;" > + <ccfdeclarationcodeblock parent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_MAGENTA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_YELLOW;" > + <ccfdeclarationcodeblock parent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_YELLOW;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLACK;" > + <ccfdeclarationcodeblock parent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLACK;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CMYK_ALPHA;" > + <ccfdeclarationcodeblock parent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CMYK_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="660" tag="tblock_5" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="660" tag="tblock_5" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="661" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="661" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="662" tag="tblock_7" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="662" tag="tblock_7" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -33867,52 +33867,52 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="664" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > + <codeaccessormethod accessType="0" parent_id="664" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="664" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > + <codeaccessormethod accessType="1" parent_id="664" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="665" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > + <codeaccessormethod accessType="0" parent_id="665" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="665" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > + <codeaccessormethod accessType="1" parent_id="665" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="666" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > + <codeaccessormethod accessType="0" parent_id="666" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="666" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > + <codeaccessormethod accessType="1" parent_id="666" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="667" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > + <codeaccessormethod accessType="0" parent_id="667" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="667" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > + <codeaccessormethod accessType="1" parent_id="667" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="668" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="668" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="668" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="668" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33924,42 +33924,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="660" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="660" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="661" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="661" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="662" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="662" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="663" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="663" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="663" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="663" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -33992,181 +33992,181 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="660" tag="tblock_5" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="660" tag="tblock_5" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="660" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="660" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="660" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="660" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="661" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > + <ccfdeclarationcodeblock parent_id="661" tag="tblock_6" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultToRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > + <codeaccessormethod accessType="0" parent_id="661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="661" text="return m_defaultToRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="661" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > + <codeaccessormethod accessType="1" parent_id="661" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="661" text="m_defaultToRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="662" tag="tblock_7" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > + <ccfdeclarationcodeblock parent_id="662" tag="tblock_7" canDelete="false" indentLevel="1" text=" cmsHTRANSFORM m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > + <codeaccessormethod accessType="0" parent_id="662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="662" text="return m_defaultFromRGB;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="662" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > + <codeaccessormethod accessType="1" parent_id="662" tag="hblock_tag_23" canDelete="false" indentLevel="1" classfield_id="662" text="m_defaultFromRGB = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="663" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="663" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > + <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="663" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > + <codeaccessormethod accessType="0" parent_id="663" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="663" text="return m_qcolordata;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="663" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > + <codeaccessormethod accessType="1" parent_id="663" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="663" text="m_qcolordata = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="664" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="664" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CYAN;" > + <ccfdeclarationcodeblock parent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CYAN;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="664" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > + <codeaccessormethod accessType="0" parent_id="664" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="664" text="return PIXEL_CYAN;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="664" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > + <codeaccessormethod accessType="1" parent_id="664" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="664" text="PIXEL_CYAN = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="665" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="665" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_MAGENTA;" > + <ccfdeclarationcodeblock parent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_MAGENTA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="665" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > + <codeaccessormethod accessType="0" parent_id="665" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="665" text="return PIXEL_MAGENTA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="665" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > + <codeaccessormethod accessType="1" parent_id="665" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="665" text="PIXEL_MAGENTA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="666" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="666" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_YELLOW;" > + <ccfdeclarationcodeblock parent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_YELLOW;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="666" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > + <codeaccessormethod accessType="0" parent_id="666" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="666" text="return PIXEL_YELLOW;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="666" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > + <codeaccessormethod accessType="1" parent_id="666" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="666" text="PIXEL_YELLOW = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="667" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="667" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLACK;" > + <ccfdeclarationcodeblock parent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLACK;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="667" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > + <codeaccessormethod accessType="0" parent_id="667" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="667" text="return PIXEL_BLACK;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="667" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > + <codeaccessormethod accessType="1" parent_id="667" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="667" text="PIXEL_BLACK = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="668" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CMYK_ALPHA;" > + <ccfdeclarationcodeblock parent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CMYK_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="668" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="668" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="668" text="return PIXEL_CMYK_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="668" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="668" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="668" text="PIXEL_CMYK_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34174,7 +34174,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader669" tqparent_class="669" fileExt=".h" fileName="kisgraycolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader669" parent_class="669" fileExt=".h" fileName="kisgraycolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISGRAYCOLORSPACE_H&#010;#define KISGRAYCOLORSPACE_H" > <header> @@ -34201,7 +34201,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="669" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="669" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisGrayColorSpace&#010; Copyright (c) 2004 Cyrille Berger <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -34258,127 +34258,127 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="673" tag="operation_673" canDelete="false" indentLevel="1" > + <codeoperation parent_id="673" tag="operation_673" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="674" tag="operation_674" canDelete="false" indentLevel="1" > + <codeoperation parent_id="674" tag="operation_674" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="675" tag="operation_675" canDelete="false" indentLevel="1" > + <codeoperation parent_id="675" tag="operation_675" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param gray &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="679" tag="operation_679" canDelete="false" indentLevel="1" > + <codeoperation parent_id="679" tag="operation_679" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param gray &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="683" tag="operation_683" canDelete="false" indentLevel="1" > + <codeoperation parent_id="683" tag="operation_683" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="687" tag="operation_687" canDelete="false" indentLevel="1" > + <codeoperation parent_id="687" tag="operation_687" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="692" tag="operation_692" canDelete="false" indentLevel="1" > + <codeoperation parent_id="692" tag="operation_692" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="695" tag="operation_695" canDelete="false" indentLevel="1" > + <codeoperation parent_id="695" tag="operation_695" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="699" tag="operation_699" canDelete="false" indentLevel="1" > + <codeoperation parent_id="699" tag="operation_699" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="703" tag="operation_703" canDelete="false" indentLevel="1" > + <codeoperation parent_id="703" tag="operation_703" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="708" tag="operation_708" canDelete="false" indentLevel="1" > + <codeoperation parent_id="708" tag="operation_708" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="711" tag="operation_711" canDelete="false" indentLevel="1" > + <codeoperation parent_id="711" tag="operation_711" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="714" tag="operation_714" canDelete="false" indentLevel="1" > + <codeoperation parent_id="714" tag="operation_714" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 " /> </header> </codeoperation> - <codeoperation tqparent_id="717" tag="operation_717" canDelete="false" indentLevel="1" > + <codeoperation parent_id="717" tag="operation_717" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="722" tag="operation_722" canDelete="false" indentLevel="1" > + <codeoperation parent_id="722" tag="operation_722" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="723" tag="operation_723" canDelete="false" indentLevel="1" > + <codeoperation parent_id="723" tag="operation_723" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="724" tag="operation_724" canDelete="false" indentLevel="1" > + <codeoperation parent_id="724" tag="operation_724" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="725" tag="operation_725" canDelete="false" indentLevel="1" > + <codeoperation parent_id="725" tag="operation_725" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="726" tag="operation_726" canDelete="false" indentLevel="1" > + <codeoperation parent_id="726" tag="operation_726" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="727" tag="operation_727" canDelete="false" indentLevel="1" > + <codeoperation parent_id="727" tag="operation_727" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="730" tag="operation_730" canDelete="false" indentLevel="1" > + <codeoperation parent_id="730" tag="operation_730" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="733" tag="operation_733" canDelete="false" indentLevel="1" > + <codeoperation parent_id="733" tag="operation_733" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="741" tag="operation_741" canDelete="false" indentLevel="1" > + <codeoperation parent_id="741" tag="operation_741" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="747" tag="operation_747" canDelete="false" indentLevel="1" > + <codeoperation parent_id="747" tag="operation_747" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dststride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="758" tag="operation_758" canDelete="false" indentLevel="1" > + <codeoperation parent_id="758" tag="operation_758" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34435,54 +34435,54 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="759" tag="operation_759" canDelete="false" indentLevel="1" > + <codeoperation parent_id="759" tag="operation_759" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="769" tag="operation_769" canDelete="false" indentLevel="1" > + <codeoperation parent_id="769" tag="operation_769" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="779" tag="operation_779" canDelete="false" indentLevel="1" > + <codeoperation parent_id="779" tag="operation_779" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="789" tag="operation_789" canDelete="false" indentLevel="1" > + <codeoperation parent_id="789" tag="operation_789" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="799" tag="operation_799" canDelete="false" indentLevel="1" > + <codeoperation parent_id="799" tag="operation_799" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="809" tag="operation_809" canDelete="false" indentLevel="1" > + <codeoperation parent_id="809" tag="operation_809" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="819" tag="operation_819" canDelete="false" indentLevel="1" > + <codeoperation parent_id="819" tag="operation_819" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="829" tag="operation_829" canDelete="false" indentLevel="1" > + <codeoperation parent_id="829" tag="operation_829" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="839" tag="operation_839" canDelete="false" indentLevel="1" > + <codeoperation parent_id="839" tag="operation_839" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="849" tag="operation_849" canDelete="false" indentLevel="1" > + <codeoperation parent_id="849" tag="operation_849" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> </textblocks> @@ -34501,17 +34501,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY;" > + <ccfdeclarationcodeblock parent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY_ALPHA;" > + <ccfdeclarationcodeblock parent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="860" tag="tblock_2" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="860" tag="tblock_2" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -34539,22 +34539,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="861" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > + <codeaccessormethod accessType="0" parent_id="861" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > + <codeaccessormethod accessType="1" parent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="862" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="862" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="862" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="862" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34566,12 +34566,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34604,61 +34604,61 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="860" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="860" tag="tblock_2" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="860" tag="tblock_2" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="860" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="860" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="860" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="860" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="860" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="860" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="861" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="861" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY;" > + <ccfdeclarationcodeblock parent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="861" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > + <codeaccessormethod accessType="0" parent_id="861" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="861" text="return PIXEL_GRAY;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > + <codeaccessormethod accessType="1" parent_id="861" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="861" text="PIXEL_GRAY = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="862" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="862" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY_ALPHA;" > + <ccfdeclarationcodeblock parent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="862" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="862" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="862" text="return PIXEL_GRAY_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="862" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="862" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="862" text="PIXEL_GRAY_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -34666,7 +34666,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader859" tqparent_class="859" fileExt=".h" fileName="kisgraycolorspacetester" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader859" parent_class="859" fileExt=".h" fileName="kisgraycolorspacetester" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISGRAYCOLORSPACETESTER_H&#010;#define KISGRAYCOLORSPACETESTER_H" > <header> @@ -34693,7 +34693,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="859" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="859" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisGrayColorSpaceTester&#010;" /> </header> @@ -34872,7 +34872,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader863" tqparent_class="863" fileExt=".h" fileName="rgbf32plugin" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader863" parent_class="863" fileExt=".h" fileName="rgbf32plugin" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef RGBF32PLUGIN_H&#010;#define RGBF32PLUGIN_H" > <header> @@ -34899,7 +34899,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="863" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="863" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class RGBF32Plugin&#010; Copyright (c) 2003 Boudewijn Rempt ([email protected])&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;A plugin wrapper around the RGB F32 colour space strategy." /> </header> @@ -34956,12 +34956,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="869" tag="operation_869" canDelete="false" indentLevel="1" > + <codeoperation parent_id="869" tag="operation_869" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param name &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="877" tag="operation_877" canDelete="false" indentLevel="1" > + <codeoperation parent_id="877" tag="operation_877" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35033,7 +35033,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisAbstractColorSpace* m_ColorSpaceRGBF32;" > + <ccfdeclarationcodeblock parent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisAbstractColorSpace* m_ColorSpaceRGBF32;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -35067,12 +35067,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > + <codeaccessormethod accessType="0" parent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > + <codeaccessormethod accessType="1" parent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35105,21 +35105,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="878" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="878" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisAbstractColorSpace* m_ColorSpaceRGBF32;" > + <ccfdeclarationcodeblock parent_id="878" tag="tblock_0" canDelete="false" indentLevel="1" text=" KisAbstractColorSpace* m_ColorSpaceRGBF32;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > + <codeaccessormethod accessType="0" parent_id="878" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="878" text="return m_ColorSpaceRGBF32;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > + <codeaccessormethod accessType="1" parent_id="878" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="878" text="m_ColorSpaceRGBF32 = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -35127,7 +35127,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader864" tqparent_class="864" fileExt=".h" fileName="kparts" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader864" parent_class="864" fileExt=".h" fileName="kparts" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KPARTS_H&#010;#define KPARTS_H" > <header> @@ -35154,7 +35154,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="864" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="864" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KParts&#010;" /> </header> @@ -35333,7 +35333,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="kparts" id="cppheader865" tqparent_class="865" fileExt=".h" fileName="plugin" > + <classifiercodedocument writeOutCode="true" package="kparts" id="cppheader865" parent_class="865" fileExt=".h" fileName="plugin" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef PLUGIN_H&#010;#define PLUGIN_H" > <header> @@ -35360,7 +35360,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="865" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="865" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class Plugin&#010;" /> </header> @@ -35539,7 +35539,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader870" tqparent_class="870" fileExt=".h" fileName="qobject" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader870" parent_class="870" fileExt=".h" fileName="qobject" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QOBJECT_H&#010;#define QOBJECT_H" > <header> @@ -35566,7 +35566,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="870" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="870" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QObject&#010;" /> </header> @@ -35745,7 +35745,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader879" tqparent_class="879" fileExt=".h" fileName="kisf32rgbcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader879" parent_class="879" fileExt=".h" fileName="kisf32rgbcolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISF32RGBCOLORSPACE_H&#010;#define KISF32RGBCOLORSPACE_H" > <header> @@ -35772,7 +35772,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="879" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="879" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisF32RgbColorSpace&#010; Copyright (c) 2002 Patrick Julien <[email protected]>&#010; Copyright (c) 2005 Adrian Page <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -35829,122 +35829,122 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="883" tag="operation_883" canDelete="false" indentLevel="1" > + <codeoperation parent_id="883" tag="operation_883" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="884" tag="operation_884" canDelete="false" indentLevel="1" > + <codeoperation parent_id="884" tag="operation_884" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="885" tag="operation_885" canDelete="false" indentLevel="1" > + <codeoperation parent_id="885" tag="operation_885" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="891" tag="operation_891" canDelete="false" indentLevel="1" > + <codeoperation parent_id="891" tag="operation_891" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="898" tag="operation_898" canDelete="false" indentLevel="1" > + <codeoperation parent_id="898" tag="operation_898" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="902" tag="operation_902" canDelete="false" indentLevel="1" > + <codeoperation parent_id="902" tag="operation_902" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="907" tag="operation_907" canDelete="false" indentLevel="1" > + <codeoperation parent_id="907" tag="operation_907" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="910" tag="operation_910" canDelete="false" indentLevel="1" > + <codeoperation parent_id="910" tag="operation_910" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="914" tag="operation_914" canDelete="false" indentLevel="1" > + <codeoperation parent_id="914" tag="operation_914" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="918" tag="operation_918" canDelete="false" indentLevel="1" > + <codeoperation parent_id="918" tag="operation_918" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="923" tag="operation_923" canDelete="false" indentLevel="1" > + <codeoperation parent_id="923" tag="operation_923" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="926" tag="operation_926" canDelete="false" indentLevel="1" > + <codeoperation parent_id="926" tag="operation_926" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="929" tag="operation_929" canDelete="false" indentLevel="1" > + <codeoperation parent_id="929" tag="operation_929" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 " /> </header> </codeoperation> - <codeoperation tqparent_id="932" tag="operation_932" canDelete="false" indentLevel="1" > + <codeoperation parent_id="932" tag="operation_932" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="937" tag="operation_937" canDelete="false" indentLevel="1" > + <codeoperation parent_id="937" tag="operation_937" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="938" tag="operation_938" canDelete="false" indentLevel="1" > + <codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="939" tag="operation_939" canDelete="false" indentLevel="1" > + <codeoperation parent_id="939" tag="operation_939" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="940" tag="operation_940" canDelete="false" indentLevel="1" > + <codeoperation parent_id="940" tag="operation_940" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="941" tag="operation_941" canDelete="false" indentLevel="1" > + <codeoperation parent_id="941" tag="operation_941" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="942" tag="operation_942" canDelete="false" indentLevel="1" > + <codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="945" tag="operation_945" canDelete="false" indentLevel="1" > + <codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="948" tag="operation_948" canDelete="false" indentLevel="1" > + <codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="956" tag="operation_956" canDelete="false" indentLevel="1" > + <codeoperation parent_id="956" tag="operation_956" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="957" tag="operation_957" canDelete="false" indentLevel="1" > + <codeoperation parent_id="957" tag="operation_957" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels " /> </header> @@ -36001,84 +36001,84 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="963" tag="operation_963" canDelete="false" indentLevel="1" > + <codeoperation parent_id="963" tag="operation_963" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="974" tag="operation_974" canDelete="false" indentLevel="1" > + <codeoperation parent_id="974" tag="operation_974" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="984" tag="operation_984" canDelete="false" indentLevel="1" > + <codeoperation parent_id="984" tag="operation_984" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="994" tag="operation_994" canDelete="false" indentLevel="1" > + <codeoperation parent_id="994" tag="operation_994" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1014" tag="operation_1014" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1014" tag="operation_1014" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1024" tag="operation_1024" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1024" tag="operation_1024" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1034" tag="operation_1034" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1034" tag="operation_1034" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1044" tag="operation_1044" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1044" tag="operation_1044" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1074" tag="operation_1074" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1074" tag="operation_1074" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1104" tag="operation_1104" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1104" tag="operation_1104" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1114" tag="operation_1114" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1114" tag="operation_1114" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> </textblocks> @@ -36097,27 +36097,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1125" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1125" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -36145,42 +36145,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1126" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1126" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1126" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1126" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1128" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1128" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1129" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1129" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1129" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1129" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36192,12 +36192,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1125" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1125" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1125" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1125" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36230,101 +36230,101 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1125" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1125" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1125" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1125" tag="tblock_4" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1125" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1125" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1125" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1125" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1125" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1125" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1126" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1126" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1126" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1126" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1126" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1126" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1126" tag="hblock_tag_5" canDelete="false" indentLevel="1" classfield_id="1126" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1127" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1127" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1127" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1127" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1127" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1127" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1128" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1128" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1128" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1128" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1128" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1128" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1128" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1129" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1129" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1129" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1129" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1129" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1129" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1129" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1129" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36332,7 +36332,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1124" tqparent_class="1124" fileExt=".h" fileName="kisf32rgbcolorspacetester" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1124" parent_class="1124" fileExt=".h" fileName="kisf32rgbcolorspacetester" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISF32RGBCOLORSPACETESTER_H&#010;#define KISF32RGBCOLORSPACETESTER_H" > <header> @@ -36359,7 +36359,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1124" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1124" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisF32RgbColorSpaceTester&#010;" /> </header> @@ -36538,7 +36538,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1133" tqparent_class="1133" fileExt=".h" fileName="kisf32rgbcolorspacesp" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1133" parent_class="1133" fileExt=".h" fileName="kisf32rgbcolorspacesp" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISF32RGBCOLORSPACESP_H&#010;#define KISF32RGBCOLORSPACESP_H" > <header> @@ -36565,7 +36565,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1133" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1133" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisF32RgbColorSpaceSP&#010;" /> </header> @@ -36744,7 +36744,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1134" tqparent_class="1134" fileExt=".h" fileName="kisrgbu16colorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1134" parent_class="1134" fileExt=".h" fileName="kisrgbu16colorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRGBU16COLORSPACE_H&#010;#define KISRGBU16COLORSPACE_H" > <header> @@ -36771,7 +36771,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1134" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1134" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisRgbU16ColorSpace&#010; Copyright (c) 2002 Patrick Julien <[email protected]>&#010; Copyright (c) 2005 Adrian Page <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -36786,12 +36786,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -36825,22 +36825,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -36860,122 +36860,122 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1140" tag="operation_1140" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1140" tag="operation_1140" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1141" tag="operation_1141" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1141" tag="operation_1141" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1142" tag="operation_1142" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1142" tag="operation_1142" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1148" tag="operation_1148" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1148" tag="operation_1148" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1154" tag="operation_1154" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1154" tag="operation_1154" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1158" tag="operation_1158" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1158" tag="operation_1158" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1163" tag="operation_1163" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1163" tag="operation_1163" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1166" tag="operation_1166" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1166" tag="operation_1166" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="1170" tag="operation_1170" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1170" tag="operation_1170" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1174" tag="operation_1174" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1174" tag="operation_1174" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1179" tag="operation_1179" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1179" tag="operation_1179" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 " /> </header> </codeoperation> - <codeoperation tqparent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="1193" tag="operation_1193" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1193" tag="operation_1193" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1201" tag="operation_1201" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1201" tag="operation_1201" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1204" tag="operation_1204" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1204" tag="operation_1204" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1213" tag="operation_1213" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1213" tag="operation_1213" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels " /> </header> @@ -37032,84 +37032,84 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1219" tag="operation_1219" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1219" tag="operation_1219" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="1230" tag="operation_1230" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1230" tag="operation_1230" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1240" tag="operation_1240" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1240" tag="operation_1240" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1250" tag="operation_1250" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1250" tag="operation_1250" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1260" tag="operation_1260" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1260" tag="operation_1260" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1270" tag="operation_1270" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1270" tag="operation_1270" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1280" tag="operation_1280" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1280" tag="operation_1280" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1290" tag="operation_1290" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1290" tag="operation_1290" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1300" tag="operation_1300" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1300" tag="operation_1300" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1310" tag="operation_1310" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1310" tag="operation_1310" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1320" tag="operation_1320" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1320" tag="operation_1320" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1330" tag="operation_1330" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1330" tag="operation_1330" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1340" tag="operation_1340" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1340" tag="operation_1340" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1350" tag="operation_1350" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1350" tag="operation_1350" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1360" tag="operation_1360" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1360" tag="operation_1360" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> </textblocks> @@ -37128,27 +37128,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1381" tag="tblock_6" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1381" tag="tblock_6" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -37176,42 +37176,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1382" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1382" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1384" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1384" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1385" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1385" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1385" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1385" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37223,12 +37223,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1381" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1381" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1381" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1381" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37261,141 +37261,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > + <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1138" text="return U16_OPACITY_OPAQUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1138" text="U16_OPACITY_OPAQUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > + <ccfdeclarationcodeblock parent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1139" text="return U16_OPACITY_TRANSPARENT;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1139" text="U16_OPACITY_TRANSPARENT = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1381" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1381" tag="tblock_6" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1381" tag="tblock_6" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1381" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1381" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1381" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1381" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1381" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1381" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1382" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1382" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > + <ccfdeclarationcodeblock parent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > + <codeaccessormethod accessType="0" parent_id="1382" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1382" text="return PIXEL_BLUE;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1382" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > + <codeaccessormethod accessType="1" parent_id="1382" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1382" text="PIXEL_BLUE = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1383" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > + <ccfdeclarationcodeblock parent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > + <codeaccessormethod accessType="0" parent_id="1383" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1383" text="return PIXEL_GREEN;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > + <codeaccessormethod accessType="1" parent_id="1383" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1383" text="PIXEL_GREEN = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1384" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > + <ccfdeclarationcodeblock parent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1384" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > + <codeaccessormethod accessType="0" parent_id="1384" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1384" text="return PIXEL_RED;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > + <codeaccessormethod accessType="1" parent_id="1384" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1384" text="PIXEL_RED = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1385" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1385" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > + <ccfdeclarationcodeblock parent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1385" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > + <codeaccessormethod accessType="0" parent_id="1385" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1385" text="return PIXEL_ALPHA;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1385" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > + <codeaccessormethod accessType="1" parent_id="1385" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1385" text="PIXEL_ALPHA = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -37403,7 +37403,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1380" tqparent_class="1380" fileExt=".h" fileName="kisrgbu16colorspacetester" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1380" parent_class="1380" fileExt=".h" fileName="kisrgbu16colorspacetester" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRGBU16COLORSPACETESTER_H&#010;#define KISRGBU16COLORSPACETESTER_H" > <header> @@ -37430,7 +37430,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1380" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1380" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisRgbU16ColorSpaceTester&#010;" /> </header> @@ -37609,7 +37609,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1386" tqparent_class="1386" fileExt=".h" fileName="kisrgbcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1386" parent_class="1386" fileExt=".h" fileName="kisrgbcolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISRGBCOLORSPACE_H&#010;#define KISRGBCOLORSPACE_H" > <header> @@ -37636,7 +37636,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1386" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1386" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisRgbColorSpace&#010;" /> </header> @@ -37693,142 +37693,142 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1390" tag="operation_1390" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1390" tag="operation_1390" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1391" tag="operation_1391" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1391" tag="operation_1391" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1392" tag="operation_1392" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1392" tag="operation_1392" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1398" tag="operation_1398" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1398" tag="operation_1398" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param red &#010;@param green &#010;@param blue &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1404" tag="operation_1404" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1404" tag="operation_1404" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1408" tag="operation_1408" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1408" tag="operation_1408" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1416" tag="operation_1416" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1416" tag="operation_1416" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="1420" tag="operation_1420" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1420" tag="operation_1420" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1424" tag="operation_1424" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1424" tag="operation_1424" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1429" tag="operation_1429" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1429" tag="operation_1429" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1432" tag="operation_1432" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1432" tag="operation_1432" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param src2 " /> </header> </codeoperation> - <codeoperation tqparent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="1443" tag="operation_1443" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1443" tag="operation_1443" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param kernelValues &#010;@param channelFlags &#010;@param dst &#010;@param factor &#010;@param offset &#010;@param nColors " /> </header> </codeoperation> - <codeoperation tqparent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1452" tag="operation_1452" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1452" tag="operation_1452" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1454" tag="operation_1454" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1454" tag="operation_1454" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1462" tag="operation_1462" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1462" tag="operation_1462" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1471" tag="operation_1471" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1471" tag="operation_1471" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param transferValues " /> </header> </codeoperation> - <codeoperation tqparent_id="1473" tag="operation_1473" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1473" tag="operation_1473" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="1478" tag="operation_1478" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1478" tag="operation_1478" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Darken all color channels with the given amount. If compensate is true,&#010;the compensation factor will be used to limit the darkening.&#010;&#010;(See the bumpmap filter)" /> </header> </codeoperation> - <codeoperation tqparent_id="1485" tag="operation_1485" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1485" tag="operation_1485" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src " /> </header> @@ -37885,79 +37885,79 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="1498" tag="operation_1498" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1498" tag="operation_1498" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1508" tag="operation_1508" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1508" tag="operation_1508" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1528" tag="operation_1528" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1528" tag="operation_1528" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1538" tag="operation_1538" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1538" tag="operation_1538" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1558" tag="operation_1558" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1558" tag="operation_1558" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1568" tag="operation_1568" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1568" tag="operation_1568" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1578" tag="operation_1578" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1578" tag="operation_1578" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1598" tag="operation_1598" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1598" tag="operation_1598" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1608" tag="operation_1608" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1608" tag="operation_1608" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1618" tag="operation_1618" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1618" tag="operation_1618" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1628" tag="operation_1628" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1628" tag="operation_1628" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> </textblocks> @@ -37976,7 +37976,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -38010,12 +38010,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38048,21 +38048,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1638" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1638" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1638" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1638" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1638" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1638" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1638" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -38070,7 +38070,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1639" tqparent_class="1639" fileExt=".h" fileName="wetpix" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1639" parent_class="1639" fileExt=".h" fileName="wetpix" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef WETPIX_H&#010;#define WETPIX_H" > <header> @@ -38097,7 +38097,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1639" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1639" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class WetPix&#010;" /> </header> @@ -38276,7 +38276,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1640" tqparent_class="1640" fileExt=".h" fileName="wetpixdbl" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1640" parent_class="1640" fileExt=".h" fileName="wetpixdbl" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef WETPIXDBL_H&#010;#define WETPIXDBL_H" > <header> @@ -38303,7 +38303,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1640" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1640" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class WetPixDbl&#010;" /> </header> @@ -38482,7 +38482,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1641" tqparent_class="1641" fileExt=".h" fileName="wetpack" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1641" parent_class="1641" fileExt=".h" fileName="wetpack" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef WETPACK_H&#010;#define WETPACK_H" > <header> @@ -38509,7 +38509,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1641" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1641" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class WetPack&#010;" /> </header> @@ -38688,7 +38688,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1642" tqparent_class="1642" fileExt=".h" fileName="_wetpix" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1642" parent_class="1642" fileExt=".h" fileName="_wetpix" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef _WETPIX_H&#010;#define _WETPIX_H" > <header> @@ -38715,7 +38715,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1642" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1642" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class _WetPix&#010;White is made up of myth-red, myth-green, and myth-blue. Myth-red&#010;looks red when viewed reflectively, but cyan when viewed&#010;transmissively (thus, it vaguely resembles a dichroic&#010;filter). Myth-red over black is red, and myth-red over white is&#010;white.&#010;&#010;Total red channel concentration is myth-red concentration plus&#010;cyan concentration." /> </header> @@ -38730,42 +38730,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 rd;" > + <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 rw;" > + <ccfdeclarationcodeblock parent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 gd;" > + <ccfdeclarationcodeblock parent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 gw;" > + <ccfdeclarationcodeblock parent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT16 bd;" > + <ccfdeclarationcodeblock parent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT16 bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" Q_UINT16 bw;" > + <ccfdeclarationcodeblock parent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" Q_UINT16 bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" Q_UINT16 w;" > + <ccfdeclarationcodeblock parent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" Q_UINT16 w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT16 h;" > + <ccfdeclarationcodeblock parent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT16 h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> @@ -38805,82 +38805,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1643" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1643" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1644" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1644" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1644" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1644" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1645" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1645" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1645" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1645" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1646" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1646" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1646" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1646" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@param value the value of h" /> </header> @@ -39015,161 +39015,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1643" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1643" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total red channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 rd;" > + <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1643" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1643" text="return rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1643" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1643" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1643" text="rd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1644" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1644" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-red concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 rw;" > + <ccfdeclarationcodeblock parent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1644" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1644" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1644" text="return rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1644" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1644" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1644" text="rw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1645" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1645" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total green channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 gd;" > + <ccfdeclarationcodeblock parent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1645" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1645" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1645" text="return gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1645" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1645" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1645" text="gd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1646" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-green concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 gw;" > + <ccfdeclarationcodeblock parent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1646" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1646" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1646" text="return gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1646" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1646" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1646" text="gw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total blue channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT16 bd;" > + <ccfdeclarationcodeblock parent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT16 bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1647" text="return bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1647" text="bd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-blue concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" Q_UINT16 bw;" > + <ccfdeclarationcodeblock parent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" Q_UINT16 bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1648" text="return bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1648" text="bw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1649" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1649" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Water volume" /> </header> - <ccfdeclarationcodeblock tqparent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" Q_UINT16 w;" > + <ccfdeclarationcodeblock parent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" Q_UINT16 w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1649" text="return w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1649" text="w = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1650" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1650" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> - <ccfdeclarationcodeblock tqparent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT16 h;" > + <ccfdeclarationcodeblock parent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT16 h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1650" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1650" text="return h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1650" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1650" text="h = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of h&#010;Height of paper surface XXX: This might just as well be a single&#010;channel in our colour model that has two of&#010;these wetpix structs for every paint device pixel&#010;@param value the value of h" /> </header> @@ -39177,7 +39177,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1651" tqparent_class="1651" fileExt=".h" fileName="_wetpack" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1651" parent_class="1651" fileExt=".h" fileName="_wetpack" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef _WETPACK_H&#010;#define _WETPACK_H" > <header> @@ -39204,7 +39204,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1651" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1651" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class _WetPack&#010;" /> </header> @@ -39219,12 +39219,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text=" WetPix paint;" > + <ccfdeclarationcodeblock parent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text=" WetPix paint;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Paint layer" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1653" tag="tblock_1" canDelete="false" indentLevel="1" text=" WetPix adsorb;" > + <ccfdeclarationcodeblock parent_id="1653" tag="tblock_1" canDelete="false" indentLevel="1" text=" WetPix adsorb;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Adsorbtion layer" /> </header> @@ -39264,22 +39264,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > + <codeaccessormethod accessType="0" parent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of paint&#010;Paint layer&#010;@return the value of paint" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1652" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > + <codeaccessormethod accessType="1" parent_id="1652" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of paint&#010;Paint layer&#010;@param value the value of paint" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > + <codeaccessormethod accessType="0" parent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of adsorb&#010;Adsorbtion layer&#010;@return the value of adsorb" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > + <codeaccessormethod accessType="1" parent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of adsorb&#010;Adsorbtion layer&#010;@param value the value of adsorb" /> </header> @@ -39414,41 +39414,41 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1652" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1652" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Paint layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text=" WetPix paint;" > + <ccfdeclarationcodeblock parent_id="1652" tag="tblock_0" canDelete="false" indentLevel="1" text=" WetPix paint;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Paint layer" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > + <codeaccessormethod accessType="0" parent_id="1652" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1652" text="return paint;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of paint&#010;Paint layer&#010;@return the value of paint" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1652" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > + <codeaccessormethod accessType="1" parent_id="1652" tag="hblock_tag_2" canDelete="false" indentLevel="1" classfield_id="1652" text="paint = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of paint&#010;Paint layer&#010;@param value the value of paint" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1653" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1653" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Adsorbtion layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1653" tag="tblock_1" canDelete="false" indentLevel="1" text=" WetPix adsorb;" > + <ccfdeclarationcodeblock parent_id="1653" tag="tblock_1" canDelete="false" indentLevel="1" text=" WetPix adsorb;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Adsorbtion layer" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > + <codeaccessormethod accessType="0" parent_id="1653" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1653" text="return adsorb;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of adsorb&#010;Adsorbtion layer&#010;@return the value of adsorb" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > + <codeaccessormethod accessType="1" parent_id="1653" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1653" text="adsorb = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of adsorb&#010;Adsorbtion layer&#010;@param value the value of adsorb" /> </header> @@ -39456,7 +39456,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1654" tqparent_class="1654" fileExt=".h" fileName="_wetpixdbl" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1654" parent_class="1654" fileExt=".h" fileName="_wetpixdbl" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef _WETPIXDBL_H&#010;#define _WETPIXDBL_H" > <header> @@ -39483,7 +39483,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1654" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1654" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class _WetPixDbl&#010;" /> </header> @@ -39498,42 +39498,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text=" double rd;" > + <ccfdeclarationcodeblock parent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text=" double rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1656" tag="tblock_1" canDelete="false" indentLevel="1" text=" double rw;" > + <ccfdeclarationcodeblock parent_id="1656" tag="tblock_1" canDelete="false" indentLevel="1" text=" double rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1657" tag="tblock_2" canDelete="false" indentLevel="1" text=" double gd;" > + <ccfdeclarationcodeblock parent_id="1657" tag="tblock_2" canDelete="false" indentLevel="1" text=" double gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1658" tag="tblock_3" canDelete="false" indentLevel="1" text=" double gw;" > + <ccfdeclarationcodeblock parent_id="1658" tag="tblock_3" canDelete="false" indentLevel="1" text=" double gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1659" tag="tblock_4" canDelete="false" indentLevel="1" text=" double bd;" > + <ccfdeclarationcodeblock parent_id="1659" tag="tblock_4" canDelete="false" indentLevel="1" text=" double bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1660" tag="tblock_5" canDelete="false" indentLevel="1" text=" double bw;" > + <ccfdeclarationcodeblock parent_id="1660" tag="tblock_5" canDelete="false" indentLevel="1" text=" double bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1661" tag="tblock_6" canDelete="false" indentLevel="1" text=" double w;" > + <ccfdeclarationcodeblock parent_id="1661" tag="tblock_6" canDelete="false" indentLevel="1" text=" double w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1662" tag="tblock_7" canDelete="false" indentLevel="1" text=" double h;" > + <ccfdeclarationcodeblock parent_id="1662" tag="tblock_7" canDelete="false" indentLevel="1" text=" double h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Height of paper surface" /> </header> @@ -39573,82 +39573,82 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1655" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1655" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1656" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1656" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1656" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1656" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1657" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1657" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1657" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1657" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1658" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1658" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1658" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1658" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1659" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1659" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1659" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1659" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1660" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1660" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of h&#010;Height of paper surface&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of h&#010;Height of paper surface&#010;@param value the value of h" /> </header> @@ -39783,161 +39783,161 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total red channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text=" double rd;" > + <ccfdeclarationcodeblock parent_id="1655" tag="tblock_0" canDelete="false" indentLevel="1" text=" double rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total red channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > + <codeaccessormethod accessType="0" parent_id="1655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1655" text="return rd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rd&#010;Total red channel concentration&#010;@return the value of rd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1655" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > + <codeaccessormethod accessType="1" parent_id="1655" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1655" text="rd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rd&#010;Total red channel concentration&#010;@param value the value of rd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1656" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1656" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-red concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1656" tag="tblock_1" canDelete="false" indentLevel="1" text=" double rw;" > + <ccfdeclarationcodeblock parent_id="1656" tag="tblock_1" canDelete="false" indentLevel="1" text=" double rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-red concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1656" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > + <codeaccessormethod accessType="0" parent_id="1656" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1656" text="return rw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of rw&#010;Myth-red concentration&#010;@return the value of rw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1656" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > + <codeaccessormethod accessType="1" parent_id="1656" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1656" text="rw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of rw&#010;Myth-red concentration&#010;@param value the value of rw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1657" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1657" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total green channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1657" tag="tblock_2" canDelete="false" indentLevel="1" text=" double gd;" > + <ccfdeclarationcodeblock parent_id="1657" tag="tblock_2" canDelete="false" indentLevel="1" text=" double gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total green channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1657" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > + <codeaccessormethod accessType="0" parent_id="1657" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1657" text="return gd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gd&#010;Total green channel concentration&#010;@return the value of gd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1657" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > + <codeaccessormethod accessType="1" parent_id="1657" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1657" text="gd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gd&#010;Total green channel concentration&#010;@param value the value of gd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1658" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1658" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-green concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1658" tag="tblock_3" canDelete="false" indentLevel="1" text=" double gw;" > + <ccfdeclarationcodeblock parent_id="1658" tag="tblock_3" canDelete="false" indentLevel="1" text=" double gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-green concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1658" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > + <codeaccessormethod accessType="0" parent_id="1658" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1658" text="return gw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of gw&#010;Myth-green concentration&#010;@return the value of gw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1658" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > + <codeaccessormethod accessType="1" parent_id="1658" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1658" text="gw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of gw&#010;Myth-green concentration&#010;@param value the value of gw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1659" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1659" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Total blue channel concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1659" tag="tblock_4" canDelete="false" indentLevel="1" text=" double bd;" > + <ccfdeclarationcodeblock parent_id="1659" tag="tblock_4" canDelete="false" indentLevel="1" text=" double bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1659" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > + <codeaccessormethod accessType="0" parent_id="1659" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1659" text="return bd;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bd&#010;Total blue channel concentration&#010;@return the value of bd" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1659" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > + <codeaccessormethod accessType="1" parent_id="1659" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1659" text="bd = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bd&#010;Total blue channel concentration&#010;@param value the value of bd" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1660" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Myth-blue concentration" /> </header> - <ccfdeclarationcodeblock tqparent_id="1660" tag="tblock_5" canDelete="false" indentLevel="1" text=" double bw;" > + <ccfdeclarationcodeblock parent_id="1660" tag="tblock_5" canDelete="false" indentLevel="1" text=" double bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1660" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > + <codeaccessormethod accessType="0" parent_id="1660" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1660" text="return bw;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of bw&#010;Myth-blue concentration&#010;@return the value of bw" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > + <codeaccessormethod accessType="1" parent_id="1660" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1660" text="bw = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of bw&#010;Myth-blue concentration&#010;@param value the value of bw" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1661" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Water volume" /> </header> - <ccfdeclarationcodeblock tqparent_id="1661" tag="tblock_6" canDelete="false" indentLevel="1" text=" double w;" > + <ccfdeclarationcodeblock parent_id="1661" tag="tblock_6" canDelete="false" indentLevel="1" text=" double w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Water volume" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > + <codeaccessormethod accessType="0" parent_id="1661" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1661" text="return w;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of w&#010;Water volume&#010;@return the value of w" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > + <codeaccessormethod accessType="1" parent_id="1661" tag="hblock_tag_20" canDelete="false" indentLevel="1" classfield_id="1661" text="w = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of w&#010;Water volume&#010;@param value the value of w" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1662" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" text="Height of paper surface" /> </header> - <ccfdeclarationcodeblock tqparent_id="1662" tag="tblock_7" canDelete="false" indentLevel="1" text=" double h;" > + <ccfdeclarationcodeblock parent_id="1662" tag="tblock_7" canDelete="false" indentLevel="1" text=" double h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Height of paper surface" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > + <codeaccessormethod accessType="0" parent_id="1662" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1662" text="return h;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Get the value of h&#010;Height of paper surface&#010;@return the value of h" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > + <codeaccessormethod accessType="1" parent_id="1662" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1662" text="h = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" text="Set the value of h&#010;Height of paper surface&#010;@param value the value of h" /> </header> @@ -39945,7 +39945,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1663" tqparent_class="1663" fileExt=".h" fileName="kiswetcolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1663" parent_class="1663" fileExt=".h" fileName="kiswetcolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISWETCOLORSPACE_H&#010;#define KISWETCOLORSPACE_H" > <header> @@ -39972,7 +39972,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1663" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1663" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisWetColorSpace&#010;" /> </header> @@ -40029,127 +40029,127 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1667" tag="operation_1667" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1667" tag="operation_1667" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1668" tag="operation_1668" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1668" tag="operation_1668" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1669" tag="operation_1669" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1669" tag="operation_1669" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// Semi-clever: we have only fifteen wet paint colors that are mapped to the// qcolors that are put in the painter by the special wet paint palette. Other// QColors are mapped to plain water..." /> </header> </codeoperation> - <codeoperation tqparent_id="1673" tag="operation_1673" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1673" tag="operation_1673" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1678" tag="operation_1678" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1678" tag="operation_1678" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1681" tag="operation_1681" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1681" tag="operation_1681" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1685" tag="operation_1685" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1685" tag="operation_1685" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1690" tag="operation_1690" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1690" tag="operation_1690" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1693" tag="operation_1693" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1693" tag="operation_1693" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1696" tag="operation_1696" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1696" tag="operation_1696" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="1701" tag="operation_1701" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1701" tag="operation_1701" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1702" tag="operation_1702" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1702" tag="operation_1702" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1706" tag="operation_1706" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1706" tag="operation_1706" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1710" tag="operation_1710" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1710" tag="operation_1710" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param adjust " /> </header> </codeoperation> - <codeoperation tqparent_id="1724" tag="operation_1724" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1724" tag="operation_1724" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param &#010;@param &#010;@param &#010;@param " /> </header> </codeoperation> - <codeoperation tqparent_id="1730" tag="operation_1730" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1730" tag="operation_1730" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1731" tag="operation_1731" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1731" tag="operation_1731" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param b " /> </header> </codeoperation> - <codeoperation tqparent_id="1733" tag="operation_1733" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1733" tag="operation_1733" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -40206,9 +40206,9 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1735" tag="operation_1735" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1735" tag="operation_1735" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> </textblocks> @@ -40227,37 +40227,37 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32* wet_render_tab;" > + <ccfdeclarationcodeblock parent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32* wet_render_tab;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1758" tag="tblock_2" canDelete="false" indentLevel="1" text=" QStringList m_paintNames;" > + <ccfdeclarationcodeblock parent_id="1758" tag="tblock_2" canDelete="false" indentLevel="1" text=" QStringList m_paintNames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1760" tag="tblock_3" canDelete="false" indentLevel="1" text=" QMap m_conversionMap;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_3" canDelete="false" indentLevel="1" text=" QMap m_conversionMap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1761" tag="tblock_4" canDelete="false" indentLevel="1" text=" bool m_paintwetness;" > + <ccfdeclarationcodeblock parent_id="1761" tag="tblock_4" canDelete="false" indentLevel="1" text=" bool m_paintwetness;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1762" tag="tblock_5" canDelete="false" indentLevel="1" text=" int phase;" > + <ccfdeclarationcodeblock parent_id="1762" tag="tblock_5" canDelete="false" indentLevel="1" text=" int phase;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1763" tag="tblock_6" canDelete="false" indentLevel="1" text=" int phasebig;" > + <ccfdeclarationcodeblock parent_id="1763" tag="tblock_6" canDelete="false" indentLevel="1" text=" int phasebig;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -40291,72 +40291,72 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1758" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > + <codeaccessormethod accessType="0" parent_id="1758" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1758" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > + <codeaccessormethod accessType="1" parent_id="1758" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -40370,17 +40370,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1746" tag="operation_1746" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1746" tag="operation_1746" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// This was static, but since we have only one instance of the color strategy,// it can be just as well a private member variable." /> </header> </codeoperation> - <codeoperation tqparent_id="1747" tag="operation_1747" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1747" tag="operation_1747" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="// Convert a single pixel from its wet representation to rgb" /> </header> </codeoperation> - <codeoperation tqparent_id="1751" tag="operation_1751" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1751" tag="operation_1751" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param rgb &#010;@param pack " /> </header> @@ -40405,141 +40405,141 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1755" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1755" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32* wet_render_tab;" > + <ccfdeclarationcodeblock parent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32* wet_render_tab;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_8" canDelete="false" indentLevel="1" classfield_id="1757" text="return wet_render_tab;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1757" text="wet_render_tab = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1758" tag="tblock_2" canDelete="false" indentLevel="1" text=" QStringList m_paintNames;" > + <ccfdeclarationcodeblock parent_id="1758" tag="tblock_2" canDelete="false" indentLevel="1" text=" QStringList m_paintNames;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1758" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > + <codeaccessormethod accessType="0" parent_id="1758" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1758" text="return m_paintNames;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1758" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > + <codeaccessormethod accessType="1" parent_id="1758" tag="hblock_tag_11" canDelete="false" indentLevel="1" classfield_id="1758" text="m_paintNames = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1760" tag="tblock_3" canDelete="false" indentLevel="1" text=" QMap m_conversionMap;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_3" canDelete="false" indentLevel="1" text=" QMap m_conversionMap;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_conversionMap;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1760" text="m_conversionMap = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1761" tag="tblock_4" canDelete="false" indentLevel="1" text=" bool m_paintwetness;" > + <ccfdeclarationcodeblock parent_id="1761" tag="tblock_4" canDelete="false" indentLevel="1" text=" bool m_paintwetness;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_14" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_paintwetness;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1761" text="m_paintwetness = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1762" tag="tblock_5" canDelete="false" indentLevel="1" text=" int phase;" > + <ccfdeclarationcodeblock parent_id="1762" tag="tblock_5" canDelete="false" indentLevel="1" text=" int phase;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1762" text="return phase;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_17" canDelete="false" indentLevel="1" classfield_id="1762" text="phase = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1763" tag="tblock_6" canDelete="false" indentLevel="1" text=" int phasebig;" > + <ccfdeclarationcodeblock parent_id="1763" tag="tblock_6" canDelete="false" indentLevel="1" text=" int phasebig;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1763" text="return phasebig;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1763" text="phasebig = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -40547,7 +40547,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1759" tqparent_class="1759" fileExt=".h" fileName="qmap" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1759" parent_class="1759" fileExt=".h" fileName="qmap" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef QMAP_H&#010;#define QMAP_H" > <header> @@ -40574,7 +40574,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1759" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1759" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class QMap&#010;" /> </header> @@ -40753,7 +40753,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="wetandsticky" id="cppheader1771" tqparent_class="1771" fileExt=".h" fileName="cell" > + <classifiercodedocument writeOutCode="true" package="wetandsticky" id="cppheader1771" parent_class="1771" fileExt=".h" fileName="cell" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef CELL_H&#010;#define CELL_H" > <header> @@ -40780,7 +40780,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1771" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1771" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class CELL&#010;" /> </header> @@ -40959,7 +40959,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="wetandsticky" id="cppheader1772" tqparent_class="1772" fileExt=".h" fileName="cell" > + <classifiercodedocument writeOutCode="true" package="wetandsticky" id="cppheader1772" parent_class="1772" fileExt=".h" fileName="cell" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef CELL_H&#010;#define CELL_H" > <header> @@ -40986,7 +40986,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1772" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1772" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class cell&#010;" /> </header> @@ -41165,7 +41165,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="wetandsticky" id="cppheader1765" tqparent_class="1765" fileExt=".h" fileName="enumdirection" > + <classifiercodedocument writeOutCode="true" package="wetandsticky" id="cppheader1765" parent_class="1765" fileExt=".h" fileName="enumdirection" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef ENUMDIRECTION_H&#010;#define ENUMDIRECTION_H" > <header> @@ -41192,7 +41192,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1765" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1765" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class enumDirection&#010;A color is specified as a vector in HLS space. Hue is a value&#010;in the range 0..360 degrees with 0 degrees being red. Saturation&#010;and Lightness are both in the range [0,1]. A lightness of 0 means&#010;black, with 1 being white. A totally saturated color has saturation&#010;of 1." /> </header> @@ -41371,7 +41371,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader1774" tqparent_class="1774" fileExt=".h" fileName="kiswetstickycolorspace" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader1774" parent_class="1774" fileExt=".h" fileName="kiswetstickycolorspace" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISWETSTICKYCOLORSPACE_H&#010;#define KISWETSTICKYCOLORSPACE_H" > <header> @@ -41398,7 +41398,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <cppheaderclassdeclarationblock tqparent_id="1774" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="1774" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Class KisWetStickyColorSpace&#010;" /> </header> @@ -41455,117 +41455,117 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1778" tag="operation_1778" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1778" tag="operation_1778" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1779" tag="operation_1779" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1779" tag="operation_1779" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1780" tag="operation_1780" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1780" tag="operation_1780" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1784" tag="operation_1784" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1784" tag="operation_1784" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param opacity &#010;@param dst &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1789" tag="operation_1789" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1789" tag="operation_1789" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param alpha " /> </header> </codeoperation> - <codeoperation tqparent_id="1792" tag="operation_1792" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1792" tag="operation_1792" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1796" tag="operation_1796" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1796" tag="operation_1796" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param c &#010;@param opacity &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1804" tag="operation_1804" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1804" tag="operation_1804" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param profile " /> </header> </codeoperation> - <codeoperation tqparent_id="1807" tag="operation_1807" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1807" tag="operation_1807" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1808" tag="operation_1808" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1808" tag="operation_1808" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1809" tag="operation_1809" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1809" tag="operation_1809" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1810" tag="operation_1810" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1810" tag="operation_1810" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeoperation> - <codeoperation tqparent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixel &#010;@param channelIndex " /> </header> </codeoperation> - <codeoperation tqparent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param width &#010;@param height &#010;@param srcProfile &#010;@param dstProfile &#010;@param renderingIntent &#010;@param exposure " /> </header> </codeoperation> - <codeoperation tqparent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src1 &#010;@param adjust " /> </header> </codeoperation> - <codeoperation tqparent_id="1830" tag="operation_1830" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1830" tag="operation_1830" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param dst &#010;@param brightness &#010;@param contrast &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="1836" tag="operation_1836" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1836" tag="operation_1836" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param colors &#010;@param weights &#010;@param nColors &#010;@param dst " /> </header> </codeoperation> - <codeoperation tqparent_id="1841" tag="operation_1841" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1841" tag="operation_1841" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param pixels &#010;@param alpha &#010;@param nPixels " /> </header> </codeoperation> - <codeoperation tqparent_id="1845" tag="operation_1845" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1845" tag="operation_1845" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -41622,12 +41622,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1846" tag="operation_1846" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1846" tag="operation_1846" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param tqmaskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowSize &#010;@param src &#010;@param srcRowStride &#010;@param srcAlphaMask &#010;@param maskRowStride &#010;@param opacity &#010;@param rows &#010;@param cols &#010;@param op " /> </header> </codeoperation> - <codeoperation tqparent_id="1857" tag="operation_1857" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1857" tag="operation_1857" canDelete="false" indentLevel="1" > <header> <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param src &#010;@param srcProfile &#010;@param dst &#010;@param dstColorStrategy &#010;@param dstProfile &#010;@param numPixels &#010;@param renderingIntent " /> </header> @@ -41648,7 +41648,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> @@ -41682,12 +41682,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -41701,19 +41701,19 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1865" tag="operation_1865" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1865" tag="operation_1865" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1875" tag="operation_1875" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1875" tag="operation_1875" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> - <codeoperation tqparent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" > <header> - <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param tqmaskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> + <cppcodedocumentation tag="" indentLevel="1" text="&#010;@param dst &#010;@param dstRowStride &#010;@param src &#010;@param srcRowStride &#010;@param tqmask &#010;@param maskRowStride &#010;@param rows &#010;@param columns &#010;@param opacity " /> </header> </codeoperation> </textblocks> @@ -41736,21 +41736,21 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1895" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1895" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <cppcodedocumentation tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > + <ccfdeclarationcodeblock parent_id="1895" tag="tblock_0" canDelete="false" indentLevel="1" text=" vKisChannelInfoSP m_channels;" > <header> <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1895" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1895" text="return m_channels;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1895" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1895" text="m_channels = value;" > <header> <cppcodedocumentation tag="" indentLevel="1" /> </header> @@ -41758,7 +41758,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="cppheader12050" tqparent_class="12050" fileExt=".h" fileName="kiscolorspacedescriptor" > + <classifiercodedocument writeOutCode="true" package="" id="cppheader12050" parent_class="12050" fileExt=".h" fileName="kiscolorspacedescriptor" > <textblocks> <codeblockwithcomments tag="hashDefBlock" text="#ifndef KISCOLORSPACEDESCRIPTOR_H&#010;#define KISCOLORSPACEDESCRIPTOR_H" > <header> @@ -41780,7 +41780,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765" <cppcodedocumentation tag="" writeOutText="false" text="Namespace" /> </header> <textblocks> - <cppheaderclassdeclarationblock tqparent_id="12050" tag="classDeclarationBlock" canDelete="false" > + <cppheaderclassdeclarationblock parent_id="12050" tag="classDeclarationBlock" canDelete="false" > <header> <cppcodedocumentation tag="" text="Interface KisColorSpaceDescriptor&#010;" /> </header> diff --git a/chalk/doc/colorstrategyAPI b/chalk/doc/colorstrategyAPI index 07c95ae9..faa5724e 100644 --- a/chalk/doc/colorstrategyAPI +++ b/chalk/doc/colorstrategyAPI @@ -41,17 +41,17 @@ void KisPaintDevice::applySelectionMask(KisSelectionSP tqmask) for (Q_INT32 y = r.top(); y <= r.bottom(); ++y) { KisHLineIterator pixelIt = createHLineIterator(r.x(), y, r.width(), true); - KisHLineIterator tqmaskIt = tqmask -> createHLineIterator(r.x(), y, r.width(), false); + KisHLineIterator maskIt = tqmask -> createHLineIterator(r.x(), y, r.width(), false); while (!pixelIt.isDone()) { KisPixel pixel = toPixel(pixelIt.rawData()); - KisPixel tqmaskValue = tqmask -> toPixel(tqmaskIt.rawData()); + KisPixel maskValue = tqmask -> toPixel(maskIt.rawData()); - pixel.alpha() = (pixel.alpha() * tqmaskValue.alpha()) / MAX_SELECTED; + pixel.alpha() = (pixel.alpha() * maskValue.alpha()) / MAX_SELECTED; ++pixelIt; - ++tqmaskIt; + ++maskIt; } } } diff --git a/chalk/doc/controller.xmi b/chalk/doc/controller.xmi index 3281c344..baf5589f 100644 --- a/chalk/doc/controller.xmi +++ b/chalk/doc/controller.xmi @@ -1341,7 +1341,7 @@ the value of a byte signifies whether a corresponding pixel is selected, or not. <UML:Classifier.feature> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1671" isRoot="false" initialValue="" type="389" isAbstract="false" name="m_parentLayer" /> <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1672" isRoot="false" initialValue="" type="434" isAbstract="false" name="m_alpha" /> - <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1673" isRoot="false" initialValue="" type="591" isAbstract="false" name="m_tqmaskColor" /> + <UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="1673" isRoot="false" initialValue="" type="591" isAbstract="false" name="m_maskColor" /> <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1652" isRoot="false" isAbstract="false" name="KisSelection" > <UML:BehavioralFeature.parameter> <UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1653" isRoot="false" value="" type="389" isAbstract="false" name="layer" /> @@ -1356,7 +1356,7 @@ the value of a byte signifies whether a corresponding pixel is selected, or not. </UML:BehavioralFeature.parameter> </UML:Operation> <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1659" isRoot="false" isAbstract="false" name="~ KisSelection" /> - <UML:Operation comment="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1660" isRoot="false" isAbstract="false" name="tqmaskImage" > + <UML:Operation comment="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1660" isRoot="false" isAbstract="false" name="maskImage" > <UML:BehavioralFeature.parameter> <UML:Parameter kind="return" xmi.id="5400" type="879" /> </UML:BehavioralFeature.parameter> @@ -4426,7 +4426,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> </codedocument> - <classifiercodedocument writeOutCode="true" package="" id="2" tqparent_class="2" fileExt=".java" fileName="int" > + <classifiercodedocument writeOutCode="true" package="" id="2" parent_class="2" fileExt=".java" fileName="int" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4438,7 +4438,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="2" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="2" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Int&#010;" /> </header> @@ -4501,7 +4501,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="4" tqparent_class="4" fileExt=".java" fileName="char" > + <classifiercodedocument writeOutCode="true" package="" id="4" parent_class="4" fileExt=".java" fileName="char" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4513,7 +4513,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="4" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="4" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Char&#010;" /> </header> @@ -4576,7 +4576,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="5" tqparent_class="5" fileExt=".java" fileName="boolean" > + <classifiercodedocument writeOutCode="true" package="" id="5" parent_class="5" fileExt=".java" fileName="boolean" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4588,7 +4588,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="5" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="5" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Boolean&#010;" /> </header> @@ -4651,7 +4651,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="6" tqparent_class="6" fileExt=".java" fileName="float" > + <classifiercodedocument writeOutCode="true" package="" id="6" parent_class="6" fileExt=".java" fileName="float" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4663,7 +4663,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="6" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="6" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Float&#010;" /> </header> @@ -4726,7 +4726,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="7" tqparent_class="7" fileExt=".java" fileName="double" > + <classifiercodedocument writeOutCode="true" package="" id="7" parent_class="7" fileExt=".java" fileName="double" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4738,7 +4738,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="7" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="7" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Double&#010;" /> </header> @@ -4801,7 +4801,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="8" tqparent_class="8" fileExt=".java" fileName="byte" > + <classifiercodedocument writeOutCode="true" package="" id="8" parent_class="8" fileExt=".java" fileName="byte" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4813,7 +4813,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="8" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="8" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Byte&#010;" /> </header> @@ -4876,7 +4876,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="9" tqparent_class="9" fileExt=".java" fileName="short" > + <classifiercodedocument writeOutCode="true" package="" id="9" parent_class="9" fileExt=".java" fileName="short" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4888,7 +4888,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="9" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="9" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Short&#010;" /> </header> @@ -4951,7 +4951,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="10" tqparent_class="10" fileExt=".java" fileName="string" > + <classifiercodedocument writeOutCode="true" package="" id="10" parent_class="10" fileExt=".java" fileName="string" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -4963,7 +4963,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="10" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="10" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class String&#010;" /> </header> @@ -5026,7 +5026,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="11" tqparent_class="11" fileExt=".java" fileName="KisCanvasControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="11" parent_class="11" fileExt=".java" fileName="KisCanvasControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5038,7 +5038,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="11" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="11" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisCanvasControllerInterface&#010;" /> </header> @@ -5090,142 +5090,142 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="458" tag="operation_458" canDelete="false" indentLevel="1" > + <codeoperation parent_id="458" tag="operation_458" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="459" tag="operation_459" canDelete="false" indentLevel="1" > + <codeoperation parent_id="459" tag="operation_459" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="460" tag="operation_460" canDelete="false" indentLevel="1" > + <codeoperation parent_id="460" tag="operation_460" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QWidget* " /> </header> </codeoperation> - <codeoperation tqparent_id="462" tag="operation_462" canDelete="false" indentLevel="1" > + <codeoperation parent_id="462" tag="operation_462" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="464" tag="operation_464" canDelete="false" indentLevel="1" > + <codeoperation parent_id="464" tag="operation_464" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="465" tag="operation_465" canDelete="false" indentLevel="1" > + <codeoperation parent_id="465" tag="operation_465" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="468" tag="operation_468" canDelete="false" indentLevel="1" > + <codeoperation parent_id="468" tag="operation_468" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="469" tag="operation_469" canDelete="false" indentLevel="1" > + <codeoperation parent_id="469" tag="operation_469" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="474" tag="operation_474" canDelete="false" indentLevel="1" > + <codeoperation parent_id="474" tag="operation_474" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="478" tag="operation_478" canDelete="false" indentLevel="1" > + <codeoperation parent_id="478" tag="operation_478" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="479" tag="operation_479" canDelete="false" indentLevel="1" > + <codeoperation parent_id="479" tag="operation_479" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="482" tag="operation_482" canDelete="false" indentLevel="1" > + <codeoperation parent_id="482" tag="operation_482" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="483" tag="operation_483" canDelete="false" indentLevel="1" > + <codeoperation parent_id="483" tag="operation_483" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="486" tag="operation_486" canDelete="false" indentLevel="1" > + <codeoperation parent_id="486" tag="operation_486" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="491" tag="operation_491" canDelete="false" indentLevel="1" > + <codeoperation parent_id="491" tag="operation_491" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="493" tag="operation_493" canDelete="false" indentLevel="1" > + <codeoperation parent_id="493" tag="operation_493" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="496" tag="operation_496" canDelete="false" indentLevel="1" > + <codeoperation parent_id="496" tag="operation_496" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pt &#010;@return QPoint " /> </header> </codeoperation> - <codeoperation tqparent_id="500" tag="operation_500" canDelete="false" indentLevel="1" > + <codeoperation parent_id="500" tag="operation_500" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pt &#010;@return KisPoint " /> </header> </codeoperation> - <codeoperation tqparent_id="503" tag="operation_503" canDelete="false" indentLevel="1" > + <codeoperation parent_id="503" tag="operation_503" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@return QRect " /> </header> </codeoperation> - <codeoperation tqparent_id="505" tag="operation_505" canDelete="false" indentLevel="1" > + <codeoperation parent_id="505" tag="operation_505" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@return KisRect " /> </header> </codeoperation> - <codeoperation tqparent_id="507" tag="operation_507" canDelete="false" indentLevel="1" > + <codeoperation parent_id="507" tag="operation_507" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="511" tag="operation_511" canDelete="false" indentLevel="1" > + <codeoperation parent_id="511" tag="operation_511" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pt &#010;@return QPoint " /> </header> </codeoperation> - <codeoperation tqparent_id="513" tag="operation_513" canDelete="false" indentLevel="1" > + <codeoperation parent_id="513" tag="operation_513" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pt &#010;@return KisPoint " /> </header> </codeoperation> - <codeoperation tqparent_id="515" tag="operation_515" canDelete="false" indentLevel="1" > + <codeoperation parent_id="515" tag="operation_515" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@return QRect " /> </header> </codeoperation> - <codeoperation tqparent_id="517" tag="operation_517" canDelete="false" indentLevel="1" > + <codeoperation parent_id="517" tag="operation_517" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@return KisRect " /> </header> </codeoperation> - <codeoperation tqparent_id="519" tag="operation_519" canDelete="false" indentLevel="1" > + <codeoperation parent_id="519" tag="operation_519" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="522" tag="operation_522" canDelete="false" writeOutText="false" indentLevel="1" > + <codeoperation parent_id="522" tag="operation_522" canDelete="false" writeOutText="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="525" tag="operation_525" canDelete="false" writeOutText="false" indentLevel="1" > + <codeoperation parent_id="525" tag="operation_525" canDelete="false" writeOutText="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisCanvasControllerInterface& " /> </header> @@ -5242,7 +5242,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="13" tqparent_class="13" fileExt=".java" fileName="KisMetaControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="13" parent_class="13" fileExt=".java" fileName="KisMetaControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5254,7 +5254,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="13" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="13" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisMetaControllerInterface&#010;Combines access to the various controllers that allow plugins to function within Chalk. Every controller offers a select subset of functionality centered around a particular activity. &#010;&#010;All this functionality is centered around a view with a certain document and an active image with an active layer. &#010;&#010;XXX: Should this be the basis for simple scriptability? Have every controller register every action using a KisID and a parameter description list, and offer a queryActions() and an executeAction(KisID) method?" /> </header> @@ -5306,47 +5306,47 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="20" tag="operation_20" canDelete="false" indentLevel="1" > + <codeoperation parent_id="20" tag="operation_20" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Retrieve the view widget that is controlled by this controller; it can be used to tqparent dialogs." /> </header> </codeoperation> - <codeoperation tqparent_id="25" tag="operation_25" canDelete="false" indentLevel="1" > + <codeoperation parent_id="25" tag="operation_25" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the KActionCollection of the current view. This can be used to associate actions directly with the main view instead of relying on the KXMLGui based configuration mechanism." /> </header> </codeoperation> - <codeoperation tqparent_id="28" tag="operation_28" canDelete="false" indentLevel="1" > + <codeoperation parent_id="28" tag="operation_28" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the canvas controller. The canvas controller enables zooming of the canvas and converting image coordinates to canvas and view coordinates." /> </header> </codeoperation> - <codeoperation tqparent_id="43" tag="operation_43" canDelete="false" indentLevel="1" > + <codeoperation parent_id="43" tag="operation_43" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the selection controller. The selection controller can be used to create and modify selections for a paint device." /> </header> </codeoperation> - <codeoperation tqparent_id="50" tag="operation_50" canDelete="false" indentLevel="1" > + <codeoperation parent_id="50" tag="operation_50" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the layer controller interface. The layer controller offers access to functions to add, delete transform or restack layers, " /> </header> </codeoperation> - <codeoperation tqparent_id="55" tag="operation_55" canDelete="false" indentLevel="1" > + <codeoperation parent_id="55" tag="operation_55" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Returns the image controller interface. The image controller offers functionality to create, delete, transform, convert, import or export images." /> </header> </codeoperation> - <codeoperation tqparent_id="106" tag="operation_106" canDelete="false" indentLevel="1" > + <codeoperation parent_id="106" tag="operation_106" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="The docker controller allows the creating, removing, showing and hiding of docker tabs and dockers." /> </header> </codeoperation> - <codeoperation tqparent_id="125" tag="operation_125" canDelete="false" indentLevel="1" > + <codeoperation parent_id="125" tag="operation_125" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="The painter controller allows setting of properties like foreground and background colour and other properties that the various painters (line, fill, gradient, convolution) will use when created on a given paint device." /> </header> </codeoperation> - <codeoperation tqparent_id="140" tag="operation_140" canDelete="false" indentLevel="1" > + <codeoperation parent_id="140" tag="operation_140" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Returns the tool controller. The tool controller makes it possible to set a tool current and to retrieve the current tool. This is useful when tools are activated but also if a tool needs to be temporarily activated, like the move tool which should be activated if a selection tool is active and the user presses a modifier key while dragging." /> </header> @@ -5363,7 +5363,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="14" tqparent_class="14" fileExt=".java" fileName="KisSelectionControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="14" parent_class="14" fileExt=".java" fileName="KisSelectionControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5375,7 +5375,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="14" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="14" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisSelectionControllerInterface&#010;" /> </header> @@ -5438,7 +5438,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="15" tqparent_class="15" fileExt=".java" fileName="KisLayerControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="15" parent_class="15" fileExt=".java" fileName="KisLayerControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5450,7 +5450,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="15" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="15" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisLayerControllerInterface&#010;" /> </header> @@ -5513,7 +5513,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="16" tqparent_class="16" fileExt=".java" fileName="KisImageControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="16" parent_class="16" fileExt=".java" fileName="KisImageControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5525,7 +5525,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="16" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="16" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisImageControllerInterface&#010;" /> </header> @@ -5588,7 +5588,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="17" tqparent_class="17" fileExt=".java" fileName="KisDockerControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="17" parent_class="17" fileExt=".java" fileName="KisDockerControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5600,7 +5600,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="17" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="17" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisDockerControllerInterface&#010;" /> </header> @@ -5663,7 +5663,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="18" tqparent_class="18" fileExt=".java" fileName="KisToolControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="18" parent_class="18" fileExt=".java" fileName="KisToolControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5675,7 +5675,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="18" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="18" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Interface KisToolControllerInterface&#010;" /> </header> @@ -5738,7 +5738,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="21" tqparent_class="21" fileExt=".java" fileName="void" > + <classifiercodedocument writeOutCode="true" package="" id="21" parent_class="21" fileExt=".java" fileName="void" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5750,7 +5750,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="21" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="21" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Void&#010;" /> </header> @@ -5813,7 +5813,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="22" tqparent_class="22" fileExt=".java" fileName="QWidget * " > + <classifiercodedocument writeOutCode="true" package="" id="22" parent_class="22" fileExt=".java" fileName="QWidget * " > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5825,7 +5825,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="22" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="22" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QWidget * &#010;" /> </header> @@ -5888,7 +5888,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="301" tqparent_class="301" fileExt=".java" fileName="enumCursorStyle" > + <classifiercodedocument writeOutCode="true" package="" id="301" parent_class="301" fileExt=".java" fileName="enumCursorStyle" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5900,7 +5900,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="301" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="301" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumCursorStyle&#010;" /> </header> @@ -5963,7 +5963,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="307" tqparent_class="307" fileExt=".java" fileName="enumDockerStyle" > + <classifiercodedocument writeOutCode="true" package="" id="307" parent_class="307" fileExt=".java" fileName="enumDockerStyle" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -5975,7 +5975,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="307" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="307" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumDockerStyle&#010;" /> </header> @@ -6038,7 +6038,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="311" tqparent_class="311" fileExt=".java" fileName="enumRotationDirection" > + <classifiercodedocument writeOutCode="true" package="" id="311" parent_class="311" fileExt=".java" fileName="enumRotationDirection" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6050,7 +6050,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="311" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="311" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumRotationDirection&#010;" /> </header> @@ -6113,7 +6113,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="314" tqparent_class="314" fileExt=".java" fileName="CompositeOp" > + <classifiercodedocument writeOutCode="true" package="" id="314" parent_class="314" fileExt=".java" fileName="CompositeOp" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6125,7 +6125,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="314" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="314" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CompositeOp&#010;" /> </header> @@ -6188,7 +6188,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="342" tqparent_class="342" fileExt=".java" fileName="enumImgTypeDeprecated" > + <classifiercodedocument writeOutCode="true" package="" id="342" parent_class="342" fileExt=".java" fileName="enumImgTypeDeprecated" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6200,7 +6200,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="342" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="342" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumImgTypeDeprecated&#010;// The following enum is kept to allow the loading of old documents in KisDoc::loadImage// XXX: Before Koffice 1.4 release, remove. We do not need backwards compatibility since// we have no installed base." /> </header> @@ -6263,7 +6263,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="358" tqparent_class="358" fileExt=".java" fileName="enumPaintStyles" > + <classifiercodedocument writeOutCode="true" package="" id="358" parent_class="358" fileExt=".java" fileName="enumPaintStyles" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6275,7 +6275,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="358" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="358" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumPaintStyles&#010;" /> </header> @@ -6338,7 +6338,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="361" tqparent_class="361" fileExt=".java" fileName="PIXELTYPE" > + <classifiercodedocument writeOutCode="true" package="" id="361" parent_class="361" fileExt=".java" fileName="PIXELTYPE" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6350,7 +6350,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="361" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="361" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class PIXELTYPE&#010;" /> </header> @@ -6413,7 +6413,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="363" tqparent_class="363" fileExt=".java" fileName="KisSharedPtrVector" > + <classifiercodedocument writeOutCode="true" package="" id="363" parent_class="363" fileExt=".java" fileName="KisSharedPtrVector" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6425,7 +6425,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="363" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="363" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSharedPtrVector&#010;" /> </header> @@ -6477,22 +6477,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="370" tag="operation_370" canDelete="false" indentLevel="1" > + <codeoperation parent_id="370" tag="operation_370" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="371" tag="operation_371" canDelete="false" indentLevel="1" > + <codeoperation parent_id="371" tag="operation_371" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="372" tag="operation_372" canDelete="false" indentLevel="1" > + <codeoperation parent_id="372" tag="operation_372" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param it &#010;@return typename super.test " /> </header> </codeoperation> - <codeoperation tqparent_id="377" tag="operation_377" canDelete="false" indentLevel="1" > + <codeoperation parent_id="377" tag="operation_377" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param first &#010;@param last &#010;@return typename super.test4 " /> </header> @@ -6508,36 +6508,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="366" field_type="2097266" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="366" field_type="2097266" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QValueVector = new QValueVector ( );" > + <ccfdeclarationcodeblock parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QValueVector = new QValueVector ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QValueVector to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QValueVector from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -6545,7 +6545,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="365" tqparent_class="365" fileExt=".java" fileName="QValueVector" > + <classifiercodedocument writeOutCode="true" package="" id="365" parent_class="365" fileExt=".java" fileName="QValueVector" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -6557,7 +6557,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="365" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="365" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QValueVector&#010;" /> </header> @@ -6619,36 +6619,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="366" field_type="2147483647" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="366" field_type="2147483647" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSharedPtrVector = new KisSharedPtrVector ( );" > + <ccfdeclarationcodeblock parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSharedPtrVector = new KisSharedPtrVector ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisSharedPtrVector to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisSharedPtrVector from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="366" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="366" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -6656,7 +6656,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisSelection" id="369" tqparent_class="369" fileExt=".java" fileName="super" > + <classifiercodedocument writeOutCode="true" package="KisSelection" id="369" parent_class="369" fileExt=".java" fileName="super" > <textblocks> <codeblockwithcomments tag="packages" text="package KisSelection;&#010;" > <header> @@ -6668,7 +6668,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="369" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="369" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Super&#010;" /> </header> @@ -6731,7 +6731,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="typename super" id="374" tqparent_class="374" fileExt=".java" fileName="iterator" > + <classifiercodedocument writeOutCode="true" package="typename super" id="374" parent_class="374" fileExt=".java" fileName="iterator" > <textblocks> <codeblockwithcomments tag="packages" text="package typename super;&#010;" > <header> @@ -6743,7 +6743,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="374" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="374" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Iterator&#010;" /> </header> @@ -6806,7 +6806,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="typename super" id="376" tqparent_class="376" fileExt=".java" fileName="test" > + <classifiercodedocument writeOutCode="true" package="typename super" id="376" parent_class="376" fileExt=".java" fileName="test" > <textblocks> <codeblockwithcomments tag="packages" text="package typename super;&#010;" > <header> @@ -6818,7 +6818,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="376" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="376" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Test&#010;" /> </header> @@ -6881,7 +6881,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="typename super" id="378" tqparent_class="378" fileExt=".java" fileName="test2" > + <classifiercodedocument writeOutCode="true" package="typename super" id="378" parent_class="378" fileExt=".java" fileName="test2" > <textblocks> <codeblockwithcomments tag="packages" text="package typename super;&#010;" > <header> @@ -6893,7 +6893,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="378" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="378" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Test2&#010;" /> </header> @@ -6956,7 +6956,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="typename super" id="380" tqparent_class="380" fileExt=".java" fileName="test3" > + <classifiercodedocument writeOutCode="true" package="typename super" id="380" parent_class="380" fileExt=".java" fileName="test3" > <textblocks> <codeblockwithcomments tag="packages" text="package typename super;&#010;" > <header> @@ -6968,7 +6968,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="380" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="380" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Test3&#010;" /> </header> @@ -7031,7 +7031,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="typename super" id="382" tqparent_class="382" fileExt=".java" fileName="test4" > + <classifiercodedocument writeOutCode="true" package="typename super" id="382" parent_class="382" fileExt=".java" fileName="test4" > <textblocks> <codeblockwithcomments tag="packages" text="package typename super;&#010;" > <header> @@ -7043,7 +7043,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="382" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="382" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Test4&#010;" /> </header> @@ -7106,7 +7106,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="383" tqparent_class="383" fileExt=".java" fileName="KisImage" > + <classifiercodedocument writeOutCode="true" package="" id="383" parent_class="383" fileExt=".java" fileName="KisImage" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -7118,7 +7118,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="383" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="383" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisImage&#010;" /> </header> @@ -7128,122 +7128,122 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1135" tag="tblock_0" canDelete="false" indentLevel="1" text="private KoCommandHistory* m_undoHistory;" > + <ccfdeclarationcodeblock parent_id="1135" tag="tblock_0" canDelete="false" indentLevel="1" text="private KoCommandHistory* m_undoHistory;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1136" tag="tblock_2" canDelete="false" indentLevel="1" text="private KURL m_uri;" > + <ccfdeclarationcodeblock parent_id="1136" tag="tblock_2" canDelete="false" indentLevel="1" text="private KURL m_uri;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_description;" > + <ccfdeclarationcodeblock parent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_description;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1139" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1139" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1142" tag="tblock_20" canDelete="false" indentLevel="1" text="private double m_xres;" > + <ccfdeclarationcodeblock parent_id="1142" tag="tblock_20" canDelete="false" indentLevel="1" text="private double m_xres;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1143" tag="tblock_23" canDelete="false" indentLevel="1" text="private double m_yres;" > + <ccfdeclarationcodeblock parent_id="1143" tag="tblock_23" canDelete="false" indentLevel="1" text="private double m_yres;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1144" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoUnit.Unit m_unit;" > + <ccfdeclarationcodeblock parent_id="1144" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoUnit.Unit m_unit;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1145" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1145" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1146" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > + <ccfdeclarationcodeblock parent_id="1146" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1147" tag="tblock_35" canDelete="false" indentLevel="1" text="private QRect m_dirtyRect;" > + <ccfdeclarationcodeblock parent_id="1147" tag="tblock_35" canDelete="false" indentLevel="1" text="private QRect m_dirtyRect;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1148" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisBackgroundSP m_bkg;" > + <ccfdeclarationcodeblock parent_id="1148" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisBackgroundSP m_bkg;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1149" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisLayerSP m_projection;" > + <ccfdeclarationcodeblock parent_id="1149" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisLayerSP m_projection;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1150" tag="tblock_44" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layers;" > + <ccfdeclarationcodeblock parent_id="1150" tag="tblock_44" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layers;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1151" tag="tblock_47" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layerStack;" > + <ccfdeclarationcodeblock parent_id="1151" tag="tblock_47" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layerStack;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1152" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisLayerSP m_activeLayer;" > + <ccfdeclarationcodeblock parent_id="1152" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisLayerSP m_activeLayer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1154" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisNameServer* m_nserver;" > + <ccfdeclarationcodeblock parent_id="1154" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisNameServer* m_nserver;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1155" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisUndoAdapter* m_adapter;" > + <ccfdeclarationcodeblock parent_id="1155" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisUndoAdapter* m_adapter;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1156" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisGuideMgr m_guides;" > + <ccfdeclarationcodeblock parent_id="1156" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisGuideMgr m_guides;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1157" tag="tblock_62" canDelete="false" indentLevel="1" text="private DCOPObject* m_dcop;" > + <ccfdeclarationcodeblock parent_id="1157" tag="tblock_62" canDelete="false" indentLevel="1" text="private DCOPObject* m_dcop;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1158" tag="tblock_65" canDelete="false" indentLevel="1" text="private QPixmap m_pixmap;" > + <ccfdeclarationcodeblock parent_id="1158" tag="tblock_65" canDelete="false" indentLevel="1" text="private QPixmap m_pixmap;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1159" tag="tblock_68" canDelete="false" indentLevel="1" text="private vKisAnnotationSP m_annotations;" > + <ccfdeclarationcodeblock parent_id="1159" tag="tblock_68" canDelete="false" indentLevel="1" text="private vKisAnnotationSP m_annotations;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -7277,242 +7277,242 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1135" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1135" text="return m_undoHistory;" > + <codeaccessormethod accessType="0" parent_id="1135" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1135" text="return m_undoHistory;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_undoHistory&#010;&#010;@return the value of m_undoHistory" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1135" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1135" text="m_undoHistory = value;" > + <codeaccessormethod accessType="1" parent_id="1135" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1135" text="m_undoHistory = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_undoHistory&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1136" text="return m_uri;" > + <codeaccessormethod accessType="0" parent_id="1136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1136" text="return m_uri;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_uri&#010;&#010;@return the value of m_uri" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1136" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1136" text="m_uri = value;" > + <codeaccessormethod accessType="1" parent_id="1136" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1136" text="m_uri = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_uri&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1137" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1137" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="1137" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1137" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1137" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1137" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="1137" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1137" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1138" text="return m_description;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1138" text="return m_description;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_description&#010;&#010;@return the value of m_description" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1138" text="m_description = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1138" text="m_description = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_description&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1139" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1139" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1139" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1139" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1140" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1140" text="return m_width;" > + <codeaccessormethod accessType="0" parent_id="1140" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1140" text="return m_width;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_width&#010;&#010;@return the value of m_width" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1140" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1140" text="m_width = value;" > + <codeaccessormethod accessType="1" parent_id="1140" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1140" text="m_width = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_width&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1141" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1141" text="return m_height;" > + <codeaccessormethod accessType="0" parent_id="1141" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1141" text="return m_height;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_height&#010;&#010;@return the value of m_height" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1141" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1141" text="m_height = value;" > + <codeaccessormethod accessType="1" parent_id="1141" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1141" text="m_height = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_height&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1142" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1142" text="return m_xres;" > + <codeaccessormethod accessType="0" parent_id="1142" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1142" text="return m_xres;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_xres&#010;&#010;@return the value of m_xres" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1142" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1142" text="m_xres = value;" > + <codeaccessormethod accessType="1" parent_id="1142" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1142" text="m_xres = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_xres&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1143" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1143" text="return m_yres;" > + <codeaccessormethod accessType="0" parent_id="1143" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1143" text="return m_yres;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_yres&#010;&#010;@return the value of m_yres" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1143" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1143" text="m_yres = value;" > + <codeaccessormethod accessType="1" parent_id="1143" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1143" text="m_yres = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_yres&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1144" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1144" text="return m_unit;" > + <codeaccessormethod accessType="0" parent_id="1144" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1144" text="return m_unit;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_unit&#010;&#010;@return the value of m_unit" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1144" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1144" text="m_unit = value;" > + <codeaccessormethod accessType="1" parent_id="1144" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1144" text="m_unit = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_unit&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1145" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1145" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1145" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1145" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1145" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1145" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1145" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1145" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1146" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1146" text="return m_dirty;" > + <codeaccessormethod accessType="0" parent_id="1146" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1146" text="return m_dirty;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dirty&#010;&#010;@return the value of m_dirty" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1146" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1146" text="m_dirty = value;" > + <codeaccessormethod accessType="1" parent_id="1146" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1146" text="m_dirty = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dirty&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1147" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1147" text="return m_dirtyRect;" > + <codeaccessormethod accessType="0" parent_id="1147" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1147" text="return m_dirtyRect;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dirtyRect&#010;&#010;@return the value of m_dirtyRect" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1147" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1147" text="m_dirtyRect = value;" > + <codeaccessormethod accessType="1" parent_id="1147" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1147" text="m_dirtyRect = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dirtyRect&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1148" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1148" text="return m_bkg;" > + <codeaccessormethod accessType="0" parent_id="1148" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1148" text="return m_bkg;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_bkg&#010;&#010;@return the value of m_bkg" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1148" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1148" text="m_bkg = value;" > + <codeaccessormethod accessType="1" parent_id="1148" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1148" text="m_bkg = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_bkg&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1149" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1149" text="return m_projection;" > + <codeaccessormethod accessType="0" parent_id="1149" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1149" text="return m_projection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_projection&#010;&#010;@return the value of m_projection" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1149" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1149" text="m_projection = value;" > + <codeaccessormethod accessType="1" parent_id="1149" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1149" text="m_projection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_projection&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1150" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1150" text="return m_layers;" > + <codeaccessormethod accessType="0" parent_id="1150" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1150" text="return m_layers;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_layers&#010;&#010;@return the value of m_layers" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1150" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1150" text="m_layers = value;" > + <codeaccessormethod accessType="1" parent_id="1150" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1150" text="m_layers = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_layers&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1151" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1151" text="return m_layerStack;" > + <codeaccessormethod accessType="0" parent_id="1151" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1151" text="return m_layerStack;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_layerStack&#010;&#010;@return the value of m_layerStack" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1151" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1151" text="m_layerStack = value;" > + <codeaccessormethod accessType="1" parent_id="1151" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1151" text="m_layerStack = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_layerStack&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1152" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1152" text="return m_activeLayer;" > + <codeaccessormethod accessType="0" parent_id="1152" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1152" text="return m_activeLayer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_activeLayer&#010;&#010;@return the value of m_activeLayer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1152" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1152" text="m_activeLayer = value;" > + <codeaccessormethod accessType="1" parent_id="1152" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1152" text="m_activeLayer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_activeLayer&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1154" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1154" text="return m_nserver;" > + <codeaccessormethod accessType="0" parent_id="1154" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1154" text="return m_nserver;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_nserver&#010;&#010;@return the value of m_nserver" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1154" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1154" text="m_nserver = value;" > + <codeaccessormethod accessType="1" parent_id="1154" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1154" text="m_nserver = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_nserver&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1155" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1155" text="return m_adapter;" > + <codeaccessormethod accessType="0" parent_id="1155" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1155" text="return m_adapter;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_adapter&#010;&#010;@return the value of m_adapter" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1155" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1155" text="m_adapter = value;" > + <codeaccessormethod accessType="1" parent_id="1155" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1155" text="m_adapter = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_adapter&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1156" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1156" text="return m_guides;" > + <codeaccessormethod accessType="0" parent_id="1156" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1156" text="return m_guides;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_guides&#010;&#010;@return the value of m_guides" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1156" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1156" text="m_guides = value;" > + <codeaccessormethod accessType="1" parent_id="1156" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1156" text="m_guides = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_guides&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1157" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1157" text="return m_dcop;" > + <codeaccessormethod accessType="0" parent_id="1157" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1157" text="return m_dcop;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dcop&#010;&#010;@return the value of m_dcop" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1157" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1157" text="m_dcop = value;" > + <codeaccessormethod accessType="1" parent_id="1157" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1157" text="m_dcop = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dcop&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1158" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1158" text="return m_pixmap;" > + <codeaccessormethod accessType="0" parent_id="1158" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1158" text="return m_pixmap;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pixmap&#010;&#010;@return the value of m_pixmap" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1158" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1158" text="m_pixmap = value;" > + <codeaccessormethod accessType="1" parent_id="1158" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1158" text="m_pixmap = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pixmap&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1159" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1159" text="return m_annotations;" > + <codeaccessormethod accessType="0" parent_id="1159" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1159" text="return m_annotations;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_annotations&#010;&#010;@return the value of m_annotations" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1159" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1159" text="m_annotations = value;" > + <codeaccessormethod accessType="1" parent_id="1159" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1159" text="m_annotations = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_annotations&#010;&#010;" /> </header> @@ -7532,362 +7532,362 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="967" tag="operation_967" canDelete="false" indentLevel="1" > + <codeoperation parent_id="967" tag="operation_967" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param undoAdapter &#010;@param width &#010;@param height &#010;@param colorStrategy &#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="973" tag="operation_973" canDelete="false" indentLevel="1" > + <codeoperation parent_id="973" tag="operation_973" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rhs &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="976" tag="operation_976" canDelete="false" indentLevel="1" > + <codeoperation parent_id="976" tag="operation_976" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="977" tag="operation_977" canDelete="false" indentLevel="1" > + <codeoperation parent_id="977" tag="operation_977" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return DCOPObject* " /> </header> </codeoperation> - <codeoperation tqparent_id="979" tag="operation_979" canDelete="false" indentLevel="1" > + <codeoperation parent_id="979" tag="operation_979" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Composite the specified tile onto the projection layer." /> </header> </codeoperation> - <codeoperation tqparent_id="984" tag="operation_984" canDelete="false" indentLevel="1" > + <codeoperation parent_id="984" tag="operation_984" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="/// Paint the specified rect onto the painter, adjusting the colors using the/// given profile." /> </header> </codeoperation> - <codeoperation tqparent_id="993" tag="operation_993" canDelete="false" indentLevel="1" > + <codeoperation parent_id="993" tag="operation_993" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="994" tag="operation_994" canDelete="false" indentLevel="1" > + <codeoperation parent_id="994" tag="operation_994" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="996" tag="operation_996" canDelete="false" indentLevel="1" > + <codeoperation parent_id="996" tag="operation_996" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="997" tag="operation_997" canDelete="false" indentLevel="1" > + <codeoperation parent_id="997" tag="operation_997" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param description &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="999" tag="operation_999" canDelete="false" indentLevel="1" > + <codeoperation parent_id="999" tag="operation_999" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1000" tag="operation_1000" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1000" tag="operation_1000" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param w &#010;@param h &#010;@param cropLayers &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1004" tag="operation_1004" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@param cropLayers &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1007" tag="operation_1007" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1007" tag="operation_1007" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param sx &#010;@param sy &#010;@param m_progress &#010;@param ftype &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1012" tag="operation_1012" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1012" tag="operation_1012" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param angle &#010;@param m_progress &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1015" tag="operation_1015" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1015" tag="operation_1015" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param angleX &#010;@param angleY &#010;@param m_progress &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1019" tag="operation_1019" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1019" tag="operation_1019" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dstColorStrategy &#010;@param dstProfile &#010;@param renderingIntent &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1023" tag="operation_1023" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1023" tag="operation_1023" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Get the profile associated with this image" /> </header> </codeoperation> - <codeoperation tqparent_id="1024" tag="operation_1024" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1024" tag="operation_1024" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Set the profile associated with this image" /> </header> </codeoperation> - <codeoperation tqparent_id="1027" tag="operation_1027" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1027" tag="operation_1027" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param history &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1030" tag="operation_1030" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1030" tag="operation_1030" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisStrategyColorSpaceSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1031" tag="operation_1031" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1031" tag="operation_1031" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KURL " /> </header> </codeoperation> - <codeoperation tqparent_id="1033" tag="operation_1033" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1033" tag="operation_1033" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param uri &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1036" tag="operation_1036" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1036" tag="operation_1036" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KoUnit.Unit " /> </header> </codeoperation> - <codeoperation tqparent_id="1039" tag="operation_1039" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1039" tag="operation_1039" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param u &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1042" tag="operation_1042" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1042" tag="operation_1042" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Resolution of the image == XXX: per inch?" /> </header> </codeoperation> - <codeoperation tqparent_id="1043" tag="operation_1043" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1043" tag="operation_1043" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return double " /> </header> </codeoperation> - <codeoperation tqparent_id="1044" tag="operation_1044" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1044" tag="operation_1044" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param xres &#010;@param yres &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1047" tag="operation_1047" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1047" tag="operation_1047" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1048" tag="operation_1048" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1048" tag="operation_1048" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1049" tag="operation_1049" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1049" tag="operation_1049" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1050" tag="operation_1050" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1050" tag="operation_1050" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return vKisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1053" tag="operation_1053" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1053" tag="operation_1053" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Get the active painting device" /> </header> </codeoperation> - <codeoperation tqparent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1054" tag="operation_1054" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1057" tag="operation_1057" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1057" tag="operation_1057" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return KisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1059" tag="operation_1059" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1059" tag="operation_1059" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param n &#010;@return KisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1061" tag="operation_1061" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1061" tag="operation_1061" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@return KisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1066" tag="operation_1066" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1066" tag="operation_1066" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param npos &#010;@return KisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1068" tag="operation_1068" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1068" tag="operation_1068" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@param position &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1071" tag="operation_1071" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1071" tag="operation_1071" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1073" tag="operation_1073" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1073" tag="operation_1073" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1075" tag="operation_1075" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1075" tag="operation_1075" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1077" tag="operation_1077" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1077" tag="operation_1077" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1079" tag="operation_1079" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1079" tag="operation_1079" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1081" tag="operation_1081" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1081" tag="operation_1081" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@param position &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1085" tag="operation_1085" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1085" tag="operation_1085" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1086" tag="operation_1086" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1086" tag="operation_1086" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1087" tag="operation_1087" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1087" tag="operation_1087" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Merge all visible layers and discard hidden ones." /> </header> </codeoperation> - <codeoperation tqparent_id="1088" tag="operation_1088" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1088" tag="operation_1088" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1089" tag="operation_1089" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1089" tag="operation_1089" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1090" tag="operation_1090" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1090" tag="operation_1090" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Merge the specified layer with the layer&#010;below this layer, remove the specified layer." /> </header> </codeoperation> - <codeoperation tqparent_id="1092" tag="operation_1092" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1092" tag="operation_1092" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QRect " /> </header> </codeoperation> - <codeoperation tqparent_id="1093" tag="operation_1093" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1093" tag="operation_1093" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1094" tag="operation_1094" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param width &#010;@param height &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1099" tag="operation_1099" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1099" tag="operation_1099" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rc &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1101" tag="operation_1101" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1101" tag="operation_1101" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1102" tag="operation_1102" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1102" tag="operation_1102" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisUndoAdapter* " /> </header> </codeoperation> - <codeoperation tqparent_id="1103" tag="operation_1103" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1103" tag="operation_1103" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisGuideMgr* " /> </header> </codeoperation> - <codeoperation tqparent_id="1105" tag="operation_1105" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1105" tag="operation_1105" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1107" tag="operation_1107" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1107" tag="operation_1107" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1109" tag="operation_1109" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1109" tag="operation_1109" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1111" tag="operation_1111" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1111" tag="operation_1111" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1113" tag="operation_1113" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1113" tag="operation_1113" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@param rc &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1116" tag="operation_1116" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1116" tag="operation_1116" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1118" tag="operation_1118" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1118" tag="operation_1118" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1122" tag="operation_1122" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1122" tag="operation_1122" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1124" tag="operation_1124" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1124" tag="operation_1124" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1125" tag="operation_1125" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1125" tag="operation_1125" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1126" tag="operation_1126" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1126" tag="operation_1126" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rhs &#010;@return KisImage& " /> </header> </codeoperation> - <codeoperation tqparent_id="1129" tag="operation_1129" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1129" tag="operation_1129" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param adapter &#010;@param width &#010;@param height &#010;@param colorStrategy &#010;@param name &#010;@return void " /> </header> @@ -7903,551 +7903,551 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="961" field_type="5177425" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="961" field_type="5177425" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > + <ccfdeclarationcodeblock parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="964" field_type="2097192" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="964" field_type="2097192" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1135" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1135" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1135" tag="tblock_0" canDelete="false" indentLevel="1" text="private KoCommandHistory* m_undoHistory;" > + <ccfdeclarationcodeblock parent_id="1135" tag="tblock_0" canDelete="false" indentLevel="1" text="private KoCommandHistory* m_undoHistory;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1135" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1135" text="return m_undoHistory;" > + <codeaccessormethod accessType="0" parent_id="1135" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1135" text="return m_undoHistory;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_undoHistory&#010;&#010;@return the value of m_undoHistory" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1135" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1135" text="m_undoHistory = value;" > + <codeaccessormethod accessType="1" parent_id="1135" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1135" text="m_undoHistory = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_undoHistory&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1136" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1136" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1136" tag="tblock_2" canDelete="false" indentLevel="1" text="private KURL m_uri;" > + <ccfdeclarationcodeblock parent_id="1136" tag="tblock_2" canDelete="false" indentLevel="1" text="private KURL m_uri;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1136" text="return m_uri;" > + <codeaccessormethod accessType="0" parent_id="1136" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1136" text="return m_uri;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_uri&#010;&#010;@return the value of m_uri" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1136" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1136" text="m_uri = value;" > + <codeaccessormethod accessType="1" parent_id="1136" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1136" text="m_uri = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_uri&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1137" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1137" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1137" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1137" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="1137" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1137" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1137" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1137" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="1137" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1137" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1138" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_description;" > + <ccfdeclarationcodeblock parent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_description;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1138" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1138" text="return m_description;" > + <codeaccessormethod accessType="0" parent_id="1138" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1138" text="return m_description;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_description&#010;&#010;@return the value of m_description" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1138" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1138" text="m_description = value;" > + <codeaccessormethod accessType="1" parent_id="1138" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1138" text="m_description = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_description&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1139" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1139" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1139" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1139" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1139" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1139" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1139" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1139" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1139" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1139" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1139" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1140" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1140" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1140" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1140" text="return m_width;" > + <codeaccessormethod accessType="0" parent_id="1140" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1140" text="return m_width;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_width&#010;&#010;@return the value of m_width" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1140" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1140" text="m_width = value;" > + <codeaccessormethod accessType="1" parent_id="1140" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1140" text="m_width = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_width&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1141" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1141" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1141" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1141" text="return m_height;" > + <codeaccessormethod accessType="0" parent_id="1141" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1141" text="return m_height;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_height&#010;&#010;@return the value of m_height" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1141" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1141" text="m_height = value;" > + <codeaccessormethod accessType="1" parent_id="1141" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1141" text="m_height = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_height&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1142" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1142" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1142" tag="tblock_20" canDelete="false" indentLevel="1" text="private double m_xres;" > + <ccfdeclarationcodeblock parent_id="1142" tag="tblock_20" canDelete="false" indentLevel="1" text="private double m_xres;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1142" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1142" text="return m_xres;" > + <codeaccessormethod accessType="0" parent_id="1142" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1142" text="return m_xres;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_xres&#010;&#010;@return the value of m_xres" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1142" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1142" text="m_xres = value;" > + <codeaccessormethod accessType="1" parent_id="1142" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1142" text="m_xres = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_xres&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1143" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1143" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1143" tag="tblock_23" canDelete="false" indentLevel="1" text="private double m_yres;" > + <ccfdeclarationcodeblock parent_id="1143" tag="tblock_23" canDelete="false" indentLevel="1" text="private double m_yres;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1143" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1143" text="return m_yres;" > + <codeaccessormethod accessType="0" parent_id="1143" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1143" text="return m_yres;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_yres&#010;&#010;@return the value of m_yres" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1143" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1143" text="m_yres = value;" > + <codeaccessormethod accessType="1" parent_id="1143" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1143" text="m_yres = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_yres&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1144" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1144" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1144" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoUnit.Unit m_unit;" > + <ccfdeclarationcodeblock parent_id="1144" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoUnit.Unit m_unit;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1144" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1144" text="return m_unit;" > + <codeaccessormethod accessType="0" parent_id="1144" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1144" text="return m_unit;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_unit&#010;&#010;@return the value of m_unit" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1144" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1144" text="m_unit = value;" > + <codeaccessormethod accessType="1" parent_id="1144" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1144" text="m_unit = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_unit&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1145" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1145" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1145" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1145" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1145" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1145" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1145" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1145" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1145" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1145" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1145" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1145" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1146" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1146" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1146" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > + <ccfdeclarationcodeblock parent_id="1146" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1146" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1146" text="return m_dirty;" > + <codeaccessormethod accessType="0" parent_id="1146" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1146" text="return m_dirty;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dirty&#010;&#010;@return the value of m_dirty" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1146" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1146" text="m_dirty = value;" > + <codeaccessormethod accessType="1" parent_id="1146" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1146" text="m_dirty = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dirty&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1147" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1147" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1147" tag="tblock_35" canDelete="false" indentLevel="1" text="private QRect m_dirtyRect;" > + <ccfdeclarationcodeblock parent_id="1147" tag="tblock_35" canDelete="false" indentLevel="1" text="private QRect m_dirtyRect;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1147" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1147" text="return m_dirtyRect;" > + <codeaccessormethod accessType="0" parent_id="1147" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1147" text="return m_dirtyRect;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dirtyRect&#010;&#010;@return the value of m_dirtyRect" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1147" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1147" text="m_dirtyRect = value;" > + <codeaccessormethod accessType="1" parent_id="1147" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1147" text="m_dirtyRect = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dirtyRect&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1148" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1148" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1148" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisBackgroundSP m_bkg;" > + <ccfdeclarationcodeblock parent_id="1148" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisBackgroundSP m_bkg;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1148" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1148" text="return m_bkg;" > + <codeaccessormethod accessType="0" parent_id="1148" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1148" text="return m_bkg;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_bkg&#010;&#010;@return the value of m_bkg" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1148" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1148" text="m_bkg = value;" > + <codeaccessormethod accessType="1" parent_id="1148" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1148" text="m_bkg = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_bkg&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1149" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1149" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1149" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisLayerSP m_projection;" > + <ccfdeclarationcodeblock parent_id="1149" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisLayerSP m_projection;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1149" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1149" text="return m_projection;" > + <codeaccessormethod accessType="0" parent_id="1149" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1149" text="return m_projection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_projection&#010;&#010;@return the value of m_projection" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1149" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1149" text="m_projection = value;" > + <codeaccessormethod accessType="1" parent_id="1149" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1149" text="m_projection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_projection&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1150" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1150" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1150" tag="tblock_44" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layers;" > + <ccfdeclarationcodeblock parent_id="1150" tag="tblock_44" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layers;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1150" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1150" text="return m_layers;" > + <codeaccessormethod accessType="0" parent_id="1150" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1150" text="return m_layers;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_layers&#010;&#010;@return the value of m_layers" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1150" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1150" text="m_layers = value;" > + <codeaccessormethod accessType="1" parent_id="1150" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1150" text="m_layers = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_layers&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1151" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1151" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1151" tag="tblock_47" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layerStack;" > + <ccfdeclarationcodeblock parent_id="1151" tag="tblock_47" canDelete="false" indentLevel="1" text="private vKisLayerSP m_layerStack;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1151" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1151" text="return m_layerStack;" > + <codeaccessormethod accessType="0" parent_id="1151" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1151" text="return m_layerStack;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_layerStack&#010;&#010;@return the value of m_layerStack" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1151" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1151" text="m_layerStack = value;" > + <codeaccessormethod accessType="1" parent_id="1151" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1151" text="m_layerStack = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_layerStack&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1152" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1152" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1152" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisLayerSP m_activeLayer;" > + <ccfdeclarationcodeblock parent_id="1152" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisLayerSP m_activeLayer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1152" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1152" text="return m_activeLayer;" > + <codeaccessormethod accessType="0" parent_id="1152" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1152" text="return m_activeLayer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_activeLayer&#010;&#010;@return the value of m_activeLayer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1152" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1152" text="m_activeLayer = value;" > + <codeaccessormethod accessType="1" parent_id="1152" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1152" text="m_activeLayer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_activeLayer&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1154" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1154" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1154" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisNameServer* m_nserver;" > + <ccfdeclarationcodeblock parent_id="1154" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisNameServer* m_nserver;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1154" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1154" text="return m_nserver;" > + <codeaccessormethod accessType="0" parent_id="1154" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1154" text="return m_nserver;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_nserver&#010;&#010;@return the value of m_nserver" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1154" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1154" text="m_nserver = value;" > + <codeaccessormethod accessType="1" parent_id="1154" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1154" text="m_nserver = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_nserver&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1155" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1155" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1155" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisUndoAdapter* m_adapter;" > + <ccfdeclarationcodeblock parent_id="1155" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisUndoAdapter* m_adapter;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1155" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1155" text="return m_adapter;" > + <codeaccessormethod accessType="0" parent_id="1155" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1155" text="return m_adapter;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_adapter&#010;&#010;@return the value of m_adapter" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1155" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1155" text="m_adapter = value;" > + <codeaccessormethod accessType="1" parent_id="1155" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1155" text="m_adapter = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_adapter&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1156" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1156" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1156" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisGuideMgr m_guides;" > + <ccfdeclarationcodeblock parent_id="1156" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisGuideMgr m_guides;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1156" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1156" text="return m_guides;" > + <codeaccessormethod accessType="0" parent_id="1156" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1156" text="return m_guides;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_guides&#010;&#010;@return the value of m_guides" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1156" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1156" text="m_guides = value;" > + <codeaccessormethod accessType="1" parent_id="1156" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1156" text="m_guides = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_guides&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1157" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1157" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1157" tag="tblock_62" canDelete="false" indentLevel="1" text="private DCOPObject* m_dcop;" > + <ccfdeclarationcodeblock parent_id="1157" tag="tblock_62" canDelete="false" indentLevel="1" text="private DCOPObject* m_dcop;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1157" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1157" text="return m_dcop;" > + <codeaccessormethod accessType="0" parent_id="1157" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1157" text="return m_dcop;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dcop&#010;&#010;@return the value of m_dcop" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1157" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1157" text="m_dcop = value;" > + <codeaccessormethod accessType="1" parent_id="1157" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1157" text="m_dcop = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dcop&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1158" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1158" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1158" tag="tblock_65" canDelete="false" indentLevel="1" text="private QPixmap m_pixmap;" > + <ccfdeclarationcodeblock parent_id="1158" tag="tblock_65" canDelete="false" indentLevel="1" text="private QPixmap m_pixmap;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1158" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1158" text="return m_pixmap;" > + <codeaccessormethod accessType="0" parent_id="1158" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1158" text="return m_pixmap;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pixmap&#010;&#010;@return the value of m_pixmap" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1158" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1158" text="m_pixmap = value;" > + <codeaccessormethod accessType="1" parent_id="1158" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1158" text="m_pixmap = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pixmap&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1159" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1159" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1159" tag="tblock_68" canDelete="false" indentLevel="1" text="private vKisAnnotationSP m_annotations;" > + <ccfdeclarationcodeblock parent_id="1159" tag="tblock_68" canDelete="false" indentLevel="1" text="private vKisAnnotationSP m_annotations;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1159" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1159" text="return m_annotations;" > + <codeaccessormethod accessType="0" parent_id="1159" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1159" text="return m_annotations;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_annotations&#010;&#010;@return the value of m_annotations" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1159" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1159" text="m_annotations = value;" > + <codeaccessormethod accessType="1" parent_id="1159" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1159" text="m_annotations = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_annotations&#010;&#010;" /> </header> @@ -8455,7 +8455,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="384" tqparent_class="384" fileExt=".java" fileName="KisImageSP" > + <classifiercodedocument writeOutCode="true" package="" id="384" parent_class="384" fileExt=".java" fileName="KisImageSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8467,7 +8467,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="384" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="384" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisImageSP&#010;" /> </header> @@ -8530,7 +8530,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="385" tqparent_class="385" fileExt=".java" fileName="vKisImageSP" > + <classifiercodedocument writeOutCode="true" package="" id="385" parent_class="385" fileExt=".java" fileName="vKisImageSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8542,7 +8542,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="385" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="385" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisImageSP&#010;" /> </header> @@ -8605,7 +8605,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="386" tqparent_class="386" fileExt=".java" fileName="vKisImageSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="386" parent_class="386" fileExt=".java" fileName="vKisImageSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8617,7 +8617,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="386" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="386" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisImageSP_it&#010;" /> </header> @@ -8680,7 +8680,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="387" tqparent_class="387" fileExt=".java" fileName="vKisImageSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="387" parent_class="387" fileExt=".java" fileName="vKisImageSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8692,7 +8692,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="387" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="387" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisImageSP_cit&#010;" /> </header> @@ -8755,7 +8755,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="388" tqparent_class="388" fileExt=".java" fileName="KisPaintDevice" > + <classifiercodedocument writeOutCode="true" package="" id="388" parent_class="388" fileExt=".java" fileName="KisPaintDevice" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -8767,7 +8767,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="388" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="388" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintDevice&#010;Class modelled on QPaintDevice." /> </header> @@ -8777,67 +8777,67 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1627" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisImage* m_owner;" > + <ccfdeclarationcodeblock parent_id="1627" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisImage* m_owner;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1628" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDataManager* m_datamanager;" > + <ccfdeclarationcodeblock parent_id="1628" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDataManager* m_datamanager;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" > + <ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" > + <ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1631" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_visible;" > + <ccfdeclarationcodeblock parent_id="1631" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_visible;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1633" tag="tblock_17" canDelete="false" indentLevel="1" text="private CompositeOp m_compositeOp;" > + <ccfdeclarationcodeblock parent_id="1633" tag="tblock_17" canDelete="false" indentLevel="1" text="private CompositeOp m_compositeOp;" > <header> <codecomment tag="" indentLevel="1" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1634" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1634" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" > + <ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" > <header> <codecomment tag="" indentLevel="1" text="// Cached for quick access" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" > + <ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1637" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1637" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1647" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_hasSelection;" > + <ccfdeclarationcodeblock parent_id="1647" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_hasSelection;" > <header> <codecomment tag="" indentLevel="1" text="// Whether there is a selection valid for this layer" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1648" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisSelectionSP m_selection;" > + <ccfdeclarationcodeblock parent_id="1648" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisSelectionSP m_selection;" > <header> <codecomment tag="" indentLevel="1" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> @@ -8871,132 +8871,132 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1627" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1627" text="return m_owner;" > + <codeaccessormethod accessType="0" parent_id="1627" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1627" text="return m_owner;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_owner&#010;&#010;@return the value of m_owner" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1627" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1627" text="m_owner = value;" > + <codeaccessormethod accessType="1" parent_id="1627" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1627" text="m_owner = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_owner&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1628" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1628" text="return m_datamanager;" > + <codeaccessormethod accessType="0" parent_id="1628" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1628" text="return m_datamanager;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_datamanager&#010;&#010;@return the value of m_datamanager" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1628" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1628" text="m_datamanager = value;" > + <codeaccessormethod accessType="1" parent_id="1628" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1628" text="m_datamanager = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_datamanager&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1629" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1629" text="return m_x;" > + <codeaccessormethod accessType="0" parent_id="1629" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1629" text="return m_x;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_x&#010;&#010;@return the value of m_x" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1629" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1629" text="m_x = value;" > + <codeaccessormethod accessType="1" parent_id="1629" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1629" text="m_x = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_x&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1630" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1630" text="return m_y;" > + <codeaccessormethod accessType="0" parent_id="1630" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1630" text="return m_y;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_y&#010;&#010;@return the value of m_y" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1630" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1630" text="m_y = value;" > + <codeaccessormethod accessType="1" parent_id="1630" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1630" text="m_y = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_y&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1631" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1631" text="return m_visible;" > + <codeaccessormethod accessType="0" parent_id="1631" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1631" text="return m_visible;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_visible&#010;&#010;@return the value of m_visible" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1631" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1631" text="m_visible = value;" > + <codeaccessormethod accessType="1" parent_id="1631" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1631" text="m_visible = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_visible&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1632" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1632" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="1632" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1632" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1632" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1632" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="1632" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1632" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1633" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1633" text="return m_compositeOp;" > + <codeaccessormethod accessType="0" parent_id="1633" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1633" text="return m_compositeOp;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1633" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1633" text="m_compositeOp = value;" > + <codeaccessormethod accessType="1" parent_id="1633" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1633" text="m_compositeOp = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1634" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1634" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1634" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1634" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1634" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1634" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1634" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1634" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1635" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1635" text="return m_pixelSize;" > + <codeaccessormethod accessType="0" parent_id="1635" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1635" text="return m_pixelSize;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cached for quick access" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1635" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1635" text="m_pixelSize = value;" > + <codeaccessormethod accessType="1" parent_id="1635" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1635" text="m_pixelSize = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cached for quick access" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1636" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1636" text="return m_nChannels;" > + <codeaccessormethod accessType="0" parent_id="1636" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1636" text="return m_nChannels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_nChannels&#010;&#010;@return the value of m_nChannels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1636" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1636" text="m_nChannels = value;" > + <codeaccessormethod accessType="1" parent_id="1636" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1636" text="m_nChannels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_nChannels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1637" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1637" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1637" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1637" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1637" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1637" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1637" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1637" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1647" text="return m_hasSelection;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1647" text="return m_hasSelection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Whether there is a selection valid for this layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1647" text="m_hasSelection = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1647" text="m_hasSelection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Whether there is a selection valid for this layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1648" text="return m_selection;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1648" text="return m_selection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1648" text="m_selection = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1648" text="m_selection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> @@ -9016,372 +9016,372 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1439" tag="operation_1439" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1439" tag="operation_1439" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colorStrategy &#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1442" tag="operation_1442" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1442" tag="operation_1442" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param colorStrategy &#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1447" tag="operation_1447" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1447" tag="operation_1447" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rhs &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1450" tag="operation_1450" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1450" tag="operation_1450" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1451" tag="operation_1451" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisRenderInterface" /> </header> </codeoperation> - <codeoperation tqparent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param store &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pt &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1461" tag="operation_1461" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1461" tag="operation_1461" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@param x &#010;@param y &#010;@return KNamedCommand* " /> </header> </codeoperation> - <codeoperation tqparent_id="1466" tag="operation_1466" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1466" tag="operation_1466" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return const bool " /> </header> </codeoperation> - <codeoperation tqparent_id="1468" tag="operation_1468" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1468" tag="operation_1468" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param v &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1473" tag="operation_1473" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1473" tag="operation_1473" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pt &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1475" tag="operation_1475" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1475" tag="operation_1475" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Retrieve the bounds of the paint device. The size is not exact,&#010;but may be larger if the underlying datamanager works that way.&#010;For instance, the tiled datamanager keeps the extent to the nearest&#010;multiple of 64." /> </header> </codeoperation> - <codeoperation tqparent_id="1480" tag="operation_1480" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1480" tag="operation_1480" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QRect " /> </header> </codeoperation> - <codeoperation tqparent_id="1481" tag="operation_1481" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1481" tag="operation_1481" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the exact bounds of this paint device. This may be very slow,&#010;especially on larger paint devices because it does a linear scanline search." /> </header> </codeoperation> - <codeoperation tqparent_id="1486" tag="operation_1486" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1486" tag="operation_1486" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QRect " /> </header> </codeoperation> - <codeoperation tqparent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1492" tag="operation_1492" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1492" tag="operation_1492" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1494" tag="operation_1494" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1494" tag="operation_1494" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return Q_UINT8* " /> </header> </codeoperation> - <codeoperation tqparent_id="1499" tag="operation_1499" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1499" tag="operation_1499" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1505" tag="operation_1505" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1505" tag="operation_1505" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text=" Converts the paint device to a different colorspace" /> </header> </codeoperation> - <codeoperation tqparent_id="1509" tag="operation_1509" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1509" tag="operation_1509" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Fill this paint device with the data from img;" /> </header> </codeoperation> - <codeoperation tqparent_id="1512" tag="operation_1512" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1512" tag="operation_1512" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Create an RGBA QImage from a rectangle in the paint device.&#010;&#010;x, y left-top point of the rect of pixels&#010;w, h width and height in pixels&#010;profile RGB profile to use in conversion. May be 0, in which&#010;case it's up to the colour strategy to choose a profile (most&#010;like sRGB)." /> </header> </codeoperation> - <codeoperation tqparent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Create an RGBA QImage from a rectangle in the paint device.&#010;&#010;The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.&#010;profile RGB profile to use in conversion. May be 0, in which&#010;case it's up to the colour strategy to choose a profile (most&#010;like sRGB)." /> </header> </codeoperation> - <codeoperation tqparent_id="1520" tag="operation_1520" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1520" tag="operation_1520" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="1521" tag="operation_1521" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1521" tag="operation_1521" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1523" tag="operation_1523" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1523" tag="operation_1523" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Fill c and opacity with the values found at x and y.&#010;The color values will be transformed from the profile of&#010; this paint device to the display profile.&#010;&#010;@return true if the operation was succesful." /> </header> </codeoperation> - <codeoperation tqparent_id="1529" tag="operation_1529" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1529" tag="operation_1529" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the specified pixel to the specified color. Note that this&#010;bypasses KisPainter. the PaintDevice is here used as an equivalent&#010;to QImage, not QPixmap. This means that this is not undoable; also,&#010;there is no compositing with an existing value at this location.&#010;&#010; The color values will be transformed from the display profile to&#010; the paint device profile.&#010;&#010;@return true if the operation was succesful" /> </header> </codeoperation> - <codeoperation tqparent_id="1534" tag="operation_1534" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1534" tag="operation_1534" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return a KisPixel wrapper around these bytes. If there are not enough&#010;bytes, bad things will happen. XXX: use vectors?" /> </header> </codeoperation> - <codeoperation tqparent_id="1536" tag="operation_1536" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1536" tag="operation_1536" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param bytes &#010;@return KisPixelRO " /> </header> </codeoperation> - <codeoperation tqparent_id="1539" tag="operation_1539" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1539" tag="operation_1539" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1540" tag="operation_1540" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1540" tag="operation_1540" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisStrategyColorSpaceSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1541" tag="operation_1541" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1541" tag="operation_1541" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return the icm profile associated with this layer, or&#010;the profile associated with the image if the color space of&#010;this layer is the same as the color space of the image,&#010;or 0." /> </header> </codeoperation> - <codeoperation tqparent_id="1542" tag="operation_1542" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1542" tag="operation_1542" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the profile associated with this layer to the specified profile&#010;or reset to 0 if the profile does not have the same colorspace signature&#010;as the color model associated with this paint device." /> </header> </codeoperation> - <codeoperation tqparent_id="1544" tag="operation_1544" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1544" tag="operation_1544" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return CompositeOp " /> </header> </codeoperation> - <codeoperation tqparent_id="1545" tag="operation_1545" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1545" tag="operation_1545" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param compositeOp &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1547" tag="operation_1547" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1547" tag="operation_1547" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1549" tag="operation_1549" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1549" tag="operation_1549" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1551" tag="operation_1551" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1551" tag="operation_1551" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param y &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1553" tag="operation_1553" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1553" tag="operation_1553" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return the number of bytes a pixel takes" /> </header> </codeoperation> - <codeoperation tqparent_id="1554" tag="operation_1554" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1554" tag="operation_1554" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Return the number of channels a pixel takes" /> </header> </codeoperation> - <codeoperation tqparent_id="1555" tag="operation_1555" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1555" tag="operation_1555" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisImage* " /> </header> </codeoperation> - <codeoperation tqparent_id="1558" tag="operation_1558" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1558" tag="operation_1558" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param image &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1560" tag="operation_1560" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1560" tag="operation_1560" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param sx &#010;@param sy &#010;@param m_progress &#010;@param ftype &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1565" tag="operation_1565" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1565" tag="operation_1565" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param angle &#010;@param m_progress &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1568" tag="operation_1568" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1568" tag="operation_1568" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param angleX &#010;@param angleY &#010;@param m_progress &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1572" tag="operation_1572" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1572" tag="operation_1572" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param xscale &#010;@param yscale &#010;@param xshear &#010;@param yshear &#010;@param denominator &#010;@param xtranslate &#010;@param ytranslate &#010;@param m_progress &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1581" tag="operation_1581" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1581" tag="operation_1581" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Mirror the device along the X axis" /> </header> </codeoperation> - <codeoperation tqparent_id="1582" tag="operation_1582" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1582" tag="operation_1582" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Mirror the device along the Y axis" /> </header> </codeoperation> - <codeoperation tqparent_id="1583" tag="operation_1583" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1583" tag="operation_1583" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisMemento* " /> </header> </codeoperation> - <codeoperation tqparent_id="1584" tag="operation_1584" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1584" tag="operation_1584" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param memento &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1586" tag="operation_1586" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1586" tag="operation_1586" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param memento &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1588" tag="operation_1588" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="This function return an iterator which points to the first pixel of an rectangle" /> </header> </codeoperation> - <codeoperation tqparent_id="1594" tag="operation_1594" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1594" tag="operation_1594" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="This function return an iterator which points to the first pixel of a horizontal line" /> </header> </codeoperation> - <codeoperation tqparent_id="1599" tag="operation_1599" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1599" tag="operation_1599" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="This function return an iterator which points to the first pixel of a vertical line" /> </header> </codeoperation> - <codeoperation tqparent_id="1604" tag="operation_1604" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1604" tag="operation_1604" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the current selection or create one if this layers hasn't got a selection yet." /> </header> </codeoperation> - <codeoperation tqparent_id="1605" tag="operation_1605" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1605" tag="operation_1605" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the specified selection object as the active selection for this layer" /> </header> </codeoperation> - <codeoperation tqparent_id="1607" tag="operation_1607" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1607" tag="operation_1607" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Adds the specified selection to the currently active selection for this layer" /> </header> </codeoperation> - <codeoperation tqparent_id="1609" tag="operation_1609" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1609" tag="operation_1609" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Subtracts the specified selection from the currently active selection for this layer" /> </header> </codeoperation> - <codeoperation tqparent_id="1611" tag="operation_1611" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1611" tag="operation_1611" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Whether there is a valid selection for this layer." /> </header> </codeoperation> - <codeoperation tqparent_id="1612" tag="operation_1612" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1612" tag="operation_1612" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Removes the current selection for this layer." /> </header> </codeoperation> - <codeoperation tqparent_id="1613" tag="operation_1613" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1613" tag="operation_1613" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param device &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1615" tag="operation_1615" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1615" tag="operation_1615" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param device &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1617" tag="operation_1617" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1617" tag="operation_1617" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param percentage &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1620" tag="operation_1620" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1620" tag="operation_1620" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1621" tag="operation_1621" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1621" tag="operation_1621" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1622" tag="operation_1622" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1622" tag="operation_1622" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1624" tag="operation_1624" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1624" tag="operation_1624" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisPaintDevice& " /> </header> </codeoperation> - <codeoperation tqparent_id="1638" tag="operation_1638" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1638" tag="operation_1638" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1641" tag="operation_1641" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1641" tag="operation_1641" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1644" tag="operation_1644" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1644" tag="operation_1644" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> @@ -9397,366 +9397,366 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1433" field_type="1096849528" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1433" field_type="1096849528" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > + <ccfdeclarationcodeblock parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1436" field_type="6619252" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1436" field_type="6619252" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1627" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1627" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisImage* m_owner;" > + <ccfdeclarationcodeblock parent_id="1627" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisImage* m_owner;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1627" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1627" text="return m_owner;" > + <codeaccessormethod accessType="0" parent_id="1627" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1627" text="return m_owner;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_owner&#010;&#010;@return the value of m_owner" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1627" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1627" text="m_owner = value;" > + <codeaccessormethod accessType="1" parent_id="1627" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1627" text="m_owner = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_owner&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1628" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1628" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1628" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDataManager* m_datamanager;" > + <ccfdeclarationcodeblock parent_id="1628" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDataManager* m_datamanager;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1628" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1628" text="return m_datamanager;" > + <codeaccessormethod accessType="0" parent_id="1628" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1628" text="return m_datamanager;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_datamanager&#010;&#010;@return the value of m_datamanager" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1628" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1628" text="m_datamanager = value;" > + <codeaccessormethod accessType="1" parent_id="1628" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1628" text="m_datamanager = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_datamanager&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1629" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1629" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" > + <ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1629" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1629" text="return m_x;" > + <codeaccessormethod accessType="0" parent_id="1629" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1629" text="return m_x;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_x&#010;&#010;@return the value of m_x" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1629" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1629" text="m_x = value;" > + <codeaccessormethod accessType="1" parent_id="1629" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1629" text="m_x = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_x&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1630" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1630" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" > + <ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1630" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1630" text="return m_y;" > + <codeaccessormethod accessType="0" parent_id="1630" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1630" text="return m_y;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_y&#010;&#010;@return the value of m_y" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1630" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1630" text="m_y = value;" > + <codeaccessormethod accessType="1" parent_id="1630" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1630" text="m_y = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_y&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1631" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1631" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1631" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_visible;" > + <ccfdeclarationcodeblock parent_id="1631" tag="tblock_11" canDelete="false" indentLevel="1" text="private boolean m_visible;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1631" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1631" text="return m_visible;" > + <codeaccessormethod accessType="0" parent_id="1631" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1631" text="return m_visible;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_visible&#010;&#010;@return the value of m_visible" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1631" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1631" text="m_visible = value;" > + <codeaccessormethod accessType="1" parent_id="1631" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1631" text="m_visible = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_visible&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1632" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1632" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1632" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1632" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="1632" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1632" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1632" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1632" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="1632" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1632" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1633" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1633" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1633" tag="tblock_17" canDelete="false" indentLevel="1" text="private CompositeOp m_compositeOp;" > + <ccfdeclarationcodeblock parent_id="1633" tag="tblock_17" canDelete="false" indentLevel="1" text="private CompositeOp m_compositeOp;" > <header> <codecomment tag="" indentLevel="1" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1633" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1633" text="return m_compositeOp;" > + <codeaccessormethod accessType="0" parent_id="1633" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1633" text="return m_compositeOp;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1633" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1633" text="m_compositeOp = value;" > + <codeaccessormethod accessType="1" parent_id="1633" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1633" text="m_compositeOp = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Operation used to composite this layer with the layers _under_ this layer" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1634" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1634" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1634" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1634" tag="tblock_20" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1634" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1634" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1634" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1634" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1634" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1634" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1634" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1634" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1635" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1635" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Cached for quick access" /> </header> - <ccfdeclarationcodeblock tqparent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" > + <ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" > <header> <codecomment tag="" indentLevel="1" text="// Cached for quick access" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1635" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1635" text="return m_pixelSize;" > + <codeaccessormethod accessType="0" parent_id="1635" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1635" text="return m_pixelSize;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cached for quick access" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1635" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1635" text="m_pixelSize = value;" > + <codeaccessormethod accessType="1" parent_id="1635" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1635" text="m_pixelSize = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Cached for quick access" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1636" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1636" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" > + <ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1636" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1636" text="return m_nChannels;" > + <codeaccessormethod accessType="0" parent_id="1636" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1636" text="return m_nChannels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_nChannels&#010;&#010;@return the value of m_nChannels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1636" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1636" text="m_nChannels = value;" > + <codeaccessormethod accessType="1" parent_id="1636" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1636" text="m_nChannels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_nChannels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1637" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1637" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1637" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1637" tag="tblock_29" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1637" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1637" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1637" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1637" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1637" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1637" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1637" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1637" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1647" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Whether there is a selection valid for this layer" /> </header> - <ccfdeclarationcodeblock tqparent_id="1647" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_hasSelection;" > + <ccfdeclarationcodeblock parent_id="1647" tag="tblock_32" canDelete="false" indentLevel="1" text="private boolean m_hasSelection;" > <header> <codecomment tag="" indentLevel="1" text="// Whether there is a selection valid for this layer" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1647" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1647" text="return m_hasSelection;" > + <codeaccessormethod accessType="0" parent_id="1647" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1647" text="return m_hasSelection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Whether there is a selection valid for this layer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1647" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1647" text="m_hasSelection = value;" > + <codeaccessormethod accessType="1" parent_id="1647" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1647" text="m_hasSelection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Whether there is a selection valid for this layer" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1648" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> - <ccfdeclarationcodeblock tqparent_id="1648" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisSelectionSP m_selection;" > + <ccfdeclarationcodeblock parent_id="1648" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisSelectionSP m_selection;" > <header> <codecomment tag="" indentLevel="1" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1648" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1648" text="return m_selection;" > + <codeaccessormethod accessType="0" parent_id="1648" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1648" text="return m_selection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1648" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1648" text="m_selection = value;" > + <codeaccessormethod accessType="1" parent_id="1648" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1648" text="m_selection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Contains the actual selection. For now, there can be only// one selection per layer. XXX: is this a limitation?" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1649" field_type="6357102" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1649" field_type="6357102" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSelection = new KisSelection ( );" > + <ccfdeclarationcodeblock parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSelection = new KisSelection ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisSelection to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisSelection from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -9764,7 +9764,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="389" tqparent_class="389" fileExt=".java" fileName="KisPaintDeviceSP" > + <classifiercodedocument writeOutCode="true" package="" id="389" parent_class="389" fileExt=".java" fileName="KisPaintDeviceSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9776,7 +9776,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="389" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="389" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintDeviceSP&#010;" /> </header> @@ -9839,7 +9839,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="390" tqparent_class="390" fileExt=".java" fileName="vKisPaintDeviceSP" > + <classifiercodedocument writeOutCode="true" package="" id="390" parent_class="390" fileExt=".java" fileName="vKisPaintDeviceSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9851,7 +9851,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="390" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="390" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisPaintDeviceSP&#010;" /> </header> @@ -9914,7 +9914,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="391" tqparent_class="391" fileExt=".java" fileName="vKisPaintDeviceSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="391" parent_class="391" fileExt=".java" fileName="vKisPaintDeviceSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -9926,7 +9926,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="391" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="391" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisPaintDeviceSP_it&#010;" /> </header> @@ -9989,7 +9989,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="392" tqparent_class="392" fileExt=".java" fileName="vKisPaintDeviceSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="392" parent_class="392" fileExt=".java" fileName="vKisPaintDeviceSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10001,7 +10001,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="392" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="392" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisPaintDeviceSP_cit&#010;" /> </header> @@ -10064,7 +10064,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="393" tqparent_class="393" fileExt=".java" fileName="KisLayer" > + <classifiercodedocument writeOutCode="true" package="" id="393" parent_class="393" fileExt=".java" fileName="KisLayer" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10076,7 +10076,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="393" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="393" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisLayer&#010;" /> </header> @@ -10139,7 +10139,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="394" tqparent_class="394" fileExt=".java" fileName="KisLayerSP" > + <classifiercodedocument writeOutCode="true" package="" id="394" parent_class="394" fileExt=".java" fileName="KisLayerSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10151,7 +10151,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="394" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="394" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisLayerSP&#010;" /> </header> @@ -10214,7 +10214,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="395" tqparent_class="395" fileExt=".java" fileName="vKisLayerSP" > + <classifiercodedocument writeOutCode="true" package="" id="395" parent_class="395" fileExt=".java" fileName="vKisLayerSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10226,7 +10226,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="395" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="395" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisLayerSP&#010;" /> </header> @@ -10289,7 +10289,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="396" tqparent_class="396" fileExt=".java" fileName="vKisLayerSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="396" parent_class="396" fileExt=".java" fileName="vKisLayerSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10301,7 +10301,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="396" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="396" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisLayerSP_it&#010;" /> </header> @@ -10364,7 +10364,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="397" tqparent_class="397" fileExt=".java" fileName="vKisLayerSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="397" parent_class="397" fileExt=".java" fileName="vKisLayerSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10376,7 +10376,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="397" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="397" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisLayerSP_cit&#010;" /> </header> @@ -10439,7 +10439,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="398" tqparent_class="398" fileExt=".java" fileName="KisSelection" > + <classifiercodedocument writeOutCode="true" package="" id="398" parent_class="398" fileExt=".java" fileName="KisSelection" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10451,7 +10451,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="398" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="398" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSelection&#010;KisSelection contains a byte-map representation of a layer, where&#010;the value of a byte signifies whether a corresponding pixel is selected, or not.&#010;" /> </header> @@ -10461,17 +10461,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1671" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDeviceSP m_parentLayer;" > + <ccfdeclarationcodeblock parent_id="1671" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDeviceSP m_parentLayer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1672" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisColorSpaceAlphaSP m_alpha;" > + <ccfdeclarationcodeblock parent_id="1672" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisColorSpaceAlphaSP m_alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_tqmaskColor;" > + <ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_maskColor;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -10505,34 +10505,34 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1671" text="return m_parentLayer;" > + <codeaccessormethod accessType="0" parent_id="1671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1671" text="return m_parentLayer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_parentLayer&#010;&#010;@return the value of m_parentLayer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1671" text="m_parentLayer = value;" > + <codeaccessormethod accessType="1" parent_id="1671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1671" text="m_parentLayer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_parentLayer&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1672" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1672" text="return m_alpha;" > + <codeaccessormethod accessType="0" parent_id="1672" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1672" text="return m_alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alpha&#010;&#010;@return the value of m_alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1672" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1672" text="m_alpha = value;" > + <codeaccessormethod accessType="1" parent_id="1672" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1672" text="m_alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alpha&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1673" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1673" text="return m_tqmaskColor;" > + <codeaccessormethod accessType="0" parent_id="1673" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1673" text="return m_maskColor;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqmaskColor&#010;&#010;@return the value of m_tqmaskColor" /> + <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_maskColor&#010;&#010;@return the value of m_maskColor" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1673" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1673" text="m_tqmaskColor = value;" > + <codeaccessormethod accessType="1" parent_id="1673" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1673" text="m_maskColor = value;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqmaskColor&#010;&#010;" /> + <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_maskColor&#010;&#010;" /> </header> </codeaccessormethod> </textblocks> @@ -10550,47 +10550,47 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1652" tag="operation_1652" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1652" tag="operation_1652" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1655" tag="operation_1655" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1655" tag="operation_1655" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param layer &#010;@param name &#010;@param c &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1659" tag="operation_1659" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1659" tag="operation_1659" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1660" tag="operation_1660" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1660" tag="operation_1660" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" /> </header> </codeoperation> - <codeoperation tqparent_id="1661" tag="operation_1661" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1661" tag="operation_1661" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1663" tag="operation_1663" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1663" tag="operation_1663" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1665" tag="operation_1665" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1665" tag="operation_1665" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param r &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1667" tag="operation_1667" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1667" tag="operation_1667" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Keep the selection but set the tqmask to color c// Note: it is intentional to deep-copy the color// since the selection will want to own its own copy." /> </header> </codeoperation> - <codeoperation tqparent_id="1670" tag="operation_1670" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1670" tag="operation_1670" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QRect " /> </header> @@ -10606,104 +10606,104 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1649" field_type="49" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1649" field_type="49" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisPaintDevice = new KisPaintDevice ( );" > + <ccfdeclarationcodeblock parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisPaintDevice = new KisPaintDevice ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisPaintDevice to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisPaintDevice from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1649" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1649" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1671" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDeviceSP m_parentLayer;" > + <ccfdeclarationcodeblock parent_id="1671" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDeviceSP m_parentLayer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1671" text="return m_parentLayer;" > + <codeaccessormethod accessType="0" parent_id="1671" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1671" text="return m_parentLayer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_parentLayer&#010;&#010;@return the value of m_parentLayer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1671" text="m_parentLayer = value;" > + <codeaccessormethod accessType="1" parent_id="1671" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1671" text="m_parentLayer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_parentLayer&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1672" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1672" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1672" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisColorSpaceAlphaSP m_alpha;" > + <ccfdeclarationcodeblock parent_id="1672" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisColorSpaceAlphaSP m_alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1672" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1672" text="return m_alpha;" > + <codeaccessormethod accessType="0" parent_id="1672" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1672" text="return m_alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alpha&#010;&#010;@return the value of m_alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1672" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1672" text="m_alpha = value;" > + <codeaccessormethod accessType="1" parent_id="1672" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1672" text="m_alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alpha&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1673" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1673" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_tqmaskColor;" > + <ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_maskColor;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1673" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1673" text="return m_tqmaskColor;" > + <codeaccessormethod accessType="0" parent_id="1673" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1673" text="return m_maskColor;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqmaskColor&#010;&#010;@return the value of m_tqmaskColor" /> + <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_maskColor&#010;&#010;@return the value of m_maskColor" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1673" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1673" text="m_tqmaskColor = value;" > + <codeaccessormethod accessType="1" parent_id="1673" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1673" text="m_maskColor = value;" > <header> - <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqmaskColor&#010;&#010;" /> + <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_maskColor&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="399" tqparent_class="399" fileExt=".java" fileName="KisSelectionSP" > + <classifiercodedocument writeOutCode="true" package="" id="399" parent_class="399" fileExt=".java" fileName="KisSelectionSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10715,7 +10715,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="399" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="399" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSelectionSP&#010;" /> </header> @@ -10778,7 +10778,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="400" tqparent_class="400" fileExt=".java" fileName="vKisSelectionSP" > + <classifiercodedocument writeOutCode="true" package="" id="400" parent_class="400" fileExt=".java" fileName="vKisSelectionSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10790,7 +10790,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="400" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="400" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisSelectionSP&#010;" /> </header> @@ -10853,7 +10853,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="401" tqparent_class="401" fileExt=".java" fileName="vKisSelectionSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="401" parent_class="401" fileExt=".java" fileName="vKisSelectionSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10865,7 +10865,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="401" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="401" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisSelectionSP_it&#010;" /> </header> @@ -10928,7 +10928,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="402" tqparent_class="402" fileExt=".java" fileName="vKisSelectionSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="402" parent_class="402" fileExt=".java" fileName="vKisSelectionSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -10940,7 +10940,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="402" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="402" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisSelectionSP_cit&#010;" /> </header> @@ -11003,7 +11003,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="403" tqparent_class="403" fileExt=".java" fileName="KisBackground" > + <classifiercodedocument writeOutCode="true" package="" id="403" parent_class="403" fileExt=".java" fileName="KisBackground" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11015,7 +11015,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="403" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="403" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBackground&#010;" /> </header> @@ -11078,7 +11078,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="404" tqparent_class="404" fileExt=".java" fileName="KisBackgroundSP" > + <classifiercodedocument writeOutCode="true" package="" id="404" parent_class="404" fileExt=".java" fileName="KisBackgroundSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11090,7 +11090,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="404" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="404" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBackgroundSP&#010;" /> </header> @@ -11153,7 +11153,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="405" tqparent_class="405" fileExt=".java" fileName="KisHistogram" > + <classifiercodedocument writeOutCode="true" package="" id="405" parent_class="405" fileExt=".java" fileName="KisHistogram" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11165,7 +11165,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="405" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="405" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisHistogram&#010;" /> </header> @@ -11228,7 +11228,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="406" tqparent_class="406" fileExt=".java" fileName="KisHistogramSP" > + <classifiercodedocument writeOutCode="true" package="" id="406" parent_class="406" fileExt=".java" fileName="KisHistogramSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11240,7 +11240,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="406" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="406" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisHistogramSP&#010;" /> </header> @@ -11303,7 +11303,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="407" tqparent_class="407" fileExt=".java" fileName="vKisHistogramSP" > + <classifiercodedocument writeOutCode="true" package="" id="407" parent_class="407" fileExt=".java" fileName="vKisHistogramSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11315,7 +11315,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="407" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="407" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisHistogramSP&#010;" /> </header> @@ -11378,7 +11378,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="408" tqparent_class="408" fileExt=".java" fileName="vKisHistogramSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="408" parent_class="408" fileExt=".java" fileName="vKisHistogramSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11390,7 +11390,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="408" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="408" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisHistogramSP_it&#010;" /> </header> @@ -11453,7 +11453,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="409" tqparent_class="409" fileExt=".java" fileName="vKisHistogramSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="409" parent_class="409" fileExt=".java" fileName="vKisHistogramSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11465,7 +11465,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="409" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="409" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisHistogramSP_cit&#010;" /> </header> @@ -11528,7 +11528,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="410" tqparent_class="410" fileExt=".java" fileName="KisPaintOp" > + <classifiercodedocument writeOutCode="true" package="" id="410" parent_class="410" fileExt=".java" fileName="KisPaintOp" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11540,7 +11540,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="410" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="410" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintOp&#010;" /> </header> @@ -11603,7 +11603,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="411" tqparent_class="411" fileExt=".java" fileName="KisPaintOpSP" > + <classifiercodedocument writeOutCode="true" package="" id="411" parent_class="411" fileExt=".java" fileName="KisPaintOpSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11615,7 +11615,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="411" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="411" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintOpSP&#010;" /> </header> @@ -11678,7 +11678,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="412" tqparent_class="412" fileExt=".java" fileName="KisPaintOpFactory" > + <classifiercodedocument writeOutCode="true" package="" id="412" parent_class="412" fileExt=".java" fileName="KisPaintOpFactory" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11690,7 +11690,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="412" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="412" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintOpFactory&#010;" /> </header> @@ -11753,7 +11753,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="413" tqparent_class="413" fileExt=".java" fileName="KisPaintOpFactorySP" > + <classifiercodedocument writeOutCode="true" package="" id="413" parent_class="413" fileExt=".java" fileName="KisPaintOpFactorySP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11765,7 +11765,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="413" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="413" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintOpFactorySP&#010;" /> </header> @@ -11828,7 +11828,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="414" tqparent_class="414" fileExt=".java" fileName="KisToolFactory" > + <classifiercodedocument writeOutCode="true" package="" id="414" parent_class="414" fileExt=".java" fileName="KisToolFactory" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11840,7 +11840,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="414" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="414" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisToolFactory&#010;" /> </header> @@ -11903,7 +11903,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="415" tqparent_class="415" fileExt=".java" fileName="KisToolFactorySP" > + <classifiercodedocument writeOutCode="true" package="" id="415" parent_class="415" fileExt=".java" fileName="KisToolFactorySP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11915,7 +11915,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="415" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="415" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisToolFactorySP&#010;" /> </header> @@ -11978,7 +11978,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="416" tqparent_class="416" fileExt=".java" fileName="KisPluginFactory" > + <classifiercodedocument writeOutCode="true" package="" id="416" parent_class="416" fileExt=".java" fileName="KisPluginFactory" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -11990,7 +11990,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="416" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="416" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPluginFactory&#010;" /> </header> @@ -12053,7 +12053,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="417" tqparent_class="417" fileExt=".java" fileName="KisPluginFactorySP" > + <classifiercodedocument writeOutCode="true" package="" id="417" parent_class="417" fileExt=".java" fileName="KisPluginFactorySP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12065,7 +12065,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="417" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="417" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPluginFactorySP&#010;" /> </header> @@ -12128,7 +12128,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="418" tqparent_class="418" fileExt=".java" fileName="KisTool" > + <classifiercodedocument writeOutCode="true" package="" id="418" parent_class="418" fileExt=".java" fileName="KisTool" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12140,7 +12140,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="418" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="418" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTool&#010;" /> </header> @@ -12203,7 +12203,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="419" tqparent_class="419" fileExt=".java" fileName="KisToolSP" > + <classifiercodedocument writeOutCode="true" package="" id="419" parent_class="419" fileExt=".java" fileName="KisToolSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12215,7 +12215,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="419" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="419" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisToolSP&#010;" /> </header> @@ -12278,7 +12278,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="420" tqparent_class="420" fileExt=".java" fileName="vKisTool" > + <classifiercodedocument writeOutCode="true" package="" id="420" parent_class="420" fileExt=".java" fileName="vKisTool" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12290,7 +12290,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="420" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="420" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisTool&#010;" /> </header> @@ -12353,7 +12353,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="421" tqparent_class="421" fileExt=".java" fileName="vKisTool_it" > + <classifiercodedocument writeOutCode="true" package="" id="421" parent_class="421" fileExt=".java" fileName="vKisTool_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12365,7 +12365,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="421" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="421" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisTool_it&#010;" /> </header> @@ -12428,7 +12428,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="422" tqparent_class="422" fileExt=".java" fileName="vKisTool_cit" > + <classifiercodedocument writeOutCode="true" package="" id="422" parent_class="422" fileExt=".java" fileName="vKisTool_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12440,7 +12440,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="422" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="422" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisTool_cit&#010;" /> </header> @@ -12503,7 +12503,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="423" tqparent_class="423" fileExt=".java" fileName="KisDataManager" > + <classifiercodedocument writeOutCode="true" package="" id="423" parent_class="423" fileExt=".java" fileName="KisDataManager" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12515,7 +12515,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="423" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="423" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDataManager&#010;// Change the following two lines to switch (at compiletime) to another datamanager/**&#010;KisDataManager defines the interface that modules responsible for&#010;storing and retrieving data must inmplement. Data modules, like&#010;the tile manager, are responsible for:&#010;&#010;* Storing undo/redo data&#010;* Offering ordererd and unordered iterators over rects of pixels&#010;* (eventually) efficiently loading and saving data in a format&#010;that may allow deferred loading.&#010;&#010;A datamanager knows nothing about the type of pixel data except&#010;how many Q_UINT8's a single pixel takes." /> </header> @@ -12567,92 +12567,92 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1352" tag="operation_1352" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1352" tag="operation_1352" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pixelSize &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1354" tag="operation_1354" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1354" tag="operation_1354" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dm &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1357" tag="operation_1357" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1357" tag="operation_1357" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisMemento* " /> </header> </codeoperation> - <codeoperation tqparent_id="1360" tag="operation_1360" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1360" tag="operation_1360" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param memento &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1362" tag="operation_1362" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1362" tag="operation_1362" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param memento &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1364" tag="operation_1364" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1364" tag="operation_1364" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param store &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1367" tag="operation_1367" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1367" tag="operation_1367" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param store &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="1369" tag="operation_1369" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1369" tag="operation_1369" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_UINT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1376" tag="operation_1376" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1376" tag="operation_1376" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1381" tag="operation_1381" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1381" tag="operation_1381" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param rect &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1383" tag="operation_1383" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1383" tag="operation_1383" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@param def &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1390" tag="operation_1390" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1390" tag="operation_1390" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@param def &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1397" tag="operation_1397" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1397" tag="operation_1397" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param sx &#010;@param sy &#010;@param dx &#010;@param dy &#010;@param w &#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1406" tag="operation_1406" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1406" tag="operation_1406" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@return Q_UINT8* " /> </header> </codeoperation> - <codeoperation tqparent_id="1409" tag="operation_1409" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1409" tag="operation_1409" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param data &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return Q_UINT8* " /> </header> </codeoperation> - <codeoperation tqparent_id="1418" tag="operation_1418" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1418" tag="operation_1418" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param data &#010;@param x &#010;@param y &#010;@param w &#010;@param h &#010;@return void " /> </header> @@ -12668,36 +12668,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1349" field_type="6619252" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1349" field_type="6619252" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisTiledDataManager = new KisTiledDataManager ( );" > + <ccfdeclarationcodeblock parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisTiledDataManager = new KisTiledDataManager ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisTiledDataManager to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisTiledDataManager from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -12705,7 +12705,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="424" tqparent_class="424" fileExt=".java" fileName="KisDataManagerSP" > + <classifiercodedocument writeOutCode="true" package="" id="424" parent_class="424" fileExt=".java" fileName="KisDataManagerSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12717,7 +12717,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="424" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="424" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDataManagerSP&#010;" /> </header> @@ -12780,7 +12780,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="425" tqparent_class="425" fileExt=".java" fileName="vKisSegments" > + <classifiercodedocument writeOutCode="true" package="" id="425" parent_class="425" fileExt=".java" fileName="vKisSegments" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12792,7 +12792,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="425" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="425" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisSegments&#010;" /> </header> @@ -12855,7 +12855,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="426" tqparent_class="426" fileExt=".java" fileName="KisStrategyColorSpace" > + <classifiercodedocument writeOutCode="true" package="" id="426" parent_class="426" fileExt=".java" fileName="KisStrategyColorSpace" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12867,7 +12867,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="426" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="426" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisStrategyColorSpace&#010;" /> </header> @@ -12930,7 +12930,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="427" tqparent_class="427" fileExt=".java" fileName="KisStrategyColorSpaceSP" > + <classifiercodedocument writeOutCode="true" package="" id="427" parent_class="427" fileExt=".java" fileName="KisStrategyColorSpaceSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -12942,7 +12942,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="427" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="427" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisStrategyColorSpaceSP&#010;" /> </header> @@ -13005,7 +13005,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="428" tqparent_class="428" fileExt=".java" fileName="KisStrategyColorSpaceMap" > + <classifiercodedocument writeOutCode="true" package="" id="428" parent_class="428" fileExt=".java" fileName="KisStrategyColorSpaceMap" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13017,7 +13017,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="428" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="428" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisStrategyColorSpaceMap&#010;" /> </header> @@ -13080,7 +13080,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="429" tqparent_class="429" fileExt=".java" fileName="KisGuide" > + <classifiercodedocument writeOutCode="true" package="" id="429" parent_class="429" fileExt=".java" fileName="KisGuide" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13092,7 +13092,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="429" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="429" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGuide&#010;Kivio - Visual Modelling and Flowcharting&#010;Copyright (C) 2000-2001 theKompany.com & Dave Marotti&#010;Copyright (C) 2002 Patrick Julien <[email protected]>&#010;&#010;This program is free software; you can redistribute it and/or&#010;modify it under the terms of the GNU General Public License&#010;as published by the Free Software Foundation; either version 2&#010;of the License, or (at your option) any later version.&#010;&#010;This program is distributed in the hope that it will be useful,&#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010;GNU General Public License for more details.&#010;&#010;You should have received a copy of the GNU General Public License&#010;along with this program; if not, write to the Free Software&#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." /> </header> @@ -13102,27 +13102,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="684" tag="tblock_0" canDelete="false" indentLevel="1" text="public double pos;" > + <ccfdeclarationcodeblock parent_id="684" tag="tblock_0" canDelete="false" indentLevel="1" text="public double pos;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="686" tag="tblock_2" canDelete="false" indentLevel="1" text="public QPixmap buffer;" > + <ccfdeclarationcodeblock parent_id="686" tag="tblock_2" canDelete="false" indentLevel="1" text="public QPixmap buffer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="687" tag="tblock_5" canDelete="false" indentLevel="1" text="public boolean hasBuffer;" > + <ccfdeclarationcodeblock parent_id="687" tag="tblock_5" canDelete="false" indentLevel="1" text="public boolean hasBuffer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" text="public boolean selected;" > + <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" text="public boolean selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="689" tag="tblock_11" canDelete="false" indentLevel="1" text="public Qt.Qt::Orientation orient;" > + <ccfdeclarationcodeblock parent_id="689" tag="tblock_11" canDelete="false" indentLevel="1" text="public Qt.Qt::Orientation orient;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -13156,52 +13156,52 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="684" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="684" text="return pos;" > + <codeaccessormethod accessType="0" parent_id="684" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="684" text="return pos;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of pos&#010;&#010;@return the value of pos" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="684" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="684" text="pos = value;" > + <codeaccessormethod accessType="1" parent_id="684" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="684" text="pos = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of pos&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="686" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="686" text="return buffer;" > + <codeaccessormethod accessType="0" parent_id="686" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="686" text="return buffer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of buffer&#010;&#010;@return the value of buffer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="686" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="686" text="buffer = value;" > + <codeaccessormethod accessType="1" parent_id="686" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="686" text="buffer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of buffer&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="687" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="687" text="return hasBuffer;" > + <codeaccessormethod accessType="0" parent_id="687" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="687" text="return hasBuffer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of hasBuffer&#010;&#010;@return the value of hasBuffer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="687" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="687" text="hasBuffer = value;" > + <codeaccessormethod accessType="1" parent_id="687" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="687" text="hasBuffer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of hasBuffer&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="688" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="688" text="return selected;" > + <codeaccessormethod accessType="0" parent_id="688" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="688" text="return selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of selected&#010;&#010;@return the value of selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="688" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="688" text="selected = value;" > + <codeaccessormethod accessType="1" parent_id="688" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="688" text="selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of selected&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="689" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="689" text="return orient;" > + <codeaccessormethod accessType="0" parent_id="689" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="689" text="return orient;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of orient&#010;&#010;@return the value of orient" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="689" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="689" text="orient = value;" > + <codeaccessormethod accessType="1" parent_id="689" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="689" text="orient = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of orient&#010;&#010;" /> </header> @@ -13221,27 +13221,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="676" tag="operation_676" canDelete="false" indentLevel="1" > + <codeoperation parent_id="676" tag="operation_676" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param o &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="680" tag="operation_680" canDelete="false" indentLevel="1" > + <codeoperation parent_id="680" tag="operation_680" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="681" tag="operation_681" canDelete="false" indentLevel="1" > + <codeoperation parent_id="681" tag="operation_681" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Qt.Qt::Orientation " /> </header> </codeoperation> - <codeoperation tqparent_id="682" tag="operation_682" canDelete="false" indentLevel="1" > + <codeoperation parent_id="682" tag="operation_682" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return double " /> </header> </codeoperation> - <codeoperation tqparent_id="683" tag="operation_683" canDelete="false" indentLevel="1" > + <codeoperation parent_id="683" tag="operation_683" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> @@ -13257,136 +13257,136 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="673" field_type="5439563" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="673" field_type="5439563" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="684" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="684" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="684" tag="tblock_0" canDelete="false" indentLevel="1" text="public double pos;" > + <ccfdeclarationcodeblock parent_id="684" tag="tblock_0" canDelete="false" indentLevel="1" text="public double pos;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="684" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="684" text="return pos;" > + <codeaccessormethod accessType="0" parent_id="684" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="684" text="return pos;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of pos&#010;&#010;@return the value of pos" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="684" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="684" text="pos = value;" > + <codeaccessormethod accessType="1" parent_id="684" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="684" text="pos = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of pos&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="686" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="686" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="686" tag="tblock_2" canDelete="false" indentLevel="1" text="public QPixmap buffer;" > + <ccfdeclarationcodeblock parent_id="686" tag="tblock_2" canDelete="false" indentLevel="1" text="public QPixmap buffer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="686" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="686" text="return buffer;" > + <codeaccessormethod accessType="0" parent_id="686" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="686" text="return buffer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of buffer&#010;&#010;@return the value of buffer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="686" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="686" text="buffer = value;" > + <codeaccessormethod accessType="1" parent_id="686" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="686" text="buffer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of buffer&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="687" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="687" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="687" tag="tblock_5" canDelete="false" indentLevel="1" text="public boolean hasBuffer;" > + <ccfdeclarationcodeblock parent_id="687" tag="tblock_5" canDelete="false" indentLevel="1" text="public boolean hasBuffer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="687" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="687" text="return hasBuffer;" > + <codeaccessormethod accessType="0" parent_id="687" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="687" text="return hasBuffer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of hasBuffer&#010;&#010;@return the value of hasBuffer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="687" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="687" text="hasBuffer = value;" > + <codeaccessormethod accessType="1" parent_id="687" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="687" text="hasBuffer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of hasBuffer&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="688" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="688" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" text="public boolean selected;" > + <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" text="public boolean selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="688" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="688" text="return selected;" > + <codeaccessormethod accessType="0" parent_id="688" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="688" text="return selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of selected&#010;&#010;@return the value of selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="688" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="688" text="selected = value;" > + <codeaccessormethod accessType="1" parent_id="688" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="688" text="selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of selected&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="689" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="689" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="689" tag="tblock_11" canDelete="false" indentLevel="1" text="public Qt.Qt::Orientation orient;" > + <ccfdeclarationcodeblock parent_id="689" tag="tblock_11" canDelete="false" indentLevel="1" text="public Qt.Qt::Orientation orient;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="689" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="689" text="return orient;" > + <codeaccessormethod accessType="0" parent_id="689" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="689" text="return orient;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of orient&#010;&#010;@return the value of orient" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="689" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="689" text="orient = value;" > + <codeaccessormethod accessType="1" parent_id="689" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="689" text="orient = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of orient&#010;&#010;" /> </header> @@ -13394,7 +13394,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="430" tqparent_class="430" fileExt=".java" fileName="KisGuideSP" > + <classifiercodedocument writeOutCode="true" package="" id="430" parent_class="430" fileExt=".java" fileName="KisGuideSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13406,7 +13406,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="430" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="430" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGuideSP&#010;" /> </header> @@ -13469,7 +13469,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="431" tqparent_class="431" fileExt=".java" fileName="KisAlphaMask" > + <classifiercodedocument writeOutCode="true" package="" id="431" parent_class="431" fileExt=".java" fileName="KisAlphaMask" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13481,7 +13481,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="431" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="431" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAlphaMask&#010;" /> </header> @@ -13544,7 +13544,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="432" tqparent_class="432" fileExt=".java" fileName="KisAlphaMaskSP" > + <classifiercodedocument writeOutCode="true" package="" id="432" parent_class="432" fileExt=".java" fileName="KisAlphaMaskSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13556,7 +13556,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="432" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="432" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAlphaMaskSP&#010;" /> </header> @@ -13619,7 +13619,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="433" tqparent_class="433" fileExt=".java" fileName="KisColorSpaceAlpha" > + <classifiercodedocument writeOutCode="true" package="" id="433" parent_class="433" fileExt=".java" fileName="KisColorSpaceAlpha" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13631,7 +13631,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="433" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="433" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisColorSpaceAlpha&#010;" /> </header> @@ -13694,7 +13694,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="434" tqparent_class="434" fileExt=".java" fileName="KisColorSpaceAlphaSP" > + <classifiercodedocument writeOutCode="true" package="" id="434" parent_class="434" fileExt=".java" fileName="KisColorSpaceAlphaSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13706,7 +13706,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="434" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="434" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisColorSpaceAlphaSP&#010;" /> </header> @@ -13769,7 +13769,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="435" tqparent_class="435" fileExt=".java" fileName="KisFilter" > + <classifiercodedocument writeOutCode="true" package="" id="435" parent_class="435" fileExt=".java" fileName="KisFilter" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13781,7 +13781,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="435" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="435" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilter&#010;" /> </header> @@ -13844,7 +13844,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="436" tqparent_class="436" fileExt=".java" fileName="KisFilterSP" > + <classifiercodedocument writeOutCode="true" package="" id="436" parent_class="436" fileExt=".java" fileName="KisFilterSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13856,7 +13856,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="436" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="436" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterSP&#010;" /> </header> @@ -13919,7 +13919,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="437" tqparent_class="437" fileExt=".java" fileName="KisProfile" > + <classifiercodedocument writeOutCode="true" package="" id="437" parent_class="437" fileExt=".java" fileName="KisProfile" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -13931,7 +13931,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="437" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="437" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProfile&#010; kis_profile.h - part of Krayon&#010;&#010; Copyright (c) 2000 Matthias Elter <[email protected]>&#010; 2004 Boudewijn Rempt <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;" /> </header> @@ -13941,42 +13941,42 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="949" tag="tblock_0" canDelete="false" indentLevel="1" text="private cmsHPROFILE m_profile;" > + <ccfdeclarationcodeblock parent_id="949" tag="tblock_0" canDelete="false" indentLevel="1" text="private cmsHPROFILE m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="950" tag="tblock_2" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > + <ccfdeclarationcodeblock parent_id="950" tag="tblock_2" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="951" tag="tblock_5" canDelete="false" indentLevel="1" text="private icProfileClassSignature m_deviceClass;" > + <ccfdeclarationcodeblock parent_id="951" tag="tblock_5" canDelete="false" indentLevel="1" text="private icProfileClassSignature m_deviceClass;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_productName;" > + <ccfdeclarationcodeblock parent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_productName;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private QString m_productDescription;" > + <ccfdeclarationcodeblock parent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private QString m_productDescription;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_productInfo;" > + <ccfdeclarationcodeblock parent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_productInfo;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private QString m_manufacturer;" > + <ccfdeclarationcodeblock parent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private QString m_manufacturer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" > + <ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -14010,82 +14010,82 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="949" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="949" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="949" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="949" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="949" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="949" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="949" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="949" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="950" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="950" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="950" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="950" text="return m_colorSpaceSignature;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorSpaceSignature&#010;&#010;@return the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="950" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="950" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="950" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="950" text="m_colorSpaceSignature = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorSpaceSignature&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="951" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="951" text="return m_deviceClass;" > + <codeaccessormethod accessType="0" parent_id="951" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="951" text="return m_deviceClass;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_deviceClass&#010;&#010;@return the value of m_deviceClass" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="951" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="951" text="m_deviceClass = value;" > + <codeaccessormethod accessType="1" parent_id="951" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="951" text="m_deviceClass = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_deviceClass&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="952" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="952" text="return m_productName;" > + <codeaccessormethod accessType="0" parent_id="952" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="952" text="return m_productName;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_productName&#010;&#010;@return the value of m_productName" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="952" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="952" text="m_productName = value;" > + <codeaccessormethod accessType="1" parent_id="952" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="952" text="m_productName = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_productName&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="953" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="953" text="return m_productDescription;" > + <codeaccessormethod accessType="0" parent_id="953" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="953" text="return m_productDescription;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_productDescription&#010;&#010;@return the value of m_productDescription" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="953" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="953" text="m_productDescription = value;" > + <codeaccessormethod accessType="1" parent_id="953" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="953" text="m_productDescription = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_productDescription&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="954" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="954" text="return m_productInfo;" > + <codeaccessormethod accessType="0" parent_id="954" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="954" text="return m_productInfo;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_productInfo&#010;&#010;@return the value of m_productInfo" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="954" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="954" text="m_productInfo = value;" > + <codeaccessormethod accessType="1" parent_id="954" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="954" text="m_productInfo = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_productInfo&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="955" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="955" text="return m_manufacturer;" > + <codeaccessormethod accessType="0" parent_id="955" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="955" text="return m_manufacturer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_manufacturer&#010;&#010;@return the value of m_manufacturer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="955" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="955" text="m_manufacturer = value;" > + <codeaccessormethod accessType="1" parent_id="955" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="955" text="m_manufacturer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_manufacturer&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="956" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="956" text="return m_lcmsColorType;" > + <codeaccessormethod accessType="0" parent_id="956" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="956" text="return m_lcmsColorType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_lcmsColorType&#010;&#010;@return the value of m_lcmsColorType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="956" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="956" text="m_lcmsColorType = value;" > + <codeaccessormethod accessType="1" parent_id="956" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="956" text="m_lcmsColorType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_lcmsColorType&#010;&#010;" /> </header> @@ -14105,82 +14105,82 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="923" tag="operation_923" canDelete="false" indentLevel="1" > + <codeoperation parent_id="923" tag="operation_923" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param colorType &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="926" tag="operation_926" canDelete="false" indentLevel="1" > + <codeoperation parent_id="926" tag="operation_926" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param file &#010;@param colorType &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="929" tag="operation_929" canDelete="false" indentLevel="1" > + <codeoperation parent_id="929" tag="operation_929" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param profile &#010;@param colorType &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="934" tag="operation_934" canDelete="false" indentLevel="1" > + <codeoperation parent_id="934" tag="operation_934" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="935" tag="operation_935" canDelete="false" indentLevel="1" > + <codeoperation parent_id="935" tag="operation_935" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="936" tag="operation_936" canDelete="false" indentLevel="1" > + <codeoperation parent_id="936" tag="operation_936" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="937" tag="operation_937" canDelete="false" indentLevel="1" > + <codeoperation parent_id="937" tag="operation_937" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QImage " /> </header> </codeoperation> - <codeoperation tqparent_id="938" tag="operation_938" canDelete="false" indentLevel="1" > + <codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return icColorSpaceSignature " /> </header> </codeoperation> - <codeoperation tqparent_id="940" tag="operation_940" canDelete="false" indentLevel="1" > + <codeoperation parent_id="940" tag="operation_940" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return icProfileClassSignature " /> </header> </codeoperation> - <codeoperation tqparent_id="942" tag="operation_942" canDelete="false" indentLevel="1" > + <codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="943" tag="operation_943" canDelete="false" indentLevel="1" > + <codeoperation parent_id="943" tag="operation_943" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="944" tag="operation_944" canDelete="false" indentLevel="1" > + <codeoperation parent_id="944" tag="operation_944" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="945" tag="operation_945" canDelete="false" indentLevel="1" > + <codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="946" tag="operation_946" canDelete="false" indentLevel="1" > + <codeoperation parent_id="946" tag="operation_946" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return cmsHPROFILE " /> </header> </codeoperation> - <codeoperation tqparent_id="947" tag="operation_947" canDelete="false" indentLevel="1" > + <codeoperation parent_id="947" tag="operation_947" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_UINT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="948" tag="operation_948" canDelete="false" indentLevel="1" > + <codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> @@ -14196,231 +14196,231 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="917" field_type="2097267" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="917" field_type="2097267" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisResource = new KisResource ( );" > + <ccfdeclarationcodeblock parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisResource = new KisResource ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisResource to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisResource from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="920" field_type="7536741" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="920" field_type="7536741" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="949" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="949" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="949" tag="tblock_0" canDelete="false" indentLevel="1" text="private cmsHPROFILE m_profile;" > + <ccfdeclarationcodeblock parent_id="949" tag="tblock_0" canDelete="false" indentLevel="1" text="private cmsHPROFILE m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="949" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="949" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="949" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="949" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="949" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="949" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="949" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="949" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="950" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="950" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="950" tag="tblock_2" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > + <ccfdeclarationcodeblock parent_id="950" tag="tblock_2" canDelete="false" indentLevel="1" text="private icColorSpaceSignature m_colorSpaceSignature;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="950" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="950" text="return m_colorSpaceSignature;" > + <codeaccessormethod accessType="0" parent_id="950" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="950" text="return m_colorSpaceSignature;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorSpaceSignature&#010;&#010;@return the value of m_colorSpaceSignature" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="950" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="950" text="m_colorSpaceSignature = value;" > + <codeaccessormethod accessType="1" parent_id="950" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="950" text="m_colorSpaceSignature = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorSpaceSignature&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="951" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="951" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="951" tag="tblock_5" canDelete="false" indentLevel="1" text="private icProfileClassSignature m_deviceClass;" > + <ccfdeclarationcodeblock parent_id="951" tag="tblock_5" canDelete="false" indentLevel="1" text="private icProfileClassSignature m_deviceClass;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="951" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="951" text="return m_deviceClass;" > + <codeaccessormethod accessType="0" parent_id="951" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="951" text="return m_deviceClass;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_deviceClass&#010;&#010;@return the value of m_deviceClass" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="951" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="951" text="m_deviceClass = value;" > + <codeaccessormethod accessType="1" parent_id="951" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="951" text="m_deviceClass = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_deviceClass&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="952" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="952" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_productName;" > + <ccfdeclarationcodeblock parent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_productName;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="952" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="952" text="return m_productName;" > + <codeaccessormethod accessType="0" parent_id="952" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="952" text="return m_productName;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_productName&#010;&#010;@return the value of m_productName" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="952" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="952" text="m_productName = value;" > + <codeaccessormethod accessType="1" parent_id="952" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="952" text="m_productName = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_productName&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="953" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="953" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private QString m_productDescription;" > + <ccfdeclarationcodeblock parent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private QString m_productDescription;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="953" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="953" text="return m_productDescription;" > + <codeaccessormethod accessType="0" parent_id="953" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="953" text="return m_productDescription;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_productDescription&#010;&#010;@return the value of m_productDescription" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="953" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="953" text="m_productDescription = value;" > + <codeaccessormethod accessType="1" parent_id="953" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="953" text="m_productDescription = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_productDescription&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="954" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="954" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_productInfo;" > + <ccfdeclarationcodeblock parent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_productInfo;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="954" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="954" text="return m_productInfo;" > + <codeaccessormethod accessType="0" parent_id="954" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="954" text="return m_productInfo;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_productInfo&#010;&#010;@return the value of m_productInfo" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="954" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="954" text="m_productInfo = value;" > + <codeaccessormethod accessType="1" parent_id="954" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="954" text="m_productInfo = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_productInfo&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="955" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="955" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private QString m_manufacturer;" > + <ccfdeclarationcodeblock parent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private QString m_manufacturer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="955" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="955" text="return m_manufacturer;" > + <codeaccessormethod accessType="0" parent_id="955" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="955" text="return m_manufacturer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_manufacturer&#010;&#010;@return the value of m_manufacturer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="955" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="955" text="m_manufacturer = value;" > + <codeaccessormethod accessType="1" parent_id="955" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="955" text="m_manufacturer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_manufacturer&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="956" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="956" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" > + <ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="956" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="956" text="return m_lcmsColorType;" > + <codeaccessormethod accessType="0" parent_id="956" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="956" text="return m_lcmsColorType;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_lcmsColorType&#010;&#010;@return the value of m_lcmsColorType" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="956" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="956" text="m_lcmsColorType = value;" > + <codeaccessormethod accessType="1" parent_id="956" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="956" text="m_lcmsColorType = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_lcmsColorType&#010;&#010;" /> </header> @@ -14428,7 +14428,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="438" tqparent_class="438" fileExt=".java" fileName="KisProfileSP" > + <classifiercodedocument writeOutCode="true" package="" id="438" parent_class="438" fileExt=".java" fileName="KisProfileSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14440,7 +14440,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="438" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="438" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProfileSP&#010;" /> </header> @@ -14503,7 +14503,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="439" tqparent_class="439" fileExt=".java" fileName="vKisProfileSP" > + <classifiercodedocument writeOutCode="true" package="" id="439" parent_class="439" fileExt=".java" fileName="vKisProfileSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14515,7 +14515,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="439" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="439" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisProfileSP&#010;" /> </header> @@ -14578,7 +14578,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="440" tqparent_class="440" fileExt=".java" fileName="KisChannelInfo" > + <classifiercodedocument writeOutCode="true" package="" id="440" parent_class="440" fileExt=".java" fileName="KisChannelInfo" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14590,7 +14590,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="440" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="440" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisChannelInfo&#010;" /> </header> @@ -14653,7 +14653,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="441" tqparent_class="441" fileExt=".java" fileName="KisChannelInfoSP" > + <classifiercodedocument writeOutCode="true" package="" id="441" parent_class="441" fileExt=".java" fileName="KisChannelInfoSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14665,7 +14665,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="441" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="441" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisChannelInfoSP&#010;" /> </header> @@ -14728,7 +14728,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="442" tqparent_class="442" fileExt=".java" fileName="vKisChannelInfoSP" > + <classifiercodedocument writeOutCode="true" package="" id="442" parent_class="442" fileExt=".java" fileName="vKisChannelInfoSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14740,7 +14740,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="442" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="442" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisChannelInfoSP&#010;" /> </header> @@ -14803,7 +14803,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="443" tqparent_class="443" fileExt=".java" fileName="vKisChannelInfoSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="443" parent_class="443" fileExt=".java" fileName="vKisChannelInfoSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14815,7 +14815,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="443" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="443" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisChannelInfoSP_it&#010;" /> </header> @@ -14878,7 +14878,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="444" tqparent_class="444" fileExt=".java" fileName="vKisChannelInfoSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="444" parent_class="444" fileExt=".java" fileName="vKisChannelInfoSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14890,7 +14890,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="444" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="444" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisChannelInfoSP_cit&#010;" /> </header> @@ -14953,7 +14953,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="445" tqparent_class="445" fileExt=".java" fileName="KisAnnotation" > + <classifiercodedocument writeOutCode="true" package="" id="445" parent_class="445" fileExt=".java" fileName="KisAnnotation" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -14965,7 +14965,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="445" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="445" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAnnotation&#010;This file is part of the KDE project&#010;&#010;Copyright (c) 2005 Boudewijn Rempt <[email protected]>&#010;&#010;This program is free software; you can redistribute it and/or modify&#010;it under the terms of the GNU General Public License as published by&#010;the Free Software Foundation; either version 2 of the License, or&#010;(at your option) any later version.&#010;&#010;This program is distributed in the hope that it will be useful,&#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010;GNU General Public License for more details.&#010;&#010;You should have received a copy of the GNU General Public License&#010;along with this program; if not, write to the Free Software&#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;An data extension mechanism for Chalk.&#010;&#010;An annotation can be of something like a QByteArray or a QString op a more specific&#010;datatype that can be attached to an image (or maybe later, if needed, to a layer)&#010;and contains data that must be associated with an image for purposes of import/export." /> </header> @@ -14975,17 +14975,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_type;" > + <ccfdeclarationcodeblock parent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_type;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_description;" > + <ccfdeclarationcodeblock parent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_description;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="672" tag="tblock_5" canDelete="false" indentLevel="1" text="private QByteArray m_annotation;" > + <ccfdeclarationcodeblock parent_id="672" tag="tblock_5" canDelete="false" indentLevel="1" text="private QByteArray m_annotation;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -15019,32 +15019,32 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="670" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="670" text="return m_type;" > + <codeaccessormethod accessType="0" parent_id="670" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="670" text="return m_type;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_type&#010;&#010;@return the value of m_type" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="670" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="670" text="m_type = value;" > + <codeaccessormethod accessType="1" parent_id="670" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="670" text="m_type = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_type&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="671" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="671" text="return m_description;" > + <codeaccessormethod accessType="0" parent_id="671" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="671" text="return m_description;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_description&#010;&#010;@return the value of m_description" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="671" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="671" text="m_description = value;" > + <codeaccessormethod accessType="1" parent_id="671" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="671" text="m_description = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_description&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="672" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="672" text="return m_annotation;" > + <codeaccessormethod accessType="0" parent_id="672" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="672" text="return m_annotation;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_annotation&#010;&#010;@return the value of m_annotation" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="672" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="672" text="m_annotation = value;" > + <codeaccessormethod accessType="1" parent_id="672" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="672" text="m_annotation = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_annotation&#010;&#010;" /> </header> @@ -15064,22 +15064,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="659" tag="operation_659" canDelete="false" indentLevel="1" > + <codeoperation parent_id="659" tag="operation_659" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param type &#010;@param description &#010;@param data &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="665" tag="operation_665" canDelete="false" indentLevel="1" > + <codeoperation parent_id="665" tag="operation_665" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString& " /> </header> </codeoperation> - <codeoperation tqparent_id="667" tag="operation_667" canDelete="false" indentLevel="1" > + <codeoperation parent_id="667" tag="operation_667" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString& " /> </header> </codeoperation> - <codeoperation tqparent_id="668" tag="operation_668" canDelete="false" indentLevel="1" > + <codeoperation parent_id="668" tag="operation_668" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QByteArray& " /> </header> @@ -15095,96 +15095,96 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="656" field_type="7209061" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="656" field_type="7209061" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="670" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="670" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_type;" > + <ccfdeclarationcodeblock parent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_type;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="670" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="670" text="return m_type;" > + <codeaccessormethod accessType="0" parent_id="670" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="670" text="return m_type;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_type&#010;&#010;@return the value of m_type" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="670" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="670" text="m_type = value;" > + <codeaccessormethod accessType="1" parent_id="670" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="670" text="m_type = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_type&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="671" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_description;" > + <ccfdeclarationcodeblock parent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_description;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="671" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="671" text="return m_description;" > + <codeaccessormethod accessType="0" parent_id="671" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="671" text="return m_description;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_description&#010;&#010;@return the value of m_description" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="671" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="671" text="m_description = value;" > + <codeaccessormethod accessType="1" parent_id="671" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="671" text="m_description = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_description&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="672" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="672" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="672" tag="tblock_5" canDelete="false" indentLevel="1" text="private QByteArray m_annotation;" > + <ccfdeclarationcodeblock parent_id="672" tag="tblock_5" canDelete="false" indentLevel="1" text="private QByteArray m_annotation;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="672" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="672" text="return m_annotation;" > + <codeaccessormethod accessType="0" parent_id="672" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="672" text="return m_annotation;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_annotation&#010;&#010;@return the value of m_annotation" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="672" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="672" text="m_annotation = value;" > + <codeaccessormethod accessType="1" parent_id="672" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="672" text="m_annotation = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_annotation&#010;&#010;" /> </header> @@ -15192,7 +15192,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="446" tqparent_class="446" fileExt=".java" fileName="KisAnnotationSP" > + <classifiercodedocument writeOutCode="true" package="" id="446" parent_class="446" fileExt=".java" fileName="KisAnnotationSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15204,7 +15204,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="446" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="446" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAnnotationSP&#010;" /> </header> @@ -15267,7 +15267,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="447" tqparent_class="447" fileExt=".java" fileName="vKisAnnotationSP" > + <classifiercodedocument writeOutCode="true" package="" id="447" parent_class="447" fileExt=".java" fileName="vKisAnnotationSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15279,7 +15279,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="447" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="447" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisAnnotationSP&#010;" /> </header> @@ -15342,7 +15342,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="448" tqparent_class="448" fileExt=".java" fileName="vKisAnnotationSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="448" parent_class="448" fileExt=".java" fileName="vKisAnnotationSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15354,7 +15354,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="448" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="448" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisAnnotationSP_it&#010;" /> </header> @@ -15417,7 +15417,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="449" tqparent_class="449" fileExt=".java" fileName="vKisAnnotationSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="449" parent_class="449" fileExt=".java" fileName="vKisAnnotationSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15429,7 +15429,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="449" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="449" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisAnnotationSP_cit&#010;" /> </header> @@ -15492,7 +15492,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="450" tqparent_class="450" fileExt=".java" fileName="KisFileFormat" > + <classifiercodedocument writeOutCode="true" package="" id="450" parent_class="450" fileExt=".java" fileName="KisFileFormat" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15504,7 +15504,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="450" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="450" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFileFormat&#010;" /> </header> @@ -15567,7 +15567,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="451" tqparent_class="451" fileExt=".java" fileName="KisFileFormatSP" > + <classifiercodedocument writeOutCode="true" package="" id="451" parent_class="451" fileExt=".java" fileName="KisFileFormatSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15579,7 +15579,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="451" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="451" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFileFormatSP&#010;" /> </header> @@ -15642,7 +15642,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="452" tqparent_class="452" fileExt=".java" fileName="vKisFileFormatSP" > + <classifiercodedocument writeOutCode="true" package="" id="452" parent_class="452" fileExt=".java" fileName="vKisFileFormatSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15654,7 +15654,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="452" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="452" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisFileFormatSP&#010;" /> </header> @@ -15717,7 +15717,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="453" tqparent_class="453" fileExt=".java" fileName="vKisFileFormatSP_it" > + <classifiercodedocument writeOutCode="true" package="" id="453" parent_class="453" fileExt=".java" fileName="vKisFileFormatSP_it" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15729,7 +15729,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="453" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="453" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisFileFormatSP_it&#010;" /> </header> @@ -15792,7 +15792,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="454" tqparent_class="454" fileExt=".java" fileName="vKisFileFormatSP_cit" > + <classifiercodedocument writeOutCode="true" package="" id="454" parent_class="454" fileExt=".java" fileName="vKisFileFormatSP_cit" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15804,7 +15804,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="454" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="454" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisFileFormatSP_cit&#010;" /> </header> @@ -15867,7 +15867,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="455" tqparent_class="455" fileExt=".java" fileName=TQWIDGET_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="455" parent_class="455" fileExt=".java" fileName=TQWIDGET_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15879,7 +15879,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="455" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="455" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QWidget&#010;" /> </header> @@ -15942,7 +15942,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="456" tqparent_class="456" fileExt=".java" fileName="KisRect" > + <classifiercodedocument writeOutCode="true" package="" id="456" parent_class="456" fileExt=".java" fileName="KisRect" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -15954,7 +15954,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="456" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="456" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRect&#010;" /> </header> @@ -16017,7 +16017,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="457" tqparent_class="457" fileExt=".java" fileName="KisPoint" > + <classifiercodedocument writeOutCode="true" package="" id="457" parent_class="457" fileExt=".java" fileName="KisPoint" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16029,7 +16029,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="457" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="457" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPoint&#010;" /> </header> @@ -16092,7 +16092,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="461" tqparent_class="461" fileExt=".java" fileName="QWidget*" > + <classifiercodedocument writeOutCode="true" package="" id="461" parent_class="461" fileExt=".java" fileName="QWidget*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16104,7 +16104,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="461" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="461" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QWidget*&#010;" /> </header> @@ -16167,7 +16167,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="463" tqparent_class="463" fileExt=".java" fileName="Q_INT32" > + <classifiercodedocument writeOutCode="true" package="" id="463" parent_class="463" fileExt=".java" fileName="Q_INT32" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16179,7 +16179,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="463" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="463" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT32&#010;" /> </header> @@ -16242,7 +16242,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="475" tqparent_class="475" fileExt=".java" fileName="QRect" > + <classifiercodedocument writeOutCode="true" package="" id="475" parent_class="475" fileExt=".java" fileName="QRect" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16254,7 +16254,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="475" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="475" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QRect&#010;" /> </header> @@ -16317,7 +16317,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="476" tqparent_class="476" fileExt=".java" fileName="const QRect&" > + <classifiercodedocument writeOutCode="true" package="" id="476" parent_class="476" fileExt=".java" fileName="const QRect&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16329,7 +16329,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="476" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="476" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QRect&&#010;" /> </header> @@ -16392,7 +16392,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="494" tqparent_class="494" fileExt=".java" fileName="const KisRect&" > + <classifiercodedocument writeOutCode="true" package="" id="494" parent_class="494" fileExt=".java" fileName="const KisRect&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16404,7 +16404,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="494" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="494" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisRect&&#010;" /> </header> @@ -16467,7 +16467,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="497" tqparent_class="497" fileExt=".java" fileName=TQPOINT_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="497" parent_class="497" fileExt=".java" fileName=TQPOINT_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16479,7 +16479,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="497" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="497" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPoint&#010;" /> </header> @@ -16542,7 +16542,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="498" tqparent_class="498" fileExt=".java" fileName="const QPoint&" > + <classifiercodedocument writeOutCode="true" package="" id="498" parent_class="498" fileExt=".java" fileName="const QPoint&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16554,7 +16554,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="498" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="498" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QPoint&&#010;" /> </header> @@ -16617,7 +16617,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="501" tqparent_class="501" fileExt=".java" fileName="const KisPoint&" > + <classifiercodedocument writeOutCode="true" package="" id="501" parent_class="501" fileExt=".java" fileName="const KisPoint&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16629,7 +16629,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="501" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="501" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisPoint&&#010;" /> </header> @@ -16692,7 +16692,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="508" tqparent_class="508" fileExt=".java" fileName="Q_INT32*" > + <classifiercodedocument writeOutCode="true" package="" id="508" parent_class="508" fileExt=".java" fileName="Q_INT32*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16704,7 +16704,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="508" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="508" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT32*&#010;" /> </header> @@ -16767,7 +16767,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="523" tqparent_class="523" fileExt=".java" fileName="const KisCanvasControllerInterface&" > + <classifiercodedocument writeOutCode="true" package="" id="523" parent_class="523" fileExt=".java" fileName="const KisCanvasControllerInterface&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16779,7 +16779,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="523" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="523" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisCanvasControllerInterface&&#010;" /> </header> @@ -16842,7 +16842,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="527" tqparent_class="527" fileExt=".java" fileName="KisCanvasControllerInterface&" > + <classifiercodedocument writeOutCode="true" package="" id="527" parent_class="527" fileExt=".java" fileName="KisCanvasControllerInterface&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16854,7 +16854,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="527" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="527" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasControllerInterface&&#010;" /> </header> @@ -16917,7 +16917,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="528" tqparent_class="528" fileExt=".java" fileName="KisPainterControllerInterface" > + <classifiercodedocument writeOutCode="true" package="" id="528" parent_class="528" fileExt=".java" fileName="KisPainterControllerInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -16929,7 +16929,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="528" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="528" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPainterControllerInterface&#010;The canvas subject is the subset of operations that are directy available to&#010;tools." /> </header> @@ -16981,137 +16981,137 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="580" tag="operation_580" canDelete="false" indentLevel="1" > + <codeoperation parent_id="580" tag="operation_580" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="581" tag="operation_581" canDelete="false" indentLevel="1" > + <codeoperation parent_id="581" tag="operation_581" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="582" tag="operation_582" canDelete="false" indentLevel="1" > + <codeoperation parent_id="582" tag="operation_582" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param observer &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="585" tag="operation_585" canDelete="false" indentLevel="1" > + <codeoperation parent_id="585" tag="operation_585" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param observer &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="587" tag="operation_587" canDelete="false" indentLevel="1" > + <codeoperation parent_id="587" tag="operation_587" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="588" tag="operation_588" canDelete="false" indentLevel="1" > + <codeoperation parent_id="588" tag="operation_588" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisImageSP " /> </header> </codeoperation> - <codeoperation tqparent_id="589" tag="operation_589" canDelete="false" indentLevel="1" > + <codeoperation parent_id="589" tag="operation_589" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="590" tag="operation_590" canDelete="false" indentLevel="1" > + <codeoperation parent_id="590" tag="operation_590" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QColor " /> </header> </codeoperation> - <codeoperation tqparent_id="592" tag="operation_592" canDelete="false" indentLevel="1" > + <codeoperation parent_id="592" tag="operation_592" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="595" tag="operation_595" canDelete="false" indentLevel="1" > + <codeoperation parent_id="595" tag="operation_595" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QColor " /> </header> </codeoperation> - <codeoperation tqparent_id="596" tag="operation_596" canDelete="false" indentLevel="1" > + <codeoperation parent_id="596" tag="operation_596" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param c &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="598" tag="operation_598" canDelete="false" indentLevel="1" > + <codeoperation parent_id="598" tag="operation_598" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisBrush* " /> </header> </codeoperation> - <codeoperation tqparent_id="600" tag="operation_600" canDelete="false" indentLevel="1" > + <codeoperation parent_id="600" tag="operation_600" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisPattern* " /> </header> </codeoperation> - <codeoperation tqparent_id="602" tag="operation_602" canDelete="false" indentLevel="1" > + <codeoperation parent_id="602" tag="operation_602" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisGradient* " /> </header> </codeoperation> - <codeoperation tqparent_id="604" tag="operation_604" canDelete="false" indentLevel="1" > + <codeoperation parent_id="604" tag="operation_604" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return double " /> </header> </codeoperation> - <codeoperation tqparent_id="605" tag="operation_605" canDelete="false" indentLevel="1" > + <codeoperation parent_id="605" tag="operation_605" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisUndoAdapter* " /> </header> </codeoperation> - <codeoperation tqparent_id="607" tag="operation_607" canDelete="false" indentLevel="1" > + <codeoperation parent_id="607" tag="operation_607" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisCanvasControllerInterface* " /> </header> </codeoperation> - <codeoperation tqparent_id="609" tag="operation_609" canDelete="false" indentLevel="1" > + <codeoperation parent_id="609" tag="operation_609" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisToolControllerInterface* " /> </header> </codeoperation> - <codeoperation tqparent_id="611" tag="operation_611" canDelete="false" indentLevel="1" > + <codeoperation parent_id="611" tag="operation_611" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KoDocument* " /> </header> </codeoperation> - <codeoperation tqparent_id="613" tag="operation_613" canDelete="false" indentLevel="1" > + <codeoperation parent_id="613" tag="operation_613" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisProgressDisplayInterface* " /> </header> </codeoperation> - <codeoperation tqparent_id="615" tag="operation_615" canDelete="false" indentLevel="1" > + <codeoperation parent_id="615" tag="operation_615" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisSelectionManager* " /> </header> </codeoperation> - <codeoperation tqparent_id="617" tag="operation_617" canDelete="false" indentLevel="1" > + <codeoperation parent_id="617" tag="operation_617" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisFilterRegistry* " /> </header> </codeoperation> - <codeoperation tqparent_id="619" tag="operation_619" canDelete="false" indentLevel="1" > + <codeoperation parent_id="619" tag="operation_619" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@return KisFilterSP " /> </header> </codeoperation> - <codeoperation tqparent_id="621" tag="operation_621" canDelete="false" indentLevel="1" > + <codeoperation parent_id="621" tag="operation_621" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisIDList " /> </header> </codeoperation> - <codeoperation tqparent_id="622" tag="operation_622" canDelete="false" indentLevel="1" > + <codeoperation parent_id="622" tag="operation_622" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return QCursor " /> </header> </codeoperation> - <codeoperation tqparent_id="625" tag="operation_625" canDelete="false" indentLevel="1" > + <codeoperation parent_id="625" tag="operation_625" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="628" tag="operation_628" canDelete="false" indentLevel="1" > + <codeoperation parent_id="628" tag="operation_628" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisCanvasSubject& " /> </header> @@ -17128,7 +17128,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="529" tqparent_class="529" fileExt=".java" fileName="KisCanvasObserver" > + <classifiercodedocument writeOutCode="true" package="" id="529" parent_class="529" fileExt=".java" fileName="KisCanvasObserver" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17140,7 +17140,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="529" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="529" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasObserver&#010;" /> </header> @@ -17192,27 +17192,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="530" tag="operation_530" canDelete="false" indentLevel="1" > + <codeoperation parent_id="530" tag="operation_530" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="531" tag="operation_531" canDelete="false" indentLevel="1" > + <codeoperation parent_id="531" tag="operation_531" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="532" tag="operation_532" canDelete="false" indentLevel="1" > + <codeoperation parent_id="532" tag="operation_532" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param subject &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="535" tag="operation_535" canDelete="false" indentLevel="1" > + <codeoperation parent_id="535" tag="operation_535" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="538" tag="operation_538" canDelete="false" indentLevel="1" > + <codeoperation parent_id="538" tag="operation_538" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisCanvasObserver& " /> </header> @@ -17229,7 +17229,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="533" tqparent_class="533" fileExt=".java" fileName="KisCanvasSubject*" > + <classifiercodedocument writeOutCode="true" package="" id="533" parent_class="533" fileExt=".java" fileName="KisCanvasSubject*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17241,7 +17241,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="533" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="533" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasSubject*&#010;" /> </header> @@ -17304,7 +17304,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="536" tqparent_class="536" fileExt=".java" fileName="const KisCanvasObserver&" > + <classifiercodedocument writeOutCode="true" package="" id="536" parent_class="536" fileExt=".java" fileName="const KisCanvasObserver&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17316,7 +17316,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="536" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="536" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisCanvasObserver&&#010;" /> </header> @@ -17379,7 +17379,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="540" tqparent_class="540" fileExt=".java" fileName="KisCanvasObserver&" > + <classifiercodedocument writeOutCode="true" package="" id="540" parent_class="540" fileExt=".java" fileName="KisCanvasObserver&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17391,7 +17391,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="540" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="540" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasObserver&&#010;" /> </header> @@ -17454,7 +17454,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="541" tqparent_class="541" fileExt=".java" fileName="KisID" > + <classifiercodedocument writeOutCode="true" package="" id="541" parent_class="541" fileExt=".java" fileName="KisID" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17466,7 +17466,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="541" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="541" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisID&#010;This file is part of the KDE project&#010;&#010;Copyright (c) 2005 Boudewijn Rempt <[email protected]>&#010;&#010;This program is free software; you can redistribute it and/or modify&#010;it under the terms of the GNU General Public License as published by&#010;the Free Software Foundation; either version 2 of the License, or&#010;(at your option) any later version.&#010;&#010;This program is distributed in the hope that it will be useful,&#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010;GNU General Public License for more details.&#010;&#010;You should have received a copy of the GNU General Public License&#010;along with this program; if not, write to the Free Software&#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;Chalk has a large number of extensible resources. Think:&#010;&#010;- Brushes&#010;- Palettes&#010;- Patterns&#010;- Gradients&#010;- Color models&#010;- Filters&#010;- Composition operations&#010;- Paint operations&#010;- Tools&#010;- Docker tabs&#010;&#010;and more...&#010;&#010;Many of these resources are stored in KisGenericRegistry-based&#010;registries. If we store these resources with a descriptive string&#010;as a key use the same string in our UI, then our UI will not be&#010;localizable, because the identifications of particular resources&#010;will be stored in files, and those files need to be exchangeable.&#010;&#010;So, instead we use and ID class that couples an identification&#010;string that will be the same across all languages, an i18n-able&#010;string that will be used in comboboxes and that has a fast equality&#010;operator to make it well suited for use as key in a registry map.&#010;&#010;That last bit has not been solved yet.&#010;" /> </header> @@ -17476,12 +17476,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_id;" > + <ccfdeclarationcodeblock parent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_id;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -17515,22 +17515,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="568" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="568" text="return m_id;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_id&#010;&#010;@return the value of m_id" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="568" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="568" text="m_id = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_id&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="569" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="569" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="569" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="569" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="569" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="569" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="569" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="569" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> @@ -17550,42 +17550,42 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="546" tag="operation_546" canDelete="false" indentLevel="1" > + <codeoperation parent_id="546" tag="operation_546" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="547" tag="operation_547" canDelete="false" indentLevel="1" > + <codeoperation parent_id="547" tag="operation_547" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="552" tag="operation_552" canDelete="false" indentLevel="1" > + <codeoperation parent_id="552" tag="operation_552" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="553" tag="operation_553" canDelete="false" indentLevel="1" > + <codeoperation parent_id="553" tag="operation_553" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="554" tag="operation_554" canDelete="false" indentLevel="1" > + <codeoperation parent_id="554" tag="operation_554" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="559" tag="operation_559" canDelete="false" indentLevel="1" > + <codeoperation parent_id="559" tag="operation_559" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="562" tag="operation_562" canDelete="false" indentLevel="1" > + <codeoperation parent_id="562" tag="operation_562" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="565" tag="operation_565" canDelete="false" indentLevel="1" > + <codeoperation parent_id="565" tag="operation_565" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@param &#010;@return boolean " /> </header> @@ -17601,76 +17601,76 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="543" field_type="7471201" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="543" field_type="7471201" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > + <ccfdeclarationcodeblock parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KShared = new KShared ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KShared to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KShared from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="568" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_id;" > + <ccfdeclarationcodeblock parent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_id;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="568" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="568" text="return m_id;" > + <codeaccessormethod accessType="0" parent_id="568" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="568" text="return m_id;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_id&#010;&#010;@return the value of m_id" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="568" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="568" text="m_id = value;" > + <codeaccessormethod accessType="1" parent_id="568" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="568" text="m_id = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_id&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="569" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="569" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="569" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="569" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="569" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="569" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="569" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="569" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="569" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="569" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> @@ -17678,7 +17678,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="542" tqparent_class="542" fileExt=".java" fileName="KShared" > + <classifiercodedocument writeOutCode="true" package="" id="542" parent_class="542" fileExt=".java" fileName="KShared" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17690,7 +17690,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="542" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="542" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KShared&#010;" /> </header> @@ -17752,211 +17752,211 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="543" field_type="2" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="543" field_type="2" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisID = new KisID ( );" > + <ccfdeclarationcodeblock parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisID = new KisID ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisID to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisID from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="543" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="543" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="656" field_type="2097220" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="656" field_type="2097220" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisAnnotation = new KisAnnotation ( );" > + <ccfdeclarationcodeblock parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisAnnotation = new KisAnnotation ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisAnnotation to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisAnnotation from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="656" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="656" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="673" field_type="7602291" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="673" field_type="7602291" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisGuide = new KisGuide ( );" > + <ccfdeclarationcodeblock parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisGuide = new KisGuide ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisGuide to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisGuide from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="673" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="673" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="920" field_type="2687008" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="920" field_type="2687008" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisProfile = new KisProfile ( );" > + <ccfdeclarationcodeblock parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisProfile = new KisProfile ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisProfile to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisProfile from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="920" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="920" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="964" field_type="2097192" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="964" field_type="2097192" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisImage = new KisImage ( );" > + <ccfdeclarationcodeblock parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisImage = new KisImage ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisImage to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisImage from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="964" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="964" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1436" field_type="7274528" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1436" field_type="7274528" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisPaintDevice = new KisPaintDevice ( );" > + <ccfdeclarationcodeblock parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisPaintDevice = new KisPaintDevice ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisPaintDevice to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisPaintDevice from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1436" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1436" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -17964,7 +17964,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="548" tqparent_class="548" fileExt=".java" fileName=TQSTRING_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="548" parent_class="548" fileExt=".java" fileName=TQSTRING_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -17976,7 +17976,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="548" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="548" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QString&#010;" /> </header> @@ -18039,7 +18039,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="549" tqparent_class="549" fileExt=".java" fileName="const QString&" > + <classifiercodedocument writeOutCode="true" package="" id="549" parent_class="549" fileExt=".java" fileName="const QString&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18051,7 +18051,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="549" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="549" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QString&&#010;" /> </header> @@ -18114,7 +18114,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="555" tqparent_class="555" fileExt=".java" fileName="const KisID&" > + <classifiercodedocument writeOutCode="true" package="" id="555" parent_class="555" fileExt=".java" fileName="const KisID&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18126,7 +18126,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="555" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="555" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisID&&#010;" /> </header> @@ -18189,7 +18189,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="558" tqparent_class="558" fileExt=".java" fileName="bool" > + <classifiercodedocument writeOutCode="true" package="" id="558" parent_class="558" fileExt=".java" fileName="bool" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18201,7 +18201,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="558" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="558" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Bool&#010;" /> </header> @@ -18264,7 +18264,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="570" tqparent_class="570" fileExt=".java" fileName="KisIDList" > + <classifiercodedocument writeOutCode="true" package="" id="570" parent_class="570" fileExt=".java" fileName="KisIDList" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18276,7 +18276,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="570" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="570" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisIDList&#010;" /> </header> @@ -18339,7 +18339,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="571" tqparent_class="571" fileExt=".java" fileName="KoDocument" > + <classifiercodedocument writeOutCode="true" package="" id="571" parent_class="571" fileExt=".java" fileName="KoDocument" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18351,7 +18351,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="571" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="571" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoDocument&#010;" /> </header> @@ -18414,7 +18414,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="572" tqparent_class="572" fileExt=".java" fileName="KisBrush" > + <classifiercodedocument writeOutCode="true" package="" id="572" parent_class="572" fileExt=".java" fileName="KisBrush" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18426,7 +18426,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="572" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="572" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBrush&#010;" /> </header> @@ -18489,7 +18489,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="573" tqparent_class="573" fileExt=".java" fileName="KisGradient" > + <classifiercodedocument writeOutCode="true" package="" id="573" parent_class="573" fileExt=".java" fileName="KisGradient" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18501,7 +18501,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="573" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="573" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGradient&#010;" /> </header> @@ -18564,7 +18564,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="574" tqparent_class="574" fileExt=".java" fileName="KisPattern" > + <classifiercodedocument writeOutCode="true" package="" id="574" parent_class="574" fileExt=".java" fileName="KisPattern" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18576,7 +18576,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="574" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="574" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPattern&#010;" /> </header> @@ -18639,7 +18639,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="575" tqparent_class="575" fileExt=".java" fileName="KisUndoAdapter" > + <classifiercodedocument writeOutCode="true" package="" id="575" parent_class="575" fileExt=".java" fileName="KisUndoAdapter" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18651,7 +18651,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="575" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="575" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisUndoAdapter&#010;" /> </header> @@ -18714,7 +18714,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="576" tqparent_class="576" fileExt=".java" fileName="KisProgressDisplayInterface" > + <classifiercodedocument writeOutCode="true" package="" id="576" parent_class="576" fileExt=".java" fileName="KisProgressDisplayInterface" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18726,7 +18726,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="576" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="576" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProgressDisplayInterface&#010;" /> </header> @@ -18789,7 +18789,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="577" tqparent_class="577" fileExt=".java" fileName="KisSelectionManager" > + <classifiercodedocument writeOutCode="true" package="" id="577" parent_class="577" fileExt=".java" fileName="KisSelectionManager" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -18801,7 +18801,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="577" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="577" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSelectionManager&#010;The selection manager is responsible selections&#010;and the clipboard." /> </header> @@ -18811,122 +18811,122 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1834" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisView* m_parent;" > + <ccfdeclarationcodeblock parent_id="1834" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisView* m_parent;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1835" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDoc* m_doc;" > + <ccfdeclarationcodeblock parent_id="1835" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDoc* m_doc;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1836" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisSelectionSP m_previousSelection;" > + <ccfdeclarationcodeblock parent_id="1836" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisSelectionSP m_previousSelection;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1838" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisClipboard* m_clipboard;" > + <ccfdeclarationcodeblock parent_id="1838" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisClipboard* m_clipboard;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1839" tag="tblock_11" canDelete="false" indentLevel="1" text="private KAction* m_copy;" > + <ccfdeclarationcodeblock parent_id="1839" tag="tblock_11" canDelete="false" indentLevel="1" text="private KAction* m_copy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1840" tag="tblock_14" canDelete="false" indentLevel="1" text="private KAction* m_cut;" > + <ccfdeclarationcodeblock parent_id="1840" tag="tblock_14" canDelete="false" indentLevel="1" text="private KAction* m_cut;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1841" tag="tblock_17" canDelete="false" indentLevel="1" text="private KAction* m_paste;" > + <ccfdeclarationcodeblock parent_id="1841" tag="tblock_17" canDelete="false" indentLevel="1" text="private KAction* m_paste;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1842" tag="tblock_20" canDelete="false" indentLevel="1" text="private KAction* m_selectAll;" > + <ccfdeclarationcodeblock parent_id="1842" tag="tblock_20" canDelete="false" indentLevel="1" text="private KAction* m_selectAll;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1843" tag="tblock_23" canDelete="false" indentLevel="1" text="private KAction* m_deselect;" > + <ccfdeclarationcodeblock parent_id="1843" tag="tblock_23" canDelete="false" indentLevel="1" text="private KAction* m_deselect;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1844" tag="tblock_26" canDelete="false" indentLevel="1" text="private KAction* m_clear;" > + <ccfdeclarationcodeblock parent_id="1844" tag="tblock_26" canDelete="false" indentLevel="1" text="private KAction* m_clear;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1845" tag="tblock_29" canDelete="false" indentLevel="1" text="private KAction* m_reselect;" > + <ccfdeclarationcodeblock parent_id="1845" tag="tblock_29" canDelete="false" indentLevel="1" text="private KAction* m_reselect;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1846" tag="tblock_32" canDelete="false" indentLevel="1" text="private KAction* m_invert;" > + <ccfdeclarationcodeblock parent_id="1846" tag="tblock_32" canDelete="false" indentLevel="1" text="private KAction* m_invert;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1847" tag="tblock_35" canDelete="false" indentLevel="1" text="private KAction* m_toNewLayer;" > + <ccfdeclarationcodeblock parent_id="1847" tag="tblock_35" canDelete="false" indentLevel="1" text="private KAction* m_toNewLayer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1848" tag="tblock_38" canDelete="false" indentLevel="1" text="private KAction* m_feather;" > + <ccfdeclarationcodeblock parent_id="1848" tag="tblock_38" canDelete="false" indentLevel="1" text="private KAction* m_feather;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1849" tag="tblock_41" canDelete="false" indentLevel="1" text="private KAction* m_border;" > + <ccfdeclarationcodeblock parent_id="1849" tag="tblock_41" canDelete="false" indentLevel="1" text="private KAction* m_border;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1850" tag="tblock_44" canDelete="false" indentLevel="1" text="private KAction* m_expand;" > + <ccfdeclarationcodeblock parent_id="1850" tag="tblock_44" canDelete="false" indentLevel="1" text="private KAction* m_expand;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1851" tag="tblock_47" canDelete="false" indentLevel="1" text="private KAction* m_smooth;" > + <ccfdeclarationcodeblock parent_id="1851" tag="tblock_47" canDelete="false" indentLevel="1" text="private KAction* m_smooth;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1852" tag="tblock_50" canDelete="false" indentLevel="1" text="private KAction* m_contract;" > + <ccfdeclarationcodeblock parent_id="1852" tag="tblock_50" canDelete="false" indentLevel="1" text="private KAction* m_contract;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1853" tag="tblock_53" canDelete="false" indentLevel="1" text="private KAction* m_grow;" > + <ccfdeclarationcodeblock parent_id="1853" tag="tblock_53" canDelete="false" indentLevel="1" text="private KAction* m_grow;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1854" tag="tblock_56" canDelete="false" indentLevel="1" text="private KAction* m_similar;" > + <ccfdeclarationcodeblock parent_id="1854" tag="tblock_56" canDelete="false" indentLevel="1" text="private KAction* m_similar;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1855" tag="tblock_59" canDelete="false" indentLevel="1" text="private KAction* m_transform;" > + <ccfdeclarationcodeblock parent_id="1855" tag="tblock_59" canDelete="false" indentLevel="1" text="private KAction* m_transform;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1856" tag="tblock_62" canDelete="false" indentLevel="1" text="private KAction* m_load;" > + <ccfdeclarationcodeblock parent_id="1856" tag="tblock_62" canDelete="false" indentLevel="1" text="private KAction* m_load;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1857" tag="tblock_65" canDelete="false" indentLevel="1" text="private KAction* m_save;" > + <ccfdeclarationcodeblock parent_id="1857" tag="tblock_65" canDelete="false" indentLevel="1" text="private KAction* m_save;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1859" tag="tblock_68" canDelete="false" indentLevel="1" text="private QPtrList m_pluginActions;" > + <ccfdeclarationcodeblock parent_id="1859" tag="tblock_68" canDelete="false" indentLevel="1" text="private QPtrList m_pluginActions;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -18960,242 +18960,242 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1834" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1834" text="return m_parent;" > + <codeaccessormethod accessType="0" parent_id="1834" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1834" text="return m_parent;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_parent&#010;&#010;@return the value of m_parent" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1834" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1834" text="m_parent = value;" > + <codeaccessormethod accessType="1" parent_id="1834" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1834" text="m_parent = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_parent&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1835" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1835" text="return m_doc;" > + <codeaccessormethod accessType="0" parent_id="1835" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1835" text="return m_doc;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_doc&#010;&#010;@return the value of m_doc" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1835" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1835" text="m_doc = value;" > + <codeaccessormethod accessType="1" parent_id="1835" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1835" text="m_doc = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_doc&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1836" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1836" text="return m_previousSelection;" > + <codeaccessormethod accessType="0" parent_id="1836" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1836" text="return m_previousSelection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_previousSelection&#010;&#010;@return the value of m_previousSelection" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1836" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1836" text="m_previousSelection = value;" > + <codeaccessormethod accessType="1" parent_id="1836" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1836" text="m_previousSelection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_previousSelection&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1838" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1838" text="return m_clipboard;" > + <codeaccessormethod accessType="0" parent_id="1838" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1838" text="return m_clipboard;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_clipboard&#010;&#010;@return the value of m_clipboard" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1838" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1838" text="m_clipboard = value;" > + <codeaccessormethod accessType="1" parent_id="1838" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1838" text="m_clipboard = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_clipboard&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1839" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1839" text="return m_copy;" > + <codeaccessormethod accessType="0" parent_id="1839" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1839" text="return m_copy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_copy&#010;&#010;@return the value of m_copy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1839" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1839" text="m_copy = value;" > + <codeaccessormethod accessType="1" parent_id="1839" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1839" text="m_copy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_copy&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1840" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1840" text="return m_cut;" > + <codeaccessormethod accessType="0" parent_id="1840" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1840" text="return m_cut;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_cut&#010;&#010;@return the value of m_cut" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1840" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1840" text="m_cut = value;" > + <codeaccessormethod accessType="1" parent_id="1840" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1840" text="m_cut = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_cut&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1841" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1841" text="return m_paste;" > + <codeaccessormethod accessType="0" parent_id="1841" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1841" text="return m_paste;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paste&#010;&#010;@return the value of m_paste" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1841" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1841" text="m_paste = value;" > + <codeaccessormethod accessType="1" parent_id="1841" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1841" text="m_paste = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paste&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1842" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1842" text="return m_selectAll;" > + <codeaccessormethod accessType="0" parent_id="1842" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1842" text="return m_selectAll;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_selectAll&#010;&#010;@return the value of m_selectAll" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1842" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1842" text="m_selectAll = value;" > + <codeaccessormethod accessType="1" parent_id="1842" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1842" text="m_selectAll = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_selectAll&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1843" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1843" text="return m_deselect;" > + <codeaccessormethod accessType="0" parent_id="1843" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1843" text="return m_deselect;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_deselect&#010;&#010;@return the value of m_deselect" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1843" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1843" text="m_deselect = value;" > + <codeaccessormethod accessType="1" parent_id="1843" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1843" text="m_deselect = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_deselect&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1844" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1844" text="return m_clear;" > + <codeaccessormethod accessType="0" parent_id="1844" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1844" text="return m_clear;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_clear&#010;&#010;@return the value of m_clear" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1844" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1844" text="m_clear = value;" > + <codeaccessormethod accessType="1" parent_id="1844" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1844" text="m_clear = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_clear&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1845" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1845" text="return m_reselect;" > + <codeaccessormethod accessType="0" parent_id="1845" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1845" text="return m_reselect;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_reselect&#010;&#010;@return the value of m_reselect" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1845" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1845" text="m_reselect = value;" > + <codeaccessormethod accessType="1" parent_id="1845" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1845" text="m_reselect = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_reselect&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1846" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1846" text="return m_invert;" > + <codeaccessormethod accessType="0" parent_id="1846" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1846" text="return m_invert;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_invert&#010;&#010;@return the value of m_invert" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1846" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1846" text="m_invert = value;" > + <codeaccessormethod accessType="1" parent_id="1846" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1846" text="m_invert = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_invert&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1847" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1847" text="return m_toNewLayer;" > + <codeaccessormethod accessType="0" parent_id="1847" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1847" text="return m_toNewLayer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toNewLayer&#010;&#010;@return the value of m_toNewLayer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1847" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1847" text="m_toNewLayer = value;" > + <codeaccessormethod accessType="1" parent_id="1847" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1847" text="m_toNewLayer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toNewLayer&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1848" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1848" text="return m_feather;" > + <codeaccessormethod accessType="0" parent_id="1848" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1848" text="return m_feather;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_feather&#010;&#010;@return the value of m_feather" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1848" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1848" text="m_feather = value;" > + <codeaccessormethod accessType="1" parent_id="1848" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1848" text="m_feather = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_feather&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1849" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1849" text="return m_border;" > + <codeaccessormethod accessType="0" parent_id="1849" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1849" text="return m_border;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_border&#010;&#010;@return the value of m_border" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1849" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1849" text="m_border = value;" > + <codeaccessormethod accessType="1" parent_id="1849" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1849" text="m_border = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_border&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1850" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1850" text="return m_expand;" > + <codeaccessormethod accessType="0" parent_id="1850" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1850" text="return m_expand;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_expand&#010;&#010;@return the value of m_expand" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1850" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1850" text="m_expand = value;" > + <codeaccessormethod accessType="1" parent_id="1850" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1850" text="m_expand = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_expand&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1851" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1851" text="return m_smooth;" > + <codeaccessormethod accessType="0" parent_id="1851" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1851" text="return m_smooth;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_smooth&#010;&#010;@return the value of m_smooth" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1851" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1851" text="m_smooth = value;" > + <codeaccessormethod accessType="1" parent_id="1851" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1851" text="m_smooth = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_smooth&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1852" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1852" text="return m_contract;" > + <codeaccessormethod accessType="0" parent_id="1852" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1852" text="return m_contract;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_contract&#010;&#010;@return the value of m_contract" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1852" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1852" text="m_contract = value;" > + <codeaccessormethod accessType="1" parent_id="1852" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1852" text="m_contract = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_contract&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1853" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1853" text="return m_grow;" > + <codeaccessormethod accessType="0" parent_id="1853" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1853" text="return m_grow;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_grow&#010;&#010;@return the value of m_grow" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1853" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1853" text="m_grow = value;" > + <codeaccessormethod accessType="1" parent_id="1853" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1853" text="m_grow = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_grow&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1854" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1854" text="return m_similar;" > + <codeaccessormethod accessType="0" parent_id="1854" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1854" text="return m_similar;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_similar&#010;&#010;@return the value of m_similar" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1854" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1854" text="m_similar = value;" > + <codeaccessormethod accessType="1" parent_id="1854" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1854" text="m_similar = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_similar&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1855" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1855" text="return m_transform;" > + <codeaccessormethod accessType="0" parent_id="1855" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1855" text="return m_transform;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_transform&#010;&#010;@return the value of m_transform" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1855" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1855" text="m_transform = value;" > + <codeaccessormethod accessType="1" parent_id="1855" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1855" text="m_transform = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_transform&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1856" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1856" text="return m_load;" > + <codeaccessormethod accessType="0" parent_id="1856" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1856" text="return m_load;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_load&#010;&#010;@return the value of m_load" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1856" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1856" text="m_load = value;" > + <codeaccessormethod accessType="1" parent_id="1856" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1856" text="m_load = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_load&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1857" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1857" text="return m_save;" > + <codeaccessormethod accessType="0" parent_id="1857" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1857" text="return m_save;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_save&#010;&#010;@return the value of m_save" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1857" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1857" text="m_save = value;" > + <codeaccessormethod accessType="1" parent_id="1857" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1857" text="m_save = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_save&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1859" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1859" text="return m_pluginActions;" > + <codeaccessormethod accessType="0" parent_id="1859" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1859" text="return m_pluginActions;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pluginActions&#010;&#010;@return the value of m_pluginActions" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1859" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1859" text="m_pluginActions = value;" > + <codeaccessormethod accessType="1" parent_id="1859" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1859" text="m_pluginActions = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pluginActions&#010;&#010;" /> </header> @@ -19215,132 +19215,132 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1801" tag="operation_1801" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param tqparent &#010;@param doc &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1805" tag="operation_1805" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1805" tag="operation_1805" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1806" tag="operation_1806" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1806" tag="operation_1806" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param collection &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1808" tag="operation_1808" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1808" tag="operation_1808" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param action &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1814" tag="operation_1814" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1814" tag="operation_1814" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1815" tag="operation_1815" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1815" tag="operation_1815" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1817" tag="operation_1817" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1817" tag="operation_1817" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisLayerSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1818" tag="operation_1818" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1818" tag="operation_1818" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1820" tag="operation_1820" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1820" tag="operation_1820" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1821" tag="operation_1821" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1821" tag="operation_1821" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1822" tag="operation_1822" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1822" tag="operation_1822" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1823" tag="operation_1823" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1823" tag="operation_1823" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1824" tag="operation_1824" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1824" tag="operation_1824" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1825" tag="operation_1825" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1825" tag="operation_1825" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1826" tag="operation_1826" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1826" tag="operation_1826" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1828" tag="operation_1828" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1828" tag="operation_1828" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1829" tag="operation_1829" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1829" tag="operation_1829" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1830" tag="operation_1830" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1830" tag="operation_1830" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1831" tag="operation_1831" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1831" tag="operation_1831" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1832" tag="operation_1832" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1832" tag="operation_1832" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1833" tag="operation_1833" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1833" tag="operation_1833" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> @@ -19356,516 +19356,516 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1798" field_type="7471205" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1798" field_type="7471205" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > + <ccfdeclarationcodeblock parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1834" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1834" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1834" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisView* m_parent;" > + <ccfdeclarationcodeblock parent_id="1834" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisView* m_parent;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1834" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1834" text="return m_parent;" > + <codeaccessormethod accessType="0" parent_id="1834" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1834" text="return m_parent;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_parent&#010;&#010;@return the value of m_parent" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1834" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1834" text="m_parent = value;" > + <codeaccessormethod accessType="1" parent_id="1834" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1834" text="m_parent = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_parent&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1835" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1835" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1835" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDoc* m_doc;" > + <ccfdeclarationcodeblock parent_id="1835" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisDoc* m_doc;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1835" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1835" text="return m_doc;" > + <codeaccessormethod accessType="0" parent_id="1835" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1835" text="return m_doc;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_doc&#010;&#010;@return the value of m_doc" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1835" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1835" text="m_doc = value;" > + <codeaccessormethod accessType="1" parent_id="1835" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1835" text="m_doc = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_doc&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1836" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1836" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1836" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisSelectionSP m_previousSelection;" > + <ccfdeclarationcodeblock parent_id="1836" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisSelectionSP m_previousSelection;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1836" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1836" text="return m_previousSelection;" > + <codeaccessormethod accessType="0" parent_id="1836" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1836" text="return m_previousSelection;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_previousSelection&#010;&#010;@return the value of m_previousSelection" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1836" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1836" text="m_previousSelection = value;" > + <codeaccessormethod accessType="1" parent_id="1836" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1836" text="m_previousSelection = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_previousSelection&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1838" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1838" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1838" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisClipboard* m_clipboard;" > + <ccfdeclarationcodeblock parent_id="1838" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisClipboard* m_clipboard;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1838" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1838" text="return m_clipboard;" > + <codeaccessormethod accessType="0" parent_id="1838" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1838" text="return m_clipboard;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_clipboard&#010;&#010;@return the value of m_clipboard" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1838" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1838" text="m_clipboard = value;" > + <codeaccessormethod accessType="1" parent_id="1838" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1838" text="m_clipboard = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_clipboard&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1839" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1839" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1839" tag="tblock_11" canDelete="false" indentLevel="1" text="private KAction* m_copy;" > + <ccfdeclarationcodeblock parent_id="1839" tag="tblock_11" canDelete="false" indentLevel="1" text="private KAction* m_copy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1839" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1839" text="return m_copy;" > + <codeaccessormethod accessType="0" parent_id="1839" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1839" text="return m_copy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_copy&#010;&#010;@return the value of m_copy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1839" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1839" text="m_copy = value;" > + <codeaccessormethod accessType="1" parent_id="1839" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1839" text="m_copy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_copy&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1840" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1840" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1840" tag="tblock_14" canDelete="false" indentLevel="1" text="private KAction* m_cut;" > + <ccfdeclarationcodeblock parent_id="1840" tag="tblock_14" canDelete="false" indentLevel="1" text="private KAction* m_cut;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1840" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1840" text="return m_cut;" > + <codeaccessormethod accessType="0" parent_id="1840" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1840" text="return m_cut;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_cut&#010;&#010;@return the value of m_cut" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1840" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1840" text="m_cut = value;" > + <codeaccessormethod accessType="1" parent_id="1840" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1840" text="m_cut = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_cut&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1841" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1841" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1841" tag="tblock_17" canDelete="false" indentLevel="1" text="private KAction* m_paste;" > + <ccfdeclarationcodeblock parent_id="1841" tag="tblock_17" canDelete="false" indentLevel="1" text="private KAction* m_paste;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1841" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1841" text="return m_paste;" > + <codeaccessormethod accessType="0" parent_id="1841" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1841" text="return m_paste;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paste&#010;&#010;@return the value of m_paste" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1841" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1841" text="m_paste = value;" > + <codeaccessormethod accessType="1" parent_id="1841" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1841" text="m_paste = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paste&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1842" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1842" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1842" tag="tblock_20" canDelete="false" indentLevel="1" text="private KAction* m_selectAll;" > + <ccfdeclarationcodeblock parent_id="1842" tag="tblock_20" canDelete="false" indentLevel="1" text="private KAction* m_selectAll;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1842" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1842" text="return m_selectAll;" > + <codeaccessormethod accessType="0" parent_id="1842" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1842" text="return m_selectAll;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_selectAll&#010;&#010;@return the value of m_selectAll" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1842" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1842" text="m_selectAll = value;" > + <codeaccessormethod accessType="1" parent_id="1842" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1842" text="m_selectAll = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_selectAll&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1843" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1843" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1843" tag="tblock_23" canDelete="false" indentLevel="1" text="private KAction* m_deselect;" > + <ccfdeclarationcodeblock parent_id="1843" tag="tblock_23" canDelete="false" indentLevel="1" text="private KAction* m_deselect;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1843" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1843" text="return m_deselect;" > + <codeaccessormethod accessType="0" parent_id="1843" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1843" text="return m_deselect;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_deselect&#010;&#010;@return the value of m_deselect" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1843" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1843" text="m_deselect = value;" > + <codeaccessormethod accessType="1" parent_id="1843" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1843" text="m_deselect = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_deselect&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1844" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1844" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1844" tag="tblock_26" canDelete="false" indentLevel="1" text="private KAction* m_clear;" > + <ccfdeclarationcodeblock parent_id="1844" tag="tblock_26" canDelete="false" indentLevel="1" text="private KAction* m_clear;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1844" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1844" text="return m_clear;" > + <codeaccessormethod accessType="0" parent_id="1844" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1844" text="return m_clear;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_clear&#010;&#010;@return the value of m_clear" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1844" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1844" text="m_clear = value;" > + <codeaccessormethod accessType="1" parent_id="1844" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1844" text="m_clear = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_clear&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1845" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1845" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1845" tag="tblock_29" canDelete="false" indentLevel="1" text="private KAction* m_reselect;" > + <ccfdeclarationcodeblock parent_id="1845" tag="tblock_29" canDelete="false" indentLevel="1" text="private KAction* m_reselect;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1845" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1845" text="return m_reselect;" > + <codeaccessormethod accessType="0" parent_id="1845" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1845" text="return m_reselect;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_reselect&#010;&#010;@return the value of m_reselect" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1845" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1845" text="m_reselect = value;" > + <codeaccessormethod accessType="1" parent_id="1845" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1845" text="m_reselect = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_reselect&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1846" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1846" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1846" tag="tblock_32" canDelete="false" indentLevel="1" text="private KAction* m_invert;" > + <ccfdeclarationcodeblock parent_id="1846" tag="tblock_32" canDelete="false" indentLevel="1" text="private KAction* m_invert;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1846" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1846" text="return m_invert;" > + <codeaccessormethod accessType="0" parent_id="1846" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1846" text="return m_invert;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_invert&#010;&#010;@return the value of m_invert" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1846" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1846" text="m_invert = value;" > + <codeaccessormethod accessType="1" parent_id="1846" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1846" text="m_invert = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_invert&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1847" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1847" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1847" tag="tblock_35" canDelete="false" indentLevel="1" text="private KAction* m_toNewLayer;" > + <ccfdeclarationcodeblock parent_id="1847" tag="tblock_35" canDelete="false" indentLevel="1" text="private KAction* m_toNewLayer;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1847" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1847" text="return m_toNewLayer;" > + <codeaccessormethod accessType="0" parent_id="1847" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1847" text="return m_toNewLayer;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toNewLayer&#010;&#010;@return the value of m_toNewLayer" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1847" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1847" text="m_toNewLayer = value;" > + <codeaccessormethod accessType="1" parent_id="1847" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1847" text="m_toNewLayer = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toNewLayer&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1848" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1848" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1848" tag="tblock_38" canDelete="false" indentLevel="1" text="private KAction* m_feather;" > + <ccfdeclarationcodeblock parent_id="1848" tag="tblock_38" canDelete="false" indentLevel="1" text="private KAction* m_feather;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1848" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1848" text="return m_feather;" > + <codeaccessormethod accessType="0" parent_id="1848" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1848" text="return m_feather;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_feather&#010;&#010;@return the value of m_feather" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1848" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1848" text="m_feather = value;" > + <codeaccessormethod accessType="1" parent_id="1848" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1848" text="m_feather = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_feather&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1849" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1849" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1849" tag="tblock_41" canDelete="false" indentLevel="1" text="private KAction* m_border;" > + <ccfdeclarationcodeblock parent_id="1849" tag="tblock_41" canDelete="false" indentLevel="1" text="private KAction* m_border;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1849" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1849" text="return m_border;" > + <codeaccessormethod accessType="0" parent_id="1849" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1849" text="return m_border;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_border&#010;&#010;@return the value of m_border" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1849" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1849" text="m_border = value;" > + <codeaccessormethod accessType="1" parent_id="1849" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1849" text="m_border = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_border&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1850" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1850" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1850" tag="tblock_44" canDelete="false" indentLevel="1" text="private KAction* m_expand;" > + <ccfdeclarationcodeblock parent_id="1850" tag="tblock_44" canDelete="false" indentLevel="1" text="private KAction* m_expand;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1850" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1850" text="return m_expand;" > + <codeaccessormethod accessType="0" parent_id="1850" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1850" text="return m_expand;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_expand&#010;&#010;@return the value of m_expand" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1850" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1850" text="m_expand = value;" > + <codeaccessormethod accessType="1" parent_id="1850" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1850" text="m_expand = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_expand&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1851" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1851" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1851" tag="tblock_47" canDelete="false" indentLevel="1" text="private KAction* m_smooth;" > + <ccfdeclarationcodeblock parent_id="1851" tag="tblock_47" canDelete="false" indentLevel="1" text="private KAction* m_smooth;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1851" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1851" text="return m_smooth;" > + <codeaccessormethod accessType="0" parent_id="1851" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1851" text="return m_smooth;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_smooth&#010;&#010;@return the value of m_smooth" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1851" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1851" text="m_smooth = value;" > + <codeaccessormethod accessType="1" parent_id="1851" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1851" text="m_smooth = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_smooth&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1852" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1852" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1852" tag="tblock_50" canDelete="false" indentLevel="1" text="private KAction* m_contract;" > + <ccfdeclarationcodeblock parent_id="1852" tag="tblock_50" canDelete="false" indentLevel="1" text="private KAction* m_contract;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1852" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1852" text="return m_contract;" > + <codeaccessormethod accessType="0" parent_id="1852" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1852" text="return m_contract;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_contract&#010;&#010;@return the value of m_contract" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1852" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1852" text="m_contract = value;" > + <codeaccessormethod accessType="1" parent_id="1852" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1852" text="m_contract = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_contract&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1853" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1853" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1853" tag="tblock_53" canDelete="false" indentLevel="1" text="private KAction* m_grow;" > + <ccfdeclarationcodeblock parent_id="1853" tag="tblock_53" canDelete="false" indentLevel="1" text="private KAction* m_grow;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1853" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1853" text="return m_grow;" > + <codeaccessormethod accessType="0" parent_id="1853" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1853" text="return m_grow;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_grow&#010;&#010;@return the value of m_grow" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1853" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1853" text="m_grow = value;" > + <codeaccessormethod accessType="1" parent_id="1853" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1853" text="m_grow = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_grow&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1854" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1854" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1854" tag="tblock_56" canDelete="false" indentLevel="1" text="private KAction* m_similar;" > + <ccfdeclarationcodeblock parent_id="1854" tag="tblock_56" canDelete="false" indentLevel="1" text="private KAction* m_similar;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1854" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1854" text="return m_similar;" > + <codeaccessormethod accessType="0" parent_id="1854" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1854" text="return m_similar;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_similar&#010;&#010;@return the value of m_similar" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1854" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1854" text="m_similar = value;" > + <codeaccessormethod accessType="1" parent_id="1854" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1854" text="m_similar = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_similar&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1855" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1855" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1855" tag="tblock_59" canDelete="false" indentLevel="1" text="private KAction* m_transform;" > + <ccfdeclarationcodeblock parent_id="1855" tag="tblock_59" canDelete="false" indentLevel="1" text="private KAction* m_transform;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1855" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1855" text="return m_transform;" > + <codeaccessormethod accessType="0" parent_id="1855" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1855" text="return m_transform;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_transform&#010;&#010;@return the value of m_transform" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1855" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1855" text="m_transform = value;" > + <codeaccessormethod accessType="1" parent_id="1855" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1855" text="m_transform = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_transform&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1856" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1856" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1856" tag="tblock_62" canDelete="false" indentLevel="1" text="private KAction* m_load;" > + <ccfdeclarationcodeblock parent_id="1856" tag="tblock_62" canDelete="false" indentLevel="1" text="private KAction* m_load;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1856" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1856" text="return m_load;" > + <codeaccessormethod accessType="0" parent_id="1856" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1856" text="return m_load;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_load&#010;&#010;@return the value of m_load" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1856" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1856" text="m_load = value;" > + <codeaccessormethod accessType="1" parent_id="1856" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1856" text="m_load = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_load&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1857" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1857" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1857" tag="tblock_65" canDelete="false" indentLevel="1" text="private KAction* m_save;" > + <ccfdeclarationcodeblock parent_id="1857" tag="tblock_65" canDelete="false" indentLevel="1" text="private KAction* m_save;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1857" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1857" text="return m_save;" > + <codeaccessormethod accessType="0" parent_id="1857" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1857" text="return m_save;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_save&#010;&#010;@return the value of m_save" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1857" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1857" text="m_save = value;" > + <codeaccessormethod accessType="1" parent_id="1857" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1857" text="m_save = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_save&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1859" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1859" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1859" tag="tblock_68" canDelete="false" indentLevel="1" text="private QPtrList m_pluginActions;" > + <ccfdeclarationcodeblock parent_id="1859" tag="tblock_68" canDelete="false" indentLevel="1" text="private QPtrList m_pluginActions;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1859" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1859" text="return m_pluginActions;" > + <codeaccessormethod accessType="0" parent_id="1859" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1859" text="return m_pluginActions;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pluginActions&#010;&#010;@return the value of m_pluginActions" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1859" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1859" text="m_pluginActions = value;" > + <codeaccessormethod accessType="1" parent_id="1859" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1859" text="m_pluginActions = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pluginActions&#010;&#010;" /> </header> @@ -19873,7 +19873,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="578" tqparent_class="578" fileExt=".java" fileName="KisFilterRegistry" > + <classifiercodedocument writeOutCode="true" package="" id="578" parent_class="578" fileExt=".java" fileName="KisFilterRegistry" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -19885,7 +19885,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="578" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="578" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterRegistry&#010;" /> </header> @@ -19948,7 +19948,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="579" tqparent_class="579" fileExt=".java" fileName="QCursor" > + <classifiercodedocument writeOutCode="true" package="" id="579" parent_class="579" fileExt=".java" fileName="QCursor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -19960,7 +19960,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="579" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="579" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QCursor&#010;" /> </header> @@ -20023,7 +20023,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="583" tqparent_class="583" fileExt=".java" fileName="KisCanvasObserver*" > + <classifiercodedocument writeOutCode="true" package="" id="583" parent_class="583" fileExt=".java" fileName="KisCanvasObserver*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20035,7 +20035,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="583" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="583" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasObserver*&#010;" /> </header> @@ -20098,7 +20098,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="591" tqparent_class="591" fileExt=".java" fileName="QColor" > + <classifiercodedocument writeOutCode="true" package="" id="591" parent_class="591" fileExt=".java" fileName="QColor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20110,7 +20110,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="591" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="591" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QColor&#010;" /> </header> @@ -20173,7 +20173,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="593" tqparent_class="593" fileExt=".java" fileName="const QColor&" > + <classifiercodedocument writeOutCode="true" package="" id="593" parent_class="593" fileExt=".java" fileName="const QColor&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20185,7 +20185,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="593" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="593" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QColor&&#010;" /> </header> @@ -20248,7 +20248,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="599" tqparent_class="599" fileExt=".java" fileName="KisBrush*" > + <classifiercodedocument writeOutCode="true" package="" id="599" parent_class="599" fileExt=".java" fileName="KisBrush*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20260,7 +20260,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="599" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="599" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBrush*&#010;" /> </header> @@ -20323,7 +20323,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="601" tqparent_class="601" fileExt=".java" fileName="KisPattern*" > + <classifiercodedocument writeOutCode="true" package="" id="601" parent_class="601" fileExt=".java" fileName="KisPattern*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20335,7 +20335,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="601" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="601" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPattern*&#010;" /> </header> @@ -20398,7 +20398,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="603" tqparent_class="603" fileExt=".java" fileName="KisGradient*" > + <classifiercodedocument writeOutCode="true" package="" id="603" parent_class="603" fileExt=".java" fileName="KisGradient*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20410,7 +20410,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="603" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="603" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGradient*&#010;" /> </header> @@ -20473,7 +20473,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="606" tqparent_class="606" fileExt=".java" fileName="KisUndoAdapter*" > + <classifiercodedocument writeOutCode="true" package="" id="606" parent_class="606" fileExt=".java" fileName="KisUndoAdapter*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20485,7 +20485,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="606" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="606" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisUndoAdapter*&#010;" /> </header> @@ -20548,7 +20548,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="608" tqparent_class="608" fileExt=".java" fileName="KisCanvasControllerInterface*" > + <classifiercodedocument writeOutCode="true" package="" id="608" parent_class="608" fileExt=".java" fileName="KisCanvasControllerInterface*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20560,7 +20560,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="608" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="608" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasControllerInterface*&#010;" /> </header> @@ -20623,7 +20623,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="610" tqparent_class="610" fileExt=".java" fileName="KisToolControllerInterface*" > + <classifiercodedocument writeOutCode="true" package="" id="610" parent_class="610" fileExt=".java" fileName="KisToolControllerInterface*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20635,7 +20635,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="610" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="610" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisToolControllerInterface*&#010;" /> </header> @@ -20698,7 +20698,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="612" tqparent_class="612" fileExt=".java" fileName="KoDocument*" > + <classifiercodedocument writeOutCode="true" package="" id="612" parent_class="612" fileExt=".java" fileName="KoDocument*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20710,7 +20710,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="612" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="612" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoDocument*&#010;" /> </header> @@ -20773,7 +20773,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="614" tqparent_class="614" fileExt=".java" fileName="KisProgressDisplayInterface*" > + <classifiercodedocument writeOutCode="true" package="" id="614" parent_class="614" fileExt=".java" fileName="KisProgressDisplayInterface*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20785,7 +20785,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="614" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="614" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProgressDisplayInterface*&#010;" /> </header> @@ -20848,7 +20848,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="616" tqparent_class="616" fileExt=".java" fileName="KisSelectionManager*" > + <classifiercodedocument writeOutCode="true" package="" id="616" parent_class="616" fileExt=".java" fileName="KisSelectionManager*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20860,7 +20860,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="616" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="616" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSelectionManager*&#010;" /> </header> @@ -20923,7 +20923,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="618" tqparent_class="618" fileExt=".java" fileName="KisFilterRegistry*" > + <classifiercodedocument writeOutCode="true" package="" id="618" parent_class="618" fileExt=".java" fileName="KisFilterRegistry*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -20935,7 +20935,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="618" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="618" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterRegistry*&#010;" /> </header> @@ -20998,7 +20998,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="623" tqparent_class="623" fileExt=".java" fileName="const QCursor&" > + <classifiercodedocument writeOutCode="true" package="" id="623" parent_class="623" fileExt=".java" fileName="const QCursor&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21010,7 +21010,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="623" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="623" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QCursor&&#010;" /> </header> @@ -21073,7 +21073,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="626" tqparent_class="626" fileExt=".java" fileName="const KisCanvasSubject&" > + <classifiercodedocument writeOutCode="true" package="" id="626" parent_class="626" fileExt=".java" fileName="const KisCanvasSubject&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21085,7 +21085,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="626" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="626" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisCanvasSubject&&#010;" /> </header> @@ -21148,7 +21148,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="630" tqparent_class="630" fileExt=".java" fileName="KisCanvasSubject&" > + <classifiercodedocument writeOutCode="true" package="" id="630" parent_class="630" fileExt=".java" fileName="KisCanvasSubject&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21160,7 +21160,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="630" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="630" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisCanvasSubject&&#010;" /> </header> @@ -21223,7 +21223,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="631" tqparent_class="631" fileExt=".java" fileName="KisGenericRegistry" > + <classifiercodedocument writeOutCode="true" package="" id="631" parent_class="631" fileExt=".java" fileName="KisGenericRegistry" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21235,7 +21235,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="631" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="631" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGenericRegistry&#010;" /> </header> @@ -21245,7 +21245,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="655" tag="tblock_0" canDelete="false" indentLevel="1" text="protected storageMap m_storage;" > + <ccfdeclarationcodeblock parent_id="655" tag="tblock_0" canDelete="false" indentLevel="1" text="protected storageMap m_storage;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -21279,12 +21279,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="655" text="return m_storage;" > + <codeaccessormethod accessType="0" parent_id="655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="655" text="return m_storage;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_storage&#010;&#010;@return the value of m_storage" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="655" text="m_storage = value;" > + <codeaccessormethod accessType="1" parent_id="655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="655" text="m_storage = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_storage&#010;&#010;" /> </header> @@ -21304,57 +21304,57 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="634" tag="operation_634" canDelete="false" indentLevel="1" > + <codeoperation parent_id="634" tag="operation_634" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="635" tag="operation_635" canDelete="false" indentLevel="1" > + <codeoperation parent_id="635" tag="operation_635" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="636" tag="operation_636" canDelete="false" indentLevel="1" > + <codeoperation parent_id="636" tag="operation_636" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param item &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="638" tag="operation_638" canDelete="false" indentLevel="1" > + <codeoperation parent_id="638" tag="operation_638" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@param item &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="641" tag="operation_641" canDelete="false" indentLevel="1" > + <codeoperation parent_id="641" tag="operation_641" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="643" tag="operation_643" canDelete="false" indentLevel="1" > + <codeoperation parent_id="643" tag="operation_643" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="645" tag="operation_645" canDelete="false" indentLevel="1" > + <codeoperation parent_id="645" tag="operation_645" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="647" tag="operation_647" canDelete="false" indentLevel="1" > + <codeoperation parent_id="647" tag="operation_647" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param id &#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="649" tag="operation_649" canDelete="false" indentLevel="1" > + <codeoperation parent_id="649" tag="operation_649" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisIDList " /> </header> </codeoperation> - <codeoperation tqparent_id="650" tag="operation_650" canDelete="false" indentLevel="1" > + <codeoperation parent_id="650" tag="operation_650" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="653" tag="operation_653" canDelete="false" indentLevel="1" > + <codeoperation parent_id="653" tag="operation_653" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisGenericRegistry " /> </header> @@ -21370,21 +21370,21 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="655" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="655" tag="tblock_0" canDelete="false" indentLevel="1" text="protected storageMap m_storage;" > + <ccfdeclarationcodeblock parent_id="655" tag="tblock_0" canDelete="false" indentLevel="1" text="protected storageMap m_storage;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="655" text="return m_storage;" > + <codeaccessormethod accessType="0" parent_id="655" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="655" text="return m_storage;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_storage&#010;&#010;@return the value of m_storage" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="655" text="m_storage = value;" > + <codeaccessormethod accessType="1" parent_id="655" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="655" text="m_storage = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_storage&#010;&#010;" /> </header> @@ -21392,7 +21392,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisGenericRegistry" id="633" tqparent_class="633" fileExt=".java" fileName="storageMap" > + <classifiercodedocument writeOutCode="true" package="KisGenericRegistry" id="633" parent_class="633" fileExt=".java" fileName="storageMap" > <textblocks> <codeblockwithcomments tag="packages" text="package KisGenericRegistry;&#010;" > <header> @@ -21404,7 +21404,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="633" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="633" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class StorageMap&#010;" /> </header> @@ -21467,7 +21467,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="651" tqparent_class="651" fileExt=".java" fileName="const KisGenericRegistry&" > + <classifiercodedocument writeOutCode="true" package="" id="651" parent_class="651" fileExt=".java" fileName="const KisGenericRegistry&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21479,7 +21479,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="651" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="651" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisGenericRegistry&&#010;" /> </header> @@ -21542,7 +21542,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="662" tqparent_class="662" fileExt=".java" fileName=TQBYTEARRAY_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="662" parent_class="662" fileExt=".java" fileName=TQBYTEARRAY_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21554,7 +21554,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="662" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="662" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QByteArray&#010;" /> </header> @@ -21617,7 +21617,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="663" tqparent_class="663" fileExt=".java" fileName="const QByteArray&" > + <classifiercodedocument writeOutCode="true" package="" id="663" parent_class="663" fileExt=".java" fileName="const QByteArray&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21629,7 +21629,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="663" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="663" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QByteArray&&#010;" /> </header> @@ -21692,7 +21692,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="666" tqparent_class="666" fileExt=".java" fileName="QString&" > + <classifiercodedocument writeOutCode="true" package="" id="666" parent_class="666" fileExt=".java" fileName="QString&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21704,7 +21704,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="666" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="666" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QString&&#010;" /> </header> @@ -21767,7 +21767,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="669" tqparent_class="669" fileExt=".java" fileName="QByteArray&" > + <classifiercodedocument writeOutCode="true" package="" id="669" parent_class="669" fileExt=".java" fileName="QByteArray&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21779,7 +21779,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="669" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="669" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QByteArray&&#010;" /> </header> @@ -21842,7 +21842,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="Qt" id="678" tqparent_class="678" fileExt=".java" fileName="Qt::Orientation" > + <classifiercodedocument writeOutCode="true" package="Qt" id="678" parent_class="678" fileExt=".java" fileName="Qt::Orientation" > <textblocks> <codeblockwithcomments tag="packages" text="package Qt;&#010;" > <header> @@ -21854,7 +21854,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="678" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="678" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Qt::Orientation&#010;" /> </header> @@ -21917,7 +21917,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="685" tqparent_class="685" fileExt=".java" fileName=TQPIXMAP_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="685" parent_class="685" fileExt=".java" fileName=TQPIXMAP_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -21929,7 +21929,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="685" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="685" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPixmap&#010;" /> </header> @@ -21992,7 +21992,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="690" tqparent_class="690" fileExt=".java" fileName="KisGuideMgr" > + <classifiercodedocument writeOutCode="true" package="" id="690" parent_class="690" fileExt=".java" fileName="KisGuideMgr" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -22004,7 +22004,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="690" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="690" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGuideMgr&#010;" /> </header> @@ -22014,57 +22014,57 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="756" tag="tblock_0" canDelete="false" indentLevel="1" text="private QSize m_size;" > + <ccfdeclarationcodeblock parent_id="756" tag="tblock_0" canDelete="false" indentLevel="1" text="private QSize m_size;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="757" tag="tblock_2" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLines;" > + <ccfdeclarationcodeblock parent_id="757" tag="tblock_2" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLines;" > + <ccfdeclarationcodeblock parent_id="758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="759" tag="tblock_8" canDelete="false" indentLevel="1" text="private QPixmap m_pattern;" > + <ccfdeclarationcodeblock parent_id="759" tag="tblock_8" canDelete="false" indentLevel="1" text="private QPixmap m_pattern;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="760" tag="tblock_11" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="760" tag="tblock_11" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLinesSelected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="761" tag="tblock_14" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="761" tag="tblock_14" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLinesSelected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="762" tag="tblock_17" canDelete="false" indentLevel="1" text="private QPixmap m_patternSelected;" > + <ccfdeclarationcodeblock parent_id="762" tag="tblock_17" canDelete="false" indentLevel="1" text="private QPixmap m_patternSelected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="763" tag="tblock_20" canDelete="false" indentLevel="1" text="private vKisGuideSP m_lines;" > + <ccfdeclarationcodeblock parent_id="763" tag="tblock_20" canDelete="false" indentLevel="1" text="private vKisGuideSP m_lines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="764" tag="tblock_23" canDelete="false" indentLevel="1" text="private vKisGuideSP m_slines;" > + <ccfdeclarationcodeblock parent_id="764" tag="tblock_23" canDelete="false" indentLevel="1" text="private vKisGuideSP m_slines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="766" tag="tblock_26" canDelete="false" indentLevel="1" text="static private const char* s_xbm;" > + <ccfdeclarationcodeblock parent_id="766" tag="tblock_26" canDelete="false" indentLevel="1" text="static private const char* s_xbm;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="767" tag="tblock_29" canDelete="false" indentLevel="1" text="static private const char* s_xbm_selected;" > + <ccfdeclarationcodeblock parent_id="767" tag="tblock_29" canDelete="false" indentLevel="1" text="static private const char* s_xbm_selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -22098,112 +22098,112 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="756" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="756" text="return m_size;" > + <codeaccessormethod accessType="0" parent_id="756" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="756" text="return m_size;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_size&#010;&#010;@return the value of m_size" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="756" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="756" text="m_size = value;" > + <codeaccessormethod accessType="1" parent_id="756" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="756" text="m_size = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_size&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="757" text="return m_vGuideLines;" > + <codeaccessormethod accessType="0" parent_id="757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="757" text="return m_vGuideLines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_vGuideLines&#010;&#010;@return the value of m_vGuideLines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="757" text="m_vGuideLines = value;" > + <codeaccessormethod accessType="1" parent_id="757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="757" text="m_vGuideLines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_vGuideLines&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="758" text="return m_hGuideLines;" > + <codeaccessormethod accessType="0" parent_id="758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="758" text="return m_hGuideLines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_hGuideLines&#010;&#010;@return the value of m_hGuideLines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="758" text="m_hGuideLines = value;" > + <codeaccessormethod accessType="1" parent_id="758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="758" text="m_hGuideLines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_hGuideLines&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="759" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="759" text="return m_pattern;" > + <codeaccessormethod accessType="0" parent_id="759" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="759" text="return m_pattern;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pattern&#010;&#010;@return the value of m_pattern" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="759" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="759" text="m_pattern = value;" > + <codeaccessormethod accessType="1" parent_id="759" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="759" text="m_pattern = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pattern&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="760" text="return m_vGuideLinesSelected;" > + <codeaccessormethod accessType="0" parent_id="760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="760" text="return m_vGuideLinesSelected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_vGuideLinesSelected&#010;&#010;@return the value of m_vGuideLinesSelected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="760" text="m_vGuideLinesSelected = value;" > + <codeaccessormethod accessType="1" parent_id="760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="760" text="m_vGuideLinesSelected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_vGuideLinesSelected&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="761" text="return m_hGuideLinesSelected;" > + <codeaccessormethod accessType="0" parent_id="761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="761" text="return m_hGuideLinesSelected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_hGuideLinesSelected&#010;&#010;@return the value of m_hGuideLinesSelected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="761" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="761" text="m_hGuideLinesSelected = value;" > + <codeaccessormethod accessType="1" parent_id="761" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="761" text="m_hGuideLinesSelected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_hGuideLinesSelected&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="762" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="762" text="return m_patternSelected;" > + <codeaccessormethod accessType="0" parent_id="762" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="762" text="return m_patternSelected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_patternSelected&#010;&#010;@return the value of m_patternSelected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="762" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="762" text="m_patternSelected = value;" > + <codeaccessormethod accessType="1" parent_id="762" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="762" text="m_patternSelected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_patternSelected&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="763" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="763" text="return m_lines;" > + <codeaccessormethod accessType="0" parent_id="763" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="763" text="return m_lines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_lines&#010;&#010;@return the value of m_lines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="763" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="763" text="m_lines = value;" > + <codeaccessormethod accessType="1" parent_id="763" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="763" text="m_lines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_lines&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="764" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="764" text="return m_slines;" > + <codeaccessormethod accessType="0" parent_id="764" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="764" text="return m_slines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_slines&#010;&#010;@return the value of m_slines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="764" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="764" text="m_slines = value;" > + <codeaccessormethod accessType="1" parent_id="764" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="764" text="m_slines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_slines&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="766" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="766" text="return s_xbm;" > + <codeaccessormethod accessType="0" parent_id="766" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="766" text="return s_xbm;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of s_xbm&#010;&#010;@return the value of s_xbm" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="766" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="766" text="s_xbm = value;" > + <codeaccessormethod accessType="1" parent_id="766" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="766" text="s_xbm = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of s_xbm&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="767" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="767" text="return s_xbm_selected;" > + <codeaccessormethod accessType="0" parent_id="767" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="767" text="return s_xbm_selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of s_xbm_selected&#010;&#010;@return the value of s_xbm_selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="767" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="767" text="s_xbm_selected = value;" > + <codeaccessormethod accessType="1" parent_id="767" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="767" text="s_xbm_selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of s_xbm_selected&#010;&#010;" /> </header> @@ -22223,117 +22223,117 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="694" tag="operation_694" canDelete="false" indentLevel="1" > + <codeoperation parent_id="694" tag="operation_694" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="695" tag="operation_695" canDelete="false" indentLevel="1" > + <codeoperation parent_id="695" tag="operation_695" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="696" tag="operation_696" canDelete="false" indentLevel="1" > + <codeoperation parent_id="696" tag="operation_696" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pos &#010;@param o &#010;@return KisGuideSP " /> </header> </codeoperation> - <codeoperation tqparent_id="699" tag="operation_699" canDelete="false" indentLevel="1" > + <codeoperation parent_id="699" tag="operation_699" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param gd &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="701" tag="operation_701" canDelete="false" indentLevel="1" > + <codeoperation parent_id="701" tag="operation_701" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param y &#010;@param d &#010;@return KisGuideSP " /> </header> </codeoperation> - <codeoperation tqparent_id="705" tag="operation_705" canDelete="false" indentLevel="1" > + <codeoperation parent_id="705" tag="operation_705" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param y &#010;@param d &#010;@return KisGuideSP " /> </header> </codeoperation> - <codeoperation tqparent_id="708" tag="operation_708" canDelete="false" indentLevel="1" > + <codeoperation parent_id="708" tag="operation_708" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@param d &#010;@return KisGuideSP " /> </header> </codeoperation> - <codeoperation tqparent_id="711" tag="operation_711" canDelete="false" indentLevel="1" > + <codeoperation parent_id="711" tag="operation_711" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="712" tag="operation_712" canDelete="false" indentLevel="1" > + <codeoperation parent_id="712" tag="operation_712" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="713" tag="operation_713" canDelete="false" indentLevel="1" > + <codeoperation parent_id="713" tag="operation_713" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param element &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="717" tag="operation_717" canDelete="false" indentLevel="1" > + <codeoperation parent_id="717" tag="operation_717" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param element &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="720" tag="operation_720" canDelete="false" indentLevel="1" > + <codeoperation parent_id="720" tag="operation_720" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param gd &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="722" tag="operation_722" canDelete="false" indentLevel="1" > + <codeoperation parent_id="722" tag="operation_722" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param gd &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="724" tag="operation_724" canDelete="false" indentLevel="1" > + <codeoperation parent_id="724" tag="operation_724" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="725" tag="operation_725" canDelete="false" indentLevel="1" > + <codeoperation parent_id="725" tag="operation_725" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="726" tag="operation_726" canDelete="false" indentLevel="1" > + <codeoperation parent_id="726" tag="operation_726" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="727" tag="operation_727" canDelete="false" indentLevel="1" > + <codeoperation parent_id="727" tag="operation_727" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param size &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="731" tag="operation_731" canDelete="false" indentLevel="1" > + <codeoperation parent_id="731" tag="operation_731" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="732" tag="operation_732" canDelete="false" indentLevel="1" > + <codeoperation parent_id="732" tag="operation_732" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param device &#010;@param w &#010;@param xOffset &#010;@param yOffset &#010;@param zoom &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="740" tag="operation_740" canDelete="false" indentLevel="1" > + <codeoperation parent_id="740" tag="operation_740" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param device &#010;@param w &#010;@param xOffset &#010;@param yOffset &#010;@param zoom &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="746" tag="operation_746" canDelete="false" indentLevel="1" > + <codeoperation parent_id="746" tag="operation_746" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param d &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="748" tag="operation_748" canDelete="false" indentLevel="1" > + <codeoperation parent_id="748" tag="operation_748" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param d &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="750" tag="operation_750" canDelete="false" indentLevel="1" > + <codeoperation parent_id="750" tag="operation_750" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param size &#010;@param vLine &#010;@param hLine &#010;@param linePattern &#010;@return void " /> </header> @@ -22349,221 +22349,221 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="756" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="756" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="756" tag="tblock_0" canDelete="false" indentLevel="1" text="private QSize m_size;" > + <ccfdeclarationcodeblock parent_id="756" tag="tblock_0" canDelete="false" indentLevel="1" text="private QSize m_size;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="756" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="756" text="return m_size;" > + <codeaccessormethod accessType="0" parent_id="756" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="756" text="return m_size;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_size&#010;&#010;@return the value of m_size" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="756" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="756" text="m_size = value;" > + <codeaccessormethod accessType="1" parent_id="756" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="756" text="m_size = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_size&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="757" tag="tblock_2" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLines;" > + <ccfdeclarationcodeblock parent_id="757" tag="tblock_2" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="757" text="return m_vGuideLines;" > + <codeaccessormethod accessType="0" parent_id="757" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="757" text="return m_vGuideLines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_vGuideLines&#010;&#010;@return the value of m_vGuideLines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="757" text="m_vGuideLines = value;" > + <codeaccessormethod accessType="1" parent_id="757" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="757" text="m_vGuideLines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_vGuideLines&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="758" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLines;" > + <ccfdeclarationcodeblock parent_id="758" tag="tblock_5" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="758" text="return m_hGuideLines;" > + <codeaccessormethod accessType="0" parent_id="758" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="758" text="return m_hGuideLines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_hGuideLines&#010;&#010;@return the value of m_hGuideLines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="758" text="m_hGuideLines = value;" > + <codeaccessormethod accessType="1" parent_id="758" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="758" text="m_hGuideLines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_hGuideLines&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="759" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="759" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="759" tag="tblock_8" canDelete="false" indentLevel="1" text="private QPixmap m_pattern;" > + <ccfdeclarationcodeblock parent_id="759" tag="tblock_8" canDelete="false" indentLevel="1" text="private QPixmap m_pattern;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="759" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="759" text="return m_pattern;" > + <codeaccessormethod accessType="0" parent_id="759" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="759" text="return m_pattern;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pattern&#010;&#010;@return the value of m_pattern" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="759" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="759" text="m_pattern = value;" > + <codeaccessormethod accessType="1" parent_id="759" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="759" text="m_pattern = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pattern&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="760" tag="tblock_11" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="760" tag="tblock_11" canDelete="false" indentLevel="1" text="private QPixmap m_vGuideLinesSelected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="760" text="return m_vGuideLinesSelected;" > + <codeaccessormethod accessType="0" parent_id="760" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="760" text="return m_vGuideLinesSelected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_vGuideLinesSelected&#010;&#010;@return the value of m_vGuideLinesSelected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="760" text="m_vGuideLinesSelected = value;" > + <codeaccessormethod accessType="1" parent_id="760" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="760" text="m_vGuideLinesSelected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_vGuideLinesSelected&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="761" tag="tblock_14" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLinesSelected;" > + <ccfdeclarationcodeblock parent_id="761" tag="tblock_14" canDelete="false" indentLevel="1" text="private QPixmap m_hGuideLinesSelected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="761" text="return m_hGuideLinesSelected;" > + <codeaccessormethod accessType="0" parent_id="761" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="761" text="return m_hGuideLinesSelected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_hGuideLinesSelected&#010;&#010;@return the value of m_hGuideLinesSelected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="761" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="761" text="m_hGuideLinesSelected = value;" > + <codeaccessormethod accessType="1" parent_id="761" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="761" text="m_hGuideLinesSelected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_hGuideLinesSelected&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="762" tag="tblock_17" canDelete="false" indentLevel="1" text="private QPixmap m_patternSelected;" > + <ccfdeclarationcodeblock parent_id="762" tag="tblock_17" canDelete="false" indentLevel="1" text="private QPixmap m_patternSelected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="762" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="762" text="return m_patternSelected;" > + <codeaccessormethod accessType="0" parent_id="762" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="762" text="return m_patternSelected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_patternSelected&#010;&#010;@return the value of m_patternSelected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="762" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="762" text="m_patternSelected = value;" > + <codeaccessormethod accessType="1" parent_id="762" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="762" text="m_patternSelected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_patternSelected&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="763" tag="tblock_20" canDelete="false" indentLevel="1" text="private vKisGuideSP m_lines;" > + <ccfdeclarationcodeblock parent_id="763" tag="tblock_20" canDelete="false" indentLevel="1" text="private vKisGuideSP m_lines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="763" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="763" text="return m_lines;" > + <codeaccessormethod accessType="0" parent_id="763" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="763" text="return m_lines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_lines&#010;&#010;@return the value of m_lines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="763" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="763" text="m_lines = value;" > + <codeaccessormethod accessType="1" parent_id="763" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="763" text="m_lines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_lines&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="764" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="764" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="764" tag="tblock_23" canDelete="false" indentLevel="1" text="private vKisGuideSP m_slines;" > + <ccfdeclarationcodeblock parent_id="764" tag="tblock_23" canDelete="false" indentLevel="1" text="private vKisGuideSP m_slines;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="764" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="764" text="return m_slines;" > + <codeaccessormethod accessType="0" parent_id="764" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="764" text="return m_slines;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_slines&#010;&#010;@return the value of m_slines" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="764" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="764" text="m_slines = value;" > + <codeaccessormethod accessType="1" parent_id="764" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="764" text="m_slines = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_slines&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="766" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="766" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="766" tag="tblock_26" canDelete="false" indentLevel="1" text="static private const char* s_xbm;" > + <ccfdeclarationcodeblock parent_id="766" tag="tblock_26" canDelete="false" indentLevel="1" text="static private const char* s_xbm;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="766" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="766" text="return s_xbm;" > + <codeaccessormethod accessType="0" parent_id="766" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="766" text="return s_xbm;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of s_xbm&#010;&#010;@return the value of s_xbm" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="766" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="766" text="s_xbm = value;" > + <codeaccessormethod accessType="1" parent_id="766" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="766" text="s_xbm = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of s_xbm&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="767" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="767" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="767" tag="tblock_29" canDelete="false" indentLevel="1" text="static private const char* s_xbm_selected;" > + <ccfdeclarationcodeblock parent_id="767" tag="tblock_29" canDelete="false" indentLevel="1" text="static private const char* s_xbm_selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="767" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="767" text="return s_xbm_selected;" > + <codeaccessormethod accessType="0" parent_id="767" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="767" text="return s_xbm_selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of s_xbm_selected&#010;&#010;@return the value of s_xbm_selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="767" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="767" text="s_xbm_selected = value;" > + <codeaccessormethod accessType="1" parent_id="767" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="767" text="s_xbm_selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of s_xbm_selected&#010;&#010;" /> </header> @@ -22571,7 +22571,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisGuideMgr" id="691" tqparent_class="691" fileExt=".java" fileName="vKisGuideSP" > + <classifiercodedocument writeOutCode="true" package="KisGuideMgr" id="691" parent_class="691" fileExt=".java" fileName="vKisGuideSP" > <textblocks> <codeblockwithcomments tag="packages" text="package KisGuideMgr;&#010;" > <header> @@ -22583,7 +22583,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="691" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="691" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisGuideSP&#010;" /> </header> @@ -22646,7 +22646,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisGuideMgr" id="692" tqparent_class="692" fileExt=".java" fileName="vKisGuideSP_it" > + <classifiercodedocument writeOutCode="true" package="KisGuideMgr" id="692" parent_class="692" fileExt=".java" fileName="vKisGuideSP_it" > <textblocks> <codeblockwithcomments tag="packages" text="package KisGuideMgr;&#010;" > <header> @@ -22658,7 +22658,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="692" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="692" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisGuideSP_it&#010;" /> </header> @@ -22721,7 +22721,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisGuideMgr" id="693" tqparent_class="693" fileExt=".java" fileName="vKisGuideSP_cit" > + <classifiercodedocument writeOutCode="true" package="KisGuideMgr" id="693" parent_class="693" fileExt=".java" fileName="vKisGuideSP_cit" > <textblocks> <codeblockwithcomments tag="packages" text="package KisGuideMgr;&#010;" > <header> @@ -22733,7 +22733,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="693" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="693" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class VKisGuideSP_cit&#010;" /> </header> @@ -22796,7 +22796,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="714" tqparent_class="714" fileExt=".java" fileName="QDomElement" > + <classifiercodedocument writeOutCode="true" package="" id="714" parent_class="714" fileExt=".java" fileName="QDomElement" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -22808,7 +22808,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="714" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="714" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QDomElement&#010;" /> </header> @@ -22871,7 +22871,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="715" tqparent_class="715" fileExt=".java" fileName="QDomElement&" > + <classifiercodedocument writeOutCode="true" package="" id="715" parent_class="715" fileExt=".java" fileName="QDomElement&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -22883,7 +22883,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="715" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="715" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QDomElement&&#010;" /> </header> @@ -22946,7 +22946,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="718" tqparent_class="718" fileExt=".java" fileName="const QDomElement&" > + <classifiercodedocument writeOutCode="true" package="" id="718" parent_class="718" fileExt=".java" fileName="const QDomElement&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -22958,7 +22958,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="718" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="718" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QDomElement&&#010;" /> </header> @@ -23021,7 +23021,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="728" tqparent_class="728" fileExt=".java" fileName="QSize" > + <classifiercodedocument writeOutCode="true" package="" id="728" parent_class="728" fileExt=".java" fileName="QSize" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23033,7 +23033,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="728" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="728" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QSize&#010;" /> </header> @@ -23096,7 +23096,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="729" tqparent_class="729" fileExt=".java" fileName="const QSize&" > + <classifiercodedocument writeOutCode="true" package="" id="729" parent_class="729" fileExt=".java" fileName="const QSize&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23108,7 +23108,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="729" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="729" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QSize&&#010;" /> </header> @@ -23171,7 +23171,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="733" tqparent_class="733" fileExt=".java" fileName="QPaintDevice" > + <classifiercodedocument writeOutCode="true" package="" id="733" parent_class="733" fileExt=".java" fileName="QPaintDevice" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23183,7 +23183,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="733" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="733" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPaintDevice&#010;" /> </header> @@ -23246,7 +23246,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="734" tqparent_class="734" fileExt=".java" fileName="QPaintDevice*" > + <classifiercodedocument writeOutCode="true" package="" id="734" parent_class="734" fileExt=".java" fileName="QPaintDevice*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23258,7 +23258,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="734" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="734" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPaintDevice*&#010;" /> </header> @@ -23321,7 +23321,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="752" tqparent_class="752" fileExt=".java" fileName="QPixmap*" > + <classifiercodedocument writeOutCode="true" package="" id="752" parent_class="752" fileExt=".java" fileName="QPixmap*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23333,7 +23333,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="752" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="752" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPixmap*&#010;" /> </header> @@ -23396,7 +23396,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="765" tqparent_class="765" fileExt=".java" fileName="const char*" > + <classifiercodedocument writeOutCode="true" package="" id="765" parent_class="765" fileExt=".java" fileName="const char*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23408,7 +23408,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="765" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="765" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const char*&#010;" /> </header> @@ -23471,7 +23471,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="768" tqparent_class="768" fileExt=".java" fileName="enumFilterType" > + <classifiercodedocument writeOutCode="true" package="" id="768" parent_class="768" fileExt=".java" fileName="enumFilterType" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23483,7 +23483,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="768" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="768" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class EnumFilterType&#010;" /> </header> @@ -23546,7 +23546,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="776" tqparent_class="776" fileExt=".java" fileName="KisScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="776" parent_class="776" fileExt=".java" fileName="KisScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23558,7 +23558,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="776" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="776" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisScaleFilterStrategy&#010;" /> </header> @@ -23568,17 +23568,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="789" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxScaleFilterStrategy = new KisBoxScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="789" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxScaleFilterStrategy = new KisBoxScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="817" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisLanczos3ScaleFilterStrategy = new KisLanczos3ScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="817" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisLanczos3ScaleFilterStrategy = new KisLanczos3ScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="826" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellScaleFilterStrategy = new KisMitchellScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="826" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellScaleFilterStrategy = new KisMitchellScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -23612,77 +23612,77 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="789" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="789" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="789" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="789" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="789" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="789" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBoxScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="789" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="789" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBoxScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="789" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="789" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="817" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="817" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="817" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="817" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="817" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="817" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisLanczos3ScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="817" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="817" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisLanczos3ScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="817" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="817" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="826" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="826" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="826" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="826" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="826" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="826" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisMitchellScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="826" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="826" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisMitchellScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="826" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="826" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -23702,17 +23702,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="777" tag="operation_777" canDelete="false" indentLevel="1" > + <codeoperation parent_id="777" tag="operation_777" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="778" tag="operation_778" canDelete="false" indentLevel="1" > + <codeoperation parent_id="778" tag="operation_778" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="779" tag="operation_779" canDelete="false" indentLevel="1" > + <codeoperation parent_id="779" tag="operation_779" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -23728,246 +23728,246 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="782" field_type="7602273" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="782" field_type="7602273" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSimpleScaleFilterStrategy = new KisSimpleScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSimpleScaleFilterStrategy = new KisSimpleScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisSimpleScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisSimpleScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="782" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="789" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="789" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="789" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxScaleFilterStrategy = new KisBoxScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="789" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxScaleFilterStrategy = new KisBoxScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="789" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="789" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="789" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="789" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="789" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="789" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBoxScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="789" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="789" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBoxScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="789" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="789" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="796" field_type="6357106" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="796" field_type="6357106" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTriangleScaleFilterStrategy = new KisTriangleScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTriangleScaleFilterStrategy = new KisTriangleScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisTriangleScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisTriangleScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="803" field_type="7602208" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="803" field_type="7602208" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBellScaleFilterStrategy = new KisBellScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBellScaleFilterStrategy = new KisBellScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBellScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBellScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="803" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="810" field_type="6357106" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="810" field_type="6357106" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBSplineScaleFilterStrategy = new KisBSplineScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBSplineScaleFilterStrategy = new KisBSplineScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBSplineScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBSplineScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="817" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="817" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="817" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisLanczos3ScaleFilterStrategy = new KisLanczos3ScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="817" tag="tblock_5" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisLanczos3ScaleFilterStrategy = new KisLanczos3ScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="817" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="817" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="817" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="817" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="817" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="817" tag="hblock_tag_8" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisLanczos3ScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="817" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="817" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisLanczos3ScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="817" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="817" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="826" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="826" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="826" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellScaleFilterStrategy = new KisMitchellScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="826" tag="tblock_11" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellScaleFilterStrategy = new KisMitchellScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="826" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="826" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="826" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="826" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="826" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="826" tag="hblock_tag_14" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisMitchellScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="826" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="826" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisMitchellScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="826" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="826" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -23975,7 +23975,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="781" tqparent_class="781" fileExt=".java" fileName="KisSimpleScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="781" parent_class="781" fileExt=".java" fileName="KisSimpleScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -23987,7 +23987,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="781" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="781" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSimpleScaleFilterStrategy&#010;" /> </header> @@ -23997,7 +23997,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="782" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="782" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -24031,27 +24031,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="782" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="782" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="782" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="782" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="782" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="782" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="782" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="782" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="782" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="782" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24071,12 +24071,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="785" tag="operation_785" canDelete="false" indentLevel="1" > + <codeoperation parent_id="785" tag="operation_785" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="786" tag="operation_786" canDelete="false" indentLevel="1" > + <codeoperation parent_id="786" tag="operation_786" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -24092,36 +24092,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="782" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="782" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="782" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="782" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="782" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="782" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="782" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="782" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="782" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="782" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="782" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="782" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="782" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="782" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="782" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24129,7 +24129,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="788" tqparent_class="788" fileExt=".java" fileName="KisBoxScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="788" parent_class="788" fileExt=".java" fileName="KisBoxScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24141,7 +24141,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="788" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="788" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBoxScaleFilterStrategy&#010;" /> </header> @@ -24193,12 +24193,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="792" tag="operation_792" canDelete="false" indentLevel="1" > + <codeoperation parent_id="792" tag="operation_792" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="793" tag="operation_793" canDelete="false" indentLevel="1" > + <codeoperation parent_id="793" tag="operation_793" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -24214,36 +24214,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="789" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="789" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="789" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="789" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24251,7 +24251,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="795" tqparent_class="795" fileExt=".java" fileName="KisTriangleScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="795" parent_class="795" fileExt=".java" fileName="KisTriangleScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24263,7 +24263,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="795" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="795" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTriangleScaleFilterStrategy&#010;" /> </header> @@ -24315,12 +24315,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="799" tag="operation_799" canDelete="false" indentLevel="1" > + <codeoperation parent_id="799" tag="operation_799" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="800" tag="operation_800" canDelete="false" indentLevel="1" > + <codeoperation parent_id="800" tag="operation_800" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -24336,36 +24336,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="796" field_type="6357106" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="796" field_type="6357106" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="796" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="796" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24373,7 +24373,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="802" tqparent_class="802" fileExt=".java" fileName="KisBellScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="802" parent_class="802" fileExt=".java" fileName="KisBellScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24385,7 +24385,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="802" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="802" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBellScaleFilterStrategy&#010;" /> </header> @@ -24395,7 +24395,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="803" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="803" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -24429,27 +24429,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="803" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="803" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="803" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="803" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="803" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="803" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="803" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="803" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="803" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="803" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24469,12 +24469,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="806" tag="operation_806" canDelete="false" indentLevel="1" > + <codeoperation parent_id="806" tag="operation_806" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="807" tag="operation_807" canDelete="false" indentLevel="1" > + <codeoperation parent_id="807" tag="operation_807" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -24490,36 +24490,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="803" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="803" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="803" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="803" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="803" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="803" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="803" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="803" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="803" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="803" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="803" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="803" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="803" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="803" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="803" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24527,7 +24527,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="809" tqparent_class="809" fileExt=".java" fileName="KisBSplineScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="809" parent_class="809" fileExt=".java" fileName="KisBSplineScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24539,7 +24539,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="809" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="809" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBSplineScaleFilterStrategy&#010;" /> </header> @@ -24591,12 +24591,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="813" tag="operation_813" canDelete="false" indentLevel="1" > + <codeoperation parent_id="813" tag="operation_813" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="814" tag="operation_814" canDelete="false" indentLevel="1" > + <codeoperation parent_id="814" tag="operation_814" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -24612,36 +24612,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="810" field_type="6619252" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="810" field_type="6619252" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="810" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="810" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24649,7 +24649,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="816" tqparent_class="816" fileExt=".java" fileName="KisLanczos3ScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="816" parent_class="816" fileExt=".java" fileName="KisLanczos3ScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24661,7 +24661,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="816" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="816" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisLanczos3ScaleFilterStrategy&#010;" /> </header> @@ -24713,17 +24713,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="820" tag="operation_820" canDelete="false" indentLevel="1" > + <codeoperation parent_id="820" tag="operation_820" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="821" tag="operation_821" canDelete="false" indentLevel="1" > + <codeoperation parent_id="821" tag="operation_821" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> </codeoperation> - <codeoperation tqparent_id="823" tag="operation_823" canDelete="false" indentLevel="1" > + <codeoperation parent_id="823" tag="operation_823" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@return double " /> </header> @@ -24739,36 +24739,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="817" field_type="6357106" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="817" field_type="6357106" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="817" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="817" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24776,7 +24776,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="825" tqparent_class="825" fileExt=".java" fileName="KisMitchellScaleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="825" parent_class="825" fileExt=".java" fileName="KisMitchellScaleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24788,7 +24788,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="825" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="825" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisMitchellScaleFilterStrategy&#010;" /> </header> @@ -24798,7 +24798,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="826" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="826" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -24832,27 +24832,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="826" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="826" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="826" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="826" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="826" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="826" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="826" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="826" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="826" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="826" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24872,12 +24872,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="829" tag="operation_829" canDelete="false" indentLevel="1" > + <codeoperation parent_id="829" tag="operation_829" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="830" tag="operation_830" canDelete="false" indentLevel="1" > + <codeoperation parent_id="830" tag="operation_830" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -24893,36 +24893,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="826" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="826" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="826" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="826" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisScaleFilterStrategy = new KisScaleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="826" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="826" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="826" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="826" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="826" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="826" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="826" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="826" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="826" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="826" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="826" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -24930,7 +24930,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="832" tqparent_class="832" fileExt=".java" fileName="KisScaleVisitor" > + <classifiercodedocument writeOutCode="true" package="" id="832" parent_class="832" fileExt=".java" fileName="KisScaleVisitor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -24942,7 +24942,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="832" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="832" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisScaleVisitor&#010;" /> </header> @@ -24952,17 +24952,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="854" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > + <ccfdeclarationcodeblock parent_id="854" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="865" tag="tblock_2" canDelete="false" indentLevel="1" text="private CLIST* contrib;" > + <ccfdeclarationcodeblock parent_id="865" tag="tblock_2" canDelete="false" indentLevel="1" text="private CLIST* contrib;" > <header> <codecomment tag="" indentLevel="1" text="//array of contribution lists" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="866" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > + <ccfdeclarationcodeblock parent_id="866" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > <header> <codecomment tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> @@ -24996,32 +24996,32 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="854" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="854" text="return m_dev;" > + <codeaccessormethod accessType="0" parent_id="854" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="854" text="return m_dev;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dev&#010;&#010;@return the value of m_dev" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="854" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="854" text="m_dev = value;" > + <codeaccessormethod accessType="1" parent_id="854" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="854" text="m_dev = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dev&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="865" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="865" text="return contrib;" > + <codeaccessormethod accessType="0" parent_id="865" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="865" text="return contrib;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//array of contribution lists" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="865" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="865" text="contrib = value;" > + <codeaccessormethod accessType="1" parent_id="865" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="865" text="contrib = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//array of contribution lists" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="866" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="866" text="return m_cancelRequested;" > + <codeaccessormethod accessType="0" parent_id="866" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="866" text="return m_cancelRequested;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="866" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="866" text="m_cancelRequested = value;" > + <codeaccessormethod accessType="1" parent_id="866" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="866" text="m_cancelRequested = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> @@ -25041,32 +25041,32 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="844" tag="operation_844" canDelete="false" indentLevel="1" > + <codeoperation parent_id="844" tag="operation_844" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="845" tag="operation_845" canDelete="false" indentLevel="1" > + <codeoperation parent_id="845" tag="operation_845" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="846" tag="operation_846" canDelete="false" indentLevel="1" > + <codeoperation parent_id="846" tag="operation_846" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dev &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="849" tag="operation_849" canDelete="false" indentLevel="1" > + <codeoperation parent_id="849" tag="operation_849" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param sx &#010;@param sy &#010;@param m_progress &#010;@param filterType &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="855" tag="operation_855" canDelete="false" indentLevel="1" > + <codeoperation parent_id="855" tag="operation_855" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="calc_x_contrib()&#010; &#010;Calculates the filter weights for a single target column.&#010;contribX->p must be freed afterwards.&#010;&#010;Returns -1 if error, 0 otherwise." /> </header> </codeoperation> - <codeoperation tqparent_id="867" tag="operation_867" canDelete="false" indentLevel="1" > + <codeoperation parent_id="867" tag="operation_867" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> @@ -25082,96 +25082,96 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="834" field_type="7602296" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="834" field_type="7602296" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisProgressSubject = new KisProgressSubject ( );" > + <ccfdeclarationcodeblock parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisProgressSubject = new KisProgressSubject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisProgressSubject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisProgressSubject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="854" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="854" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="854" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > + <ccfdeclarationcodeblock parent_id="854" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="854" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="854" text="return m_dev;" > + <codeaccessormethod accessType="0" parent_id="854" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="854" text="return m_dev;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dev&#010;&#010;@return the value of m_dev" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="854" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="854" text="m_dev = value;" > + <codeaccessormethod accessType="1" parent_id="854" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="854" text="m_dev = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dev&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="865" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="865" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="//array of contribution lists" /> </header> - <ccfdeclarationcodeblock tqparent_id="865" tag="tblock_2" canDelete="false" indentLevel="1" text="private CLIST* contrib;" > + <ccfdeclarationcodeblock parent_id="865" tag="tblock_2" canDelete="false" indentLevel="1" text="private CLIST* contrib;" > <header> <codecomment tag="" indentLevel="1" text="//array of contribution lists" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="865" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="865" text="return contrib;" > + <codeaccessormethod accessType="0" parent_id="865" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="865" text="return contrib;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//array of contribution lists" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="865" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="865" text="contrib = value;" > + <codeaccessormethod accessType="1" parent_id="865" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="865" text="contrib = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//array of contribution lists" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="866" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="866" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Implement KisProgressSubject" /> </header> - <ccfdeclarationcodeblock tqparent_id="866" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > + <ccfdeclarationcodeblock parent_id="866" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > <header> <codecomment tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="866" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="866" text="return m_cancelRequested;" > + <codeaccessormethod accessType="0" parent_id="866" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="866" text="return m_cancelRequested;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="866" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="866" text="m_cancelRequested = value;" > + <codeaccessormethod accessType="1" parent_id="866" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="866" text="m_cancelRequested = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> @@ -25179,7 +25179,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="833" tqparent_class="833" fileExt=".java" fileName="KisProgressSubject" > + <classifiercodedocument writeOutCode="true" package="" id="833" parent_class="833" fileExt=".java" fileName="KisProgressSubject" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -25191,7 +25191,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="833" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="833" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisProgressSubject&#010;" /> </header> @@ -25253,71 +25253,71 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="834" field_type="6357096" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="834" field_type="6357096" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisScaleVisitor = new KisScaleVisitor ( );" > + <ccfdeclarationcodeblock parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisScaleVisitor = new KisScaleVisitor ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisScaleVisitor to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisScaleVisitor from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="834" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="834" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1319" field_type="6881355" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1319" field_type="6881355" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTransformVisitor = new KisTransformVisitor ( );" > + <ccfdeclarationcodeblock parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTransformVisitor = new KisTransformVisitor ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisTransformVisitor to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisTransformVisitor from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -25325,7 +25325,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisScaleVisitor" id="837" tqparent_class="837" fileExt=".java" fileName="CONTRIB" > + <classifiercodedocument writeOutCode="true" package="KisScaleVisitor" id="837" parent_class="837" fileExt=".java" fileName="CONTRIB" > <textblocks> <codeblockwithcomments tag="packages" text="package KisScaleVisitor;&#010;" > <header> @@ -25337,7 +25337,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="837" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="837" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CONTRIB&#010;Structs for the image rescaling routine" /> </header> @@ -25347,12 +25347,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" > + <ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="839" tag="tblock_2" canDelete="false" indentLevel="1" text="public double m_weight;" > + <ccfdeclarationcodeblock parent_id="839" tag="tblock_2" canDelete="false" indentLevel="1" text="public double m_weight;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -25386,22 +25386,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="838" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="838" text="return m_pixel;" > + <codeaccessormethod accessType="0" parent_id="838" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="838" text="return m_pixel;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pixel&#010;&#010;@return the value of m_pixel" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="838" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="838" text="m_pixel = value;" > + <codeaccessormethod accessType="1" parent_id="838" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="838" text="m_pixel = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pixel&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="839" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="839" text="return m_weight;" > + <codeaccessormethod accessType="0" parent_id="839" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="839" text="return m_weight;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_weight&#010;&#010;@return the value of m_weight" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="839" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="839" text="m_weight = value;" > + <codeaccessormethod accessType="1" parent_id="839" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="839" text="m_weight = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_weight&#010;&#010;" /> </header> @@ -25431,41 +25431,41 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="838" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="838" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" > + <ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="838" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="838" text="return m_pixel;" > + <codeaccessormethod accessType="0" parent_id="838" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="838" text="return m_pixel;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_pixel&#010;&#010;@return the value of m_pixel" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="838" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="838" text="m_pixel = value;" > + <codeaccessormethod accessType="1" parent_id="838" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="838" text="m_pixel = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_pixel&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="839" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="839" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="839" tag="tblock_2" canDelete="false" indentLevel="1" text="public double m_weight;" > + <ccfdeclarationcodeblock parent_id="839" tag="tblock_2" canDelete="false" indentLevel="1" text="public double m_weight;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="839" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="839" text="return m_weight;" > + <codeaccessormethod accessType="0" parent_id="839" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="839" text="return m_weight;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_weight&#010;&#010;@return the value of m_weight" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="839" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="839" text="m_weight = value;" > + <codeaccessormethod accessType="1" parent_id="839" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="839" text="m_weight = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_weight&#010;&#010;" /> </header> @@ -25473,7 +25473,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KisScaleVisitor" id="840" tqparent_class="840" fileExt=".java" fileName="CLIST" > + <classifiercodedocument writeOutCode="true" package="KisScaleVisitor" id="840" parent_class="840" fileExt=".java" fileName="CLIST" > <textblocks> <codeblockwithcomments tag="packages" text="package KisScaleVisitor;&#010;" > <header> @@ -25485,7 +25485,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="840" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="840" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CLIST&#010;" /> </header> @@ -25495,12 +25495,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" > + <ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" > <header> <codecomment tag="" indentLevel="1" text="//number of contributors" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="843" tag="tblock_2" canDelete="false" indentLevel="1" text="public CONTRIB* p;" > + <ccfdeclarationcodeblock parent_id="843" tag="tblock_2" canDelete="false" indentLevel="1" text="public CONTRIB* p;" > <header> <codecomment tag="" indentLevel="1" text="//pointer to list of contributions" /> </header> @@ -25534,22 +25534,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="841" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="841" text="return n;" > + <codeaccessormethod accessType="0" parent_id="841" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="841" text="return n;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//number of contributors" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="841" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="841" text="n = value;" > + <codeaccessormethod accessType="1" parent_id="841" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="841" text="n = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//number of contributors" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="843" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="843" text="return p;" > + <codeaccessormethod accessType="0" parent_id="843" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="843" text="return p;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//pointer to list of contributions" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="843" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="843" text="p = value;" > + <codeaccessormethod accessType="1" parent_id="843" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="843" text="p = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//pointer to list of contributions" /> </header> @@ -25579,41 +25579,41 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="841" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="841" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="//number of contributors" /> </header> - <ccfdeclarationcodeblock tqparent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" > + <ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" > <header> <codecomment tag="" indentLevel="1" text="//number of contributors" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="841" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="841" text="return n;" > + <codeaccessormethod accessType="0" parent_id="841" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="841" text="return n;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//number of contributors" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="841" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="841" text="n = value;" > + <codeaccessormethod accessType="1" parent_id="841" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="841" text="n = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//number of contributors" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="843" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="843" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="//pointer to list of contributions" /> </header> - <ccfdeclarationcodeblock tqparent_id="843" tag="tblock_2" canDelete="false" indentLevel="1" text="public CONTRIB* p;" > + <ccfdeclarationcodeblock parent_id="843" tag="tblock_2" canDelete="false" indentLevel="1" text="public CONTRIB* p;" > <header> <codecomment tag="" indentLevel="1" text="//pointer to list of contributions" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="843" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="843" text="return p;" > + <codeaccessormethod accessType="0" parent_id="843" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="843" text="return p;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//pointer to list of contributions" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="843" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="843" text="p = value;" > + <codeaccessormethod accessType="1" parent_id="843" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="843" text="p = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="//pointer to list of contributions" /> </header> @@ -25621,7 +25621,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="842" tqparent_class="842" fileExt=".java" fileName="CONTRIB*" > + <classifiercodedocument writeOutCode="true" package="" id="842" parent_class="842" fileExt=".java" fileName="CONTRIB*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -25633,7 +25633,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="842" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="842" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CONTRIB*&#010;" /> </header> @@ -25696,7 +25696,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="847" tqparent_class="847" fileExt=".java" fileName="KisPaintDevice*" > + <classifiercodedocument writeOutCode="true" package="" id="847" parent_class="847" fileExt=".java" fileName="KisPaintDevice*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -25708,7 +25708,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="847" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="847" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintDevice*&#010;" /> </header> @@ -25771,7 +25771,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="856" tqparent_class="856" fileExt=".java" fileName="CLIST*" > + <classifiercodedocument writeOutCode="true" package="" id="856" parent_class="856" fileExt=".java" fileName="CLIST*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -25783,7 +25783,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="856" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="856" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CLIST*&#010;" /> </header> @@ -25846,7 +25846,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="862" tqparent_class="862" fileExt=".java" fileName="KisScaleFilterStrategy*" > + <classifiercodedocument writeOutCode="true" package="" id="862" parent_class="862" fileExt=".java" fileName="KisScaleFilterStrategy*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -25858,7 +25858,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="862" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="862" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisScaleFilterStrategy*&#010;" /> </header> @@ -25921,7 +25921,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="868" tqparent_class="868" fileExt=".java" fileName="KisResource" > + <classifiercodedocument writeOutCode="true" package="" id="868" parent_class="868" fileExt=".java" fileName="KisResource" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -25933,7 +25933,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="868" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="868" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisResource&#010; Copyright (c) 2003 Patrick Julien <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;The KisResource class provides a representation of Chalk image resources. This&#010;includes, but not limited to, brushes and patterns.&#010;&#010;This replaces the KisKrayon facility that used to be present in Krayon." /> </header> @@ -25943,32 +25943,32 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_filename;" > + <ccfdeclarationcodeblock parent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_filename;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="913" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > + <ccfdeclarationcodeblock parent_id="913" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="914" tag="tblock_8" canDelete="false" indentLevel="1" text="private boolean m_valid;" > + <ccfdeclarationcodeblock parent_id="914" tag="tblock_8" canDelete="false" indentLevel="1" text="private boolean m_valid;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -26002,62 +26002,62 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="911" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="911" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="911" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="911" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="911" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="911" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="911" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="911" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="912" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="912" text="return m_filename;" > + <codeaccessormethod accessType="0" parent_id="912" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="912" text="return m_filename;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_filename&#010;&#010;@return the value of m_filename" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="912" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="912" text="m_filename = value;" > + <codeaccessormethod accessType="1" parent_id="912" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="912" text="m_filename = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_filename&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="913" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="913" text="return m_dirty;" > + <codeaccessormethod accessType="0" parent_id="913" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="913" text="return m_dirty;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dirty&#010;&#010;@return the value of m_dirty" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="913" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="913" text="m_dirty = value;" > + <codeaccessormethod accessType="1" parent_id="913" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="913" text="m_dirty = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dirty&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="914" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="914" text="return m_valid;" > + <codeaccessormethod accessType="0" parent_id="914" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="914" text="return m_valid;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_valid&#010;&#010;@return the value of m_valid" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="914" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="914" text="m_valid = value;" > + <codeaccessormethod accessType="1" parent_id="914" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="914" text="m_valid = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_valid&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="915" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="915" text="return m_width;" > + <codeaccessormethod accessType="0" parent_id="915" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="915" text="return m_width;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_width&#010;&#010;@return the value of m_width" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="915" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="915" text="m_width = value;" > + <codeaccessormethod accessType="1" parent_id="915" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="915" text="m_width = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_width&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="916" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="916" text="return m_height;" > + <codeaccessormethod accessType="0" parent_id="916" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="916" text="return m_height;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_height&#010;&#010;@return the value of m_height" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="916" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="916" text="m_height = value;" > + <codeaccessormethod accessType="1" parent_id="916" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="916" text="m_height = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_height&#010;&#010;" /> </header> @@ -26077,112 +26077,112 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="873" tag="operation_873" canDelete="false" indentLevel="1" > + <codeoperation parent_id="873" tag="operation_873" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Creates a new KisResource object using @p filename. No file is opened&#010;in the constructor, you have to call loadAsync.&#010;&#010;@param filename the file name to save and load from." /> </header> </codeoperation> - <codeoperation tqparent_id="875" tag="operation_875" canDelete="false" indentLevel="1" > + <codeoperation parent_id="875" tag="operation_875" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="876" tag="operation_876" canDelete="false" indentLevel="1" > + <codeoperation parent_id="876" tag="operation_876" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Load this resource asynchronously. The signal loadComplete is emitted when&#010;the resource has been loaded and valid flag is set to true." /> </header> </codeoperation> - <codeoperation tqparent_id="877" tag="operation_877" canDelete="false" indentLevel="1" > + <codeoperation parent_id="877" tag="operation_877" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Save this resource asynchronously. The signal saveComplete is emitted when&#010;the resource has been saved." /> </header> </codeoperation> - <codeoperation tqparent_id="878" tag="operation_878" canDelete="false" indentLevel="1" > + <codeoperation parent_id="878" tag="operation_878" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="Returns a QImage representing this resource. This image could be null." /> </header> </codeoperation> - <codeoperation tqparent_id="880" tag="operation_880" canDelete="false" indentLevel="1" > + <codeoperation parent_id="880" tag="operation_880" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="881" tag="operation_881" canDelete="false" indentLevel="1" > + <codeoperation parent_id="881" tag="operation_881" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dirt &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="883" tag="operation_883" canDelete="false" indentLevel="1" > + <codeoperation parent_id="883" tag="operation_883" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="884" tag="operation_884" canDelete="false" indentLevel="1" > + <codeoperation parent_id="884" tag="operation_884" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param filename &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="886" tag="operation_886" canDelete="false" indentLevel="1" > + <codeoperation parent_id="886" tag="operation_886" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QString " /> </header> </codeoperation> - <codeoperation tqparent_id="887" tag="operation_887" canDelete="false" indentLevel="1" > + <codeoperation parent_id="887" tag="operation_887" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param name &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="889" tag="operation_889" canDelete="false" indentLevel="1" > + <codeoperation parent_id="889" tag="operation_889" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return boolean " /> </header> </codeoperation> - <codeoperation tqparent_id="890" tag="operation_890" canDelete="false" indentLevel="1" > + <codeoperation parent_id="890" tag="operation_890" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param valid &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="892" tag="operation_892" canDelete="false" indentLevel="1" > + <codeoperation parent_id="892" tag="operation_892" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="893" tag="operation_893" canDelete="false" indentLevel="1" > + <codeoperation parent_id="893" tag="operation_893" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return Q_INT32 " /> </header> </codeoperation> - <codeoperation tqparent_id="894" tag="operation_894" canDelete="false" indentLevel="1" > + <codeoperation parent_id="894" tag="operation_894" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param w &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="896" tag="operation_896" canDelete="false" indentLevel="1" > + <codeoperation parent_id="896" tag="operation_896" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param h &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="898" tag="operation_898" canDelete="false" indentLevel="1" > + <codeoperation parent_id="898" tag="operation_898" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param me &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="901" tag="operation_901" canDelete="false" indentLevel="1" > + <codeoperation parent_id="901" tag="operation_901" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param me &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="903" tag="operation_903" canDelete="false" indentLevel="1" > + <codeoperation parent_id="903" tag="operation_903" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param me &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="905" tag="operation_905" canDelete="false" indentLevel="1" > + <codeoperation parent_id="905" tag="operation_905" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="908" tag="operation_908" canDelete="false" indentLevel="1" > + <codeoperation parent_id="908" tag="operation_908" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return KisResource& " /> </header> @@ -26198,191 +26198,191 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="870" field_type="7536740" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="870" field_type="7536740" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > + <ccfdeclarationcodeblock parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="911" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="911" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_name;" > + <ccfdeclarationcodeblock parent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_name;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="911" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="911" text="return m_name;" > + <codeaccessormethod accessType="0" parent_id="911" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="911" text="return m_name;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_name&#010;&#010;@return the value of m_name" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="911" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="911" text="m_name = value;" > + <codeaccessormethod accessType="1" parent_id="911" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="911" text="m_name = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_name&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="912" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="912" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_filename;" > + <ccfdeclarationcodeblock parent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_filename;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="912" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="912" text="return m_filename;" > + <codeaccessormethod accessType="0" parent_id="912" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="912" text="return m_filename;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_filename&#010;&#010;@return the value of m_filename" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="912" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="912" text="m_filename = value;" > + <codeaccessormethod accessType="1" parent_id="912" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="912" text="m_filename = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_filename&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="913" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="913" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="913" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > + <ccfdeclarationcodeblock parent_id="913" tag="tblock_5" canDelete="false" indentLevel="1" text="private boolean m_dirty;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="913" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="913" text="return m_dirty;" > + <codeaccessormethod accessType="0" parent_id="913" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="913" text="return m_dirty;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dirty&#010;&#010;@return the value of m_dirty" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="913" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="913" text="m_dirty = value;" > + <codeaccessormethod accessType="1" parent_id="913" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="913" text="m_dirty = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dirty&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="914" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="914" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="914" tag="tblock_8" canDelete="false" indentLevel="1" text="private boolean m_valid;" > + <ccfdeclarationcodeblock parent_id="914" tag="tblock_8" canDelete="false" indentLevel="1" text="private boolean m_valid;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="914" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="914" text="return m_valid;" > + <codeaccessormethod accessType="0" parent_id="914" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="914" text="return m_valid;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_valid&#010;&#010;@return the value of m_valid" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="914" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="914" text="m_valid = value;" > + <codeaccessormethod accessType="1" parent_id="914" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="914" text="m_valid = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_valid&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="915" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="915" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > + <ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="915" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="915" text="return m_width;" > + <codeaccessormethod accessType="0" parent_id="915" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="915" text="return m_width;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_width&#010;&#010;@return the value of m_width" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="915" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="915" text="m_width = value;" > + <codeaccessormethod accessType="1" parent_id="915" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="915" text="m_width = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_width&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="916" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="916" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > + <ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="916" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="916" text="return m_height;" > + <codeaccessormethod accessType="0" parent_id="916" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="916" text="return m_height;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_height&#010;&#010;@return the value of m_height" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="916" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="916" text="m_height = value;" > + <codeaccessormethod accessType="1" parent_id="916" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="916" text="m_height = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_height&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="917" field_type="6881391" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="917" field_type="6881391" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisProfile = new KisProfile ( );" > + <ccfdeclarationcodeblock parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisProfile = new KisProfile ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisProfile to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisProfile from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="917" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="917" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -26390,7 +26390,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="869" tqparent_class="869" fileExt=".java" fileName=TQOBJECT_OBJECT_NAME_STRING > + <classifiercodedocument writeOutCode="true" package="" id="869" parent_class="869" fileExt=".java" fileName=TQOBJECT_OBJECT_NAME_STRING > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -26402,7 +26402,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="869" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="869" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QObject&#010;" /> </header> @@ -26464,176 +26464,176 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="870" field_type="2" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="870" field_type="2" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisResource = new KisResource ( );" > + <ccfdeclarationcodeblock parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisResource = new KisResource ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisResource to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisResource from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="961" field_type="2621472" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="961" field_type="2621472" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisImage = new KisImage ( );" > + <ccfdeclarationcodeblock parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisImage = new KisImage ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisImage to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisImage from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1433" field_type="7274528" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1433" field_type="7274528" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisPaintDevice = new KisPaintDevice ( );" > + <ccfdeclarationcodeblock parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisPaintDevice = new KisPaintDevice ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisPaintDevice to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisPaintDevice from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1695" field_type="7536745" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1695" field_type="7536745" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisDockerManager = new KisDockerManager ( );" > + <ccfdeclarationcodeblock parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisDockerManager = new KisDockerManager ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisDockerManager to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisDockerManager from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1798" field_type="4980850" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1798" field_type="4980850" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSelectionManager = new KisSelectionManager ( );" > + <ccfdeclarationcodeblock parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSelectionManager = new KisSelectionManager ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisSelectionManager to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisSelectionManager from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -26641,7 +26641,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="879" tqparent_class="879" fileExt=".java" fileName="QImage" > + <classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".java" fileName="QImage" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -26653,7 +26653,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="879" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="879" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QImage&#010;" /> </header> @@ -26716,7 +26716,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="899" tqparent_class="899" fileExt=".java" fileName="KisResource*" > + <classifiercodedocument writeOutCode="true" package="" id="899" parent_class="899" fileExt=".java" fileName="KisResource*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -26728,7 +26728,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="899" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="899" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisResource*&#010;" /> </header> @@ -26791,7 +26791,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="906" tqparent_class="906" fileExt=".java" fileName="const KisResource&" > + <classifiercodedocument writeOutCode="true" package="" id="906" parent_class="906" fileExt=".java" fileName="const KisResource&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -26803,7 +26803,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="906" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="906" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisResource&&#010;" /> </header> @@ -26866,7 +26866,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="910" tqparent_class="910" fileExt=".java" fileName="KisResource&" > + <classifiercodedocument writeOutCode="true" package="" id="910" parent_class="910" fileExt=".java" fileName="KisResource&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -26878,7 +26878,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="910" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="910" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisResource&&#010;" /> </header> @@ -26941,7 +26941,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="924" tqparent_class="924" fileExt=".java" fileName="Q_UINT32" > + <classifiercodedocument writeOutCode="true" package="" id="924" parent_class="924" fileExt=".java" fileName="Q_UINT32" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -26953,7 +26953,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="924" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="924" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT32&#010;" /> </header> @@ -27016,7 +27016,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="930" tqparent_class="930" fileExt=".java" fileName="cmsHPROFILE" > + <classifiercodedocument writeOutCode="true" package="" id="930" parent_class="930" fileExt=".java" fileName="cmsHPROFILE" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27028,7 +27028,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="930" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="930" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class CmsHPROFILE&#010;" /> </header> @@ -27091,7 +27091,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="931" tqparent_class="931" fileExt=".java" fileName="const cmsHPROFILE" > + <classifiercodedocument writeOutCode="true" package="" id="931" parent_class="931" fileExt=".java" fileName="const cmsHPROFILE" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27103,7 +27103,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="931" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="931" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const cmsHPROFILE&#010;" /> </header> @@ -27166,7 +27166,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="939" tqparent_class="939" fileExt=".java" fileName="icColorSpaceSignature" > + <classifiercodedocument writeOutCode="true" package="" id="939" parent_class="939" fileExt=".java" fileName="icColorSpaceSignature" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27178,7 +27178,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="939" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="939" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class IcColorSpaceSignature&#010;" /> </header> @@ -27241,7 +27241,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="941" tqparent_class="941" fileExt=".java" fileName="icProfileClassSignature" > + <classifiercodedocument writeOutCode="true" package="" id="941" parent_class="941" fileExt=".java" fileName="icProfileClassSignature" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27253,7 +27253,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="941" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="941" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class IcProfileClassSignature&#010;" /> </header> @@ -27316,7 +27316,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="957" tqparent_class="957" fileExt=".java" fileName="KoCommandHistory" > + <classifiercodedocument writeOutCode="true" package="" id="957" parent_class="957" fileExt=".java" fileName="KoCommandHistory" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27328,7 +27328,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="957" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="957" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoCommandHistory&#010;" /> </header> @@ -27391,7 +27391,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="958" tqparent_class="958" fileExt=".java" fileName="KisNameServer" > + <classifiercodedocument writeOutCode="true" package="" id="958" parent_class="958" fileExt=".java" fileName="KisNameServer" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27403,7 +27403,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="958" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="958" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisNameServer&#010;" /> </header> @@ -27466,7 +27466,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="959" tqparent_class="959" fileExt=".java" fileName="KisPainter" > + <classifiercodedocument writeOutCode="true" package="" id="959" parent_class="959" fileExt=".java" fileName="KisPainter" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27478,7 +27478,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="959" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="959" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPainter&#010;" /> </header> @@ -27541,7 +27541,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="960" tqparent_class="960" fileExt=".java" fileName="DCOPObject" > + <classifiercodedocument writeOutCode="true" package="" id="960" parent_class="960" fileExt=".java" fileName="DCOPObject" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27553,7 +27553,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="960" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="960" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class DCOPObject&#010;" /> </header> @@ -27616,7 +27616,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="974" tqparent_class="974" fileExt=".java" fileName="const KisImage&" > + <classifiercodedocument writeOutCode="true" package="" id="974" parent_class="974" fileExt=".java" fileName="const KisImage&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27628,7 +27628,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="974" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="974" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisImage&&#010;" /> </header> @@ -27691,7 +27691,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="978" tqparent_class="978" fileExt=".java" fileName="DCOPObject*" > + <classifiercodedocument writeOutCode="true" package="" id="978" parent_class="978" fileExt=".java" fileName="DCOPObject*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27703,7 +27703,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="978" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="978" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class DCOPObject*&#010;" /> </header> @@ -27766,7 +27766,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="989" tqparent_class="989" fileExt=".java" fileName="QPainter" > + <classifiercodedocument writeOutCode="true" package="" id="989" parent_class="989" fileExt=".java" fileName="QPainter" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27778,7 +27778,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="989" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="989" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPainter&#010;" /> </header> @@ -27841,7 +27841,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="990" tqparent_class="990" fileExt=".java" fileName="QPainter&" > + <classifiercodedocument writeOutCode="true" package="" id="990" parent_class="990" fileExt=".java" fileName="QPainter&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27853,7 +27853,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="990" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="990" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPainter&&#010;" /> </header> @@ -27916,7 +27916,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1025" tqparent_class="1025" fileExt=".java" fileName="const KisProfileSP&" > + <classifiercodedocument writeOutCode="true" package="" id="1025" parent_class="1025" fileExt=".java" fileName="const KisProfileSP&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -27928,7 +27928,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1025" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1025" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisProfileSP&&#010;" /> </header> @@ -27991,7 +27991,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1028" tqparent_class="1028" fileExt=".java" fileName="KoCommandHistory*" > + <classifiercodedocument writeOutCode="true" package="" id="1028" parent_class="1028" fileExt=".java" fileName="KoCommandHistory*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28003,7 +28003,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1028" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1028" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoCommandHistory*&#010;" /> </header> @@ -28066,7 +28066,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1032" tqparent_class="1032" fileExt=".java" fileName="KURL" > + <classifiercodedocument writeOutCode="true" package="" id="1032" parent_class="1032" fileExt=".java" fileName="KURL" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28078,7 +28078,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1032" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1032" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KURL&#010;" /> </header> @@ -28141,7 +28141,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1034" tqparent_class="1034" fileExt=".java" fileName="const KURL&" > + <classifiercodedocument writeOutCode="true" package="" id="1034" parent_class="1034" fileExt=".java" fileName="const KURL&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28153,7 +28153,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1034" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1034" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KURL&&#010;" /> </header> @@ -28216,7 +28216,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="KoUnit" id="1038" tqparent_class="1038" fileExt=".java" fileName="Unit" > + <classifiercodedocument writeOutCode="true" package="KoUnit" id="1038" parent_class="1038" fileExt=".java" fileName="Unit" > <textblocks> <codeblockwithcomments tag="packages" text="package KoUnit;&#010;" > <header> @@ -28228,7 +28228,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1038" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1038" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Unit&#010;" /> </header> @@ -28291,7 +28291,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1040" tqparent_class="1040" fileExt=".java" fileName="const KoUnit::Unit&" > + <classifiercodedocument writeOutCode="true" package="" id="1040" parent_class="1040" fileExt=".java" fileName="const KoUnit::Unit&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28303,7 +28303,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1040" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1040" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KoUnit::Unit&&#010;" /> </header> @@ -28366,7 +28366,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1052" tqparent_class="1052" fileExt=".java" fileName="const vKisLayerSP&" > + <classifiercodedocument writeOutCode="true" package="" id="1052" parent_class="1052" fileExt=".java" fileName="const vKisLayerSP&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28378,7 +28378,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1052" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1052" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const vKisLayerSP&&#010;" /> </header> @@ -28441,7 +28441,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1056" tqparent_class="1056" fileExt=".java" fileName="const KisLayerSP" > + <classifiercodedocument writeOutCode="true" package="" id="1056" parent_class="1056" fileExt=".java" fileName="const KisLayerSP" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28453,7 +28453,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1056" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1056" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisLayerSP&#010;" /> </header> @@ -28516,7 +28516,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1062" tqparent_class="1062" fileExt=".java" fileName="const KisLayerSP&" > + <classifiercodedocument writeOutCode="true" package="" id="1062" parent_class="1062" fileExt=".java" fileName="const KisLayerSP&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28528,7 +28528,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1062" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1062" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisLayerSP&&#010;" /> </header> @@ -28591,7 +28591,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1104" tqparent_class="1104" fileExt=".java" fileName="KisGuideMgr*" > + <classifiercodedocument writeOutCode="true" package="" id="1104" parent_class="1104" fileExt=".java" fileName="KisGuideMgr*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28603,7 +28603,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1104" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1104" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGuideMgr*&#010;" /> </header> @@ -28666,7 +28666,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1128" tqparent_class="1128" fileExt=".java" fileName="KisImage&" > + <classifiercodedocument writeOutCode="true" package="" id="1128" parent_class="1128" fileExt=".java" fileName="KisImage&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28678,7 +28678,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1128" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1128" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisImage&&#010;" /> </header> @@ -28741,7 +28741,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1153" tqparent_class="1153" fileExt=".java" fileName="KisNameServer*" > + <classifiercodedocument writeOutCode="true" package="" id="1153" parent_class="1153" fileExt=".java" fileName="KisNameServer*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28753,7 +28753,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1153" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1153" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisNameServer*&#010;" /> </header> @@ -28816,7 +28816,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1160" tqparent_class="1160" fileExt=".java" fileName="KisQuantumOperation" > + <classifiercodedocument writeOutCode="true" package="" id="1160" parent_class="1160" fileExt=".java" fileName="KisQuantumOperation" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -28828,7 +28828,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1160" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1160" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisQuantumOperation&#010; Copyright (c) 2004 Cyrille Berger <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//** This class is meant to be used inside KisQuantum" /> </header> @@ -28838,7 +28838,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1178" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisQuantumOperationMasked = new KisQuantumOperationMasked ( );" > + <ccfdeclarationcodeblock parent_id="1178" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisQuantumOperationMasked = new KisQuantumOperationMasked ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -28872,27 +28872,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1178" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1178" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1178" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1178" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1178" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1178" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisQuantumOperationMasked to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1178" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1178" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisQuantumOperationMasked from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1178" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1178" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -28912,17 +28912,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1161" tag="operation_1161" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1161" tag="operation_1161" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1162" tag="operation_1162" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1162" tag="operation_1162" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1165" tag="operation_1165" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1165" tag="operation_1165" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="This function is called to clone this object.&#010;@param index this is the offset" /> </header> @@ -28938,71 +28938,71 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1169" field_type="7209071" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1169" field_type="7209071" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisQuantumOperationLinear = new KisQuantumOperationLinear ( );" > + <ccfdeclarationcodeblock parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisQuantumOperationLinear = new KisQuantumOperationLinear ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisQuantumOperationLinear to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisQuantumOperationLinear from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1178" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1178" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1178" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisQuantumOperationMasked = new KisQuantumOperationMasked ( );" > + <ccfdeclarationcodeblock parent_id="1178" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisQuantumOperationMasked = new KisQuantumOperationMasked ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1178" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1178" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1178" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1178" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1178" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1178" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisQuantumOperationMasked to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1178" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1178" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisQuantumOperationMasked from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1178" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1178" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -29010,7 +29010,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1163" tqparent_class="1163" fileExt=".java" fileName="QUANTUM" > + <classifiercodedocument writeOutCode="true" package="" id="1163" parent_class="1163" fileExt=".java" fileName="QUANTUM" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29022,7 +29022,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1163" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1163" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QUANTUM&#010;" /> </header> @@ -29085,7 +29085,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1167" tqparent_class="1167" fileExt=".java" fileName="KisQuantumOperation*" > + <classifiercodedocument writeOutCode="true" package="" id="1167" parent_class="1167" fileExt=".java" fileName="KisQuantumOperation*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29097,7 +29097,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1167" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1167" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisQuantumOperation*&#010;" /> </header> @@ -29160,7 +29160,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1168" tqparent_class="1168" fileExt=".java" fileName="KisQuantumOperationLinear" > + <classifiercodedocument writeOutCode="true" package="" id="1168" parent_class="1168" fileExt=".java" fileName="KisQuantumOperationLinear" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29172,7 +29172,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1168" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1168" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisQuantumOperationLinear&#010;" /> </header> @@ -29224,17 +29224,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1172" tag="operation_1172" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1172" tag="operation_1172" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1173" tag="operation_1173" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1173" tag="operation_1173" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1175" tag="operation_1175" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1175" tag="operation_1175" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param index &#010;@return KisQuantumOperation* " /> </header> @@ -29250,36 +29250,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1169" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1169" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisQuantumOperation = new KisQuantumOperation ( );" > + <ccfdeclarationcodeblock parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisQuantumOperation = new KisQuantumOperation ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisQuantumOperation to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisQuantumOperation from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1169" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1169" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -29287,7 +29287,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1177" tqparent_class="1177" fileExt=".java" fileName="KisQuantumOperationMasked" > + <classifiercodedocument writeOutCode="true" package="" id="1177" parent_class="1177" fileExt=".java" fileName="KisQuantumOperationMasked" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29299,7 +29299,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1177" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1177" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisQuantumOperationMasked&#010;" /> </header> @@ -29351,17 +29351,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1181" tag="operation_1181" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1181" tag="operation_1181" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1182" tag="operation_1182" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1184" tag="operation_1184" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1184" tag="operation_1184" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param index &#010;@return KisQuantumOperation* " /> </header> @@ -29377,36 +29377,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1178" field_type="7209071" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1178" field_type="7209071" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisQuantumOperation = new KisQuantumOperation ( );" > + <ccfdeclarationcodeblock parent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisQuantumOperation = new KisQuantumOperation ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisQuantumOperation to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisQuantumOperation from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1178" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1178" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -29414,7 +29414,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1186" tqparent_class="1186" fileExt=".java" fileName="KisQuantum" > + <classifiercodedocument writeOutCode="true" package="" id="1186" parent_class="1186" fileExt=".java" fileName="KisQuantum" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29426,7 +29426,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1186" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1186" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisQuantum&#010; Copyright (c) 2004 Cyrille Berger <[email protected]>&#010;&#010; This program is free software; you can redistribute it and/or modify&#010; it under the terms of the GNU General Public License as published by&#010; the Free Software Foundation; either version 2 of the License, or&#010; (at your option) any later version.&#010;&#010; This program is distributed in the hope that it will be useful,&#010; but WITHOUT ANY WARRANTY; without even the implied warranty of&#010; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#010; GNU General Public License for more details.&#010;&#010; You should have received a copy of the GNU General Public License&#010; along with this program; if not, write to the Free Software&#010; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&#010;//**&#010;An editable wrapper around the byte values for a single colour channel." /> </header> @@ -29436,12 +29436,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1200" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_quantum;" > + <ccfdeclarationcodeblock parent_id="1200" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_quantum;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1201" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisQuantumOperation* m_op;" > + <ccfdeclarationcodeblock parent_id="1201" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisQuantumOperation* m_op;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -29475,22 +29475,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1200" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1200" text="return m_quantum;" > + <codeaccessormethod accessType="0" parent_id="1200" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1200" text="return m_quantum;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_quantum&#010;&#010;@return the value of m_quantum" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1200" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1200" text="m_quantum = value;" > + <codeaccessormethod accessType="1" parent_id="1200" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1200" text="m_quantum = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_quantum&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1201" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1201" text="return m_op;" > + <codeaccessormethod accessType="0" parent_id="1201" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1201" text="return m_op;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_op&#010;&#010;@return the value of m_op" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1201" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1201" text="m_op = value;" > + <codeaccessormethod accessType="1" parent_id="1201" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1201" text="m_op = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_op&#010;&#010;" /> </header> @@ -29510,32 +29510,32 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1187" tag="operation_1187" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1187" tag="operation_1187" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param q &#010;@param op &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1191" tag="operation_1191" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1191" tag="operation_1191" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1192" tag="operation_1192" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1192" tag="operation_1192" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param q &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1194" tag="operation_1194" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param q &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param q &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param index &#010;@return KisQuantum " /> </header> @@ -29551,41 +29551,41 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1200" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1200" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1200" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_quantum;" > + <ccfdeclarationcodeblock parent_id="1200" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_quantum;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1200" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1200" text="return m_quantum;" > + <codeaccessormethod accessType="0" parent_id="1200" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1200" text="return m_quantum;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_quantum&#010;&#010;@return the value of m_quantum" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1200" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1200" text="m_quantum = value;" > + <codeaccessormethod accessType="1" parent_id="1200" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1200" text="m_quantum = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_quantum&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1201" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1201" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1201" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisQuantumOperation* m_op;" > + <ccfdeclarationcodeblock parent_id="1201" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisQuantumOperation* m_op;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1201" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1201" text="return m_op;" > + <codeaccessormethod accessType="0" parent_id="1201" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1201" text="return m_op;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_op&#010;&#010;@return the value of m_op" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1201" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1201" text="m_op = value;" > + <codeaccessormethod accessType="1" parent_id="1201" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1201" text="m_op = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_op&#010;&#010;" /> </header> @@ -29593,7 +29593,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1188" tqparent_class="1188" fileExt=".java" fileName="QUANTUM*" > + <classifiercodedocument writeOutCode="true" package="" id="1188" parent_class="1188" fileExt=".java" fileName="QUANTUM*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29605,7 +29605,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1188" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1188" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QUANTUM*&#010;" /> </header> @@ -29668,7 +29668,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1202" tqparent_class="1202" fileExt=".java" fileName="KisPixelRO" > + <classifiercodedocument writeOutCode="true" package="" id="1202" parent_class="1202" fileExt=".java" fileName="KisPixelRO" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29680,7 +29680,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1202" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1202" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPixelRO&#010;// XXX: Template these classes to byte, int, float, double// XXX: Separate color channels from substance channels (wetness, thickness, grainyness) on construction/**&#010;KisPixel and KisPixelRO are the primary classes to access individual pixel data.&#010;A pixel consists of channels of a certain size. At the moment, all channels must&#010;be of the same size, and that size is one byte, or QUANTUM. In the future&#010;pixels with heteregenous channels and larger (or smaller?) channels will be&#010;possible, too.&#010;&#010;The [] operator returns the channel at that index. You can discover the number&#010;of channels and the names of the channels by querying the color strategy.&#010;All channels can be accessed using this method.&#010;&#010;There are three types of channels: color, alpha and substance.&#010;&#010;Generally, in filters and suchlike code, you can treat all color channels the same, &#010;and have a different algorithm for alpha. Substance is a future extension, usable&#010;for wetness, grainyness or thickness.&#010;&#010;The color channels come first -- this is useful if you want to loop over &#010;these channels (for int i = 0; i < colorspace -> nColorChannels(); ++i) { hack(pixel[i]); }.&#010;&#010;The next index after the colour channels points to the alpha channel. A pointer to&#010;the value of the alpha channel can also be retrieved with alpha(). Always&#010;check whether there is actually an alpha channel, otherwise alpha() will&#010;return the first channel of the next pixel, most probably, or perhaps even&#010;something worse.&#010;&#010;After alpha, the substance channels will come.&#010;&#010;Note: once you start working with color management a sequence of bytes that happens to&#010;encode R, G and B values is still meaningless. You cannot know what _color_ the bytes&#010;represent unless you also have a profile. So KisPixel must know about the profile, too.&#010;//**&#010;A read-only pixel. You can retrieve the channel values by name or position&#010;or all channels as a value vector." /> </header> @@ -29690,27 +29690,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1220" tag="tblock_0" canDelete="false" indentLevel="1" text="private const QUANTUM* m_channels;" > + <ccfdeclarationcodeblock parent_id="1220" tag="tblock_0" canDelete="false" indentLevel="1" text="private const QUANTUM* m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1221" tag="tblock_2" canDelete="false" indentLevel="1" text="private const QUANTUM* m_alpha;" > + <ccfdeclarationcodeblock parent_id="1221" tag="tblock_2" canDelete="false" indentLevel="1" text="private const QUANTUM* m_alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1222" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > + <ccfdeclarationcodeblock parent_id="1222" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1223" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1223" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1224" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1224" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -29744,52 +29744,52 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1220" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1220" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1220" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1220" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1220" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1220" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1220" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1220" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1221" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1221" text="return m_alpha;" > + <codeaccessormethod accessType="0" parent_id="1221" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1221" text="return m_alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alpha&#010;&#010;@return the value of m_alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1221" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1221" text="m_alpha = value;" > + <codeaccessormethod accessType="1" parent_id="1221" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1221" text="m_alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alpha&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1222" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1222" text="return m_selected;" > + <codeaccessormethod accessType="0" parent_id="1222" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1222" text="return m_selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_selected&#010;&#010;@return the value of m_selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1222" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1222" text="m_selected = value;" > + <codeaccessormethod accessType="1" parent_id="1222" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1222" text="m_selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_selected&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1223" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1223" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1223" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1223" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1223" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1223" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1223" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1223" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1224" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1224" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1224" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1224" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1224" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1224" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1224" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1224" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> @@ -29809,47 +29809,47 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1203" tag="operation_1203" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1203" tag="operation_1203" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param channels &#010;@param alpha &#010;@param colorStrategy &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1209" tag="operation_1209" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1209" tag="operation_1209" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1210" tag="operation_1210" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1210" tag="operation_1210" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param index &#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1213" tag="operation_1213" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1213" tag="operation_1213" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1214" tag="operation_1214" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1214" tag="operation_1214" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param selected &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1216" tag="operation_1216" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1216" tag="operation_1216" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisStrategyColorSpaceSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1217" tag="operation_1217" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1217" tag="operation_1217" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1219" tag="operation_1219" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1219" tag="operation_1219" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisProfileSP " /> </header> @@ -29865,101 +29865,101 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1220" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1220" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1220" tag="tblock_0" canDelete="false" indentLevel="1" text="private const QUANTUM* m_channels;" > + <ccfdeclarationcodeblock parent_id="1220" tag="tblock_0" canDelete="false" indentLevel="1" text="private const QUANTUM* m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1220" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1220" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1220" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1220" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1220" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1220" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1220" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1220" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1221" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1221" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1221" tag="tblock_2" canDelete="false" indentLevel="1" text="private const QUANTUM* m_alpha;" > + <ccfdeclarationcodeblock parent_id="1221" tag="tblock_2" canDelete="false" indentLevel="1" text="private const QUANTUM* m_alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1221" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1221" text="return m_alpha;" > + <codeaccessormethod accessType="0" parent_id="1221" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1221" text="return m_alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alpha&#010;&#010;@return the value of m_alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1221" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1221" text="m_alpha = value;" > + <codeaccessormethod accessType="1" parent_id="1221" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1221" text="m_alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alpha&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1222" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1222" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1222" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > + <ccfdeclarationcodeblock parent_id="1222" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1222" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1222" text="return m_selected;" > + <codeaccessormethod accessType="0" parent_id="1222" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1222" text="return m_selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_selected&#010;&#010;@return the value of m_selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1222" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1222" text="m_selected = value;" > + <codeaccessormethod accessType="1" parent_id="1222" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1222" text="m_selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_selected&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1223" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1223" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1223" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1223" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1223" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1223" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1223" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1223" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1223" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1223" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1223" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1223" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1224" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1224" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1224" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1224" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1224" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1224" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1224" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1224" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1224" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1224" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1224" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1224" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> @@ -29967,7 +29967,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1204" tqparent_class="1204" fileExt=".java" fileName="const QUANTUM*" > + <classifiercodedocument writeOutCode="true" package="" id="1204" parent_class="1204" fileExt=".java" fileName="const QUANTUM*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -29979,7 +29979,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1204" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1204" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QUANTUM*&#010;" /> </header> @@ -30042,7 +30042,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1225" tqparent_class="1225" fileExt=".java" fileName="KisPixel" > + <classifiercodedocument writeOutCode="true" package="" id="1225" parent_class="1225" fileExt=".java" fileName="KisPixel" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -30054,7 +30054,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1225" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1225" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPixel&#010;A read-write pixel. You can retrieve the channel values by name or position&#010;or all channels as a pointer vector.&#010;&#010;The alpha channel is separately available." /> </header> @@ -30064,27 +30064,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1248" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_channels;" > + <ccfdeclarationcodeblock parent_id="1248" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1249" tag="tblock_2" canDelete="false" indentLevel="1" text="private QUANTUM* m_alpha;" > + <ccfdeclarationcodeblock parent_id="1249" tag="tblock_2" canDelete="false" indentLevel="1" text="private QUANTUM* m_alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1250" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > + <ccfdeclarationcodeblock parent_id="1250" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1251" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1251" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1252" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1252" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -30118,52 +30118,52 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1248" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1248" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1248" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1248" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1248" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1248" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1248" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1248" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1249" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1249" text="return m_alpha;" > + <codeaccessormethod accessType="0" parent_id="1249" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1249" text="return m_alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alpha&#010;&#010;@return the value of m_alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1249" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1249" text="m_alpha = value;" > + <codeaccessormethod accessType="1" parent_id="1249" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1249" text="m_alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alpha&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1250" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1250" text="return m_selected;" > + <codeaccessormethod accessType="0" parent_id="1250" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1250" text="return m_selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_selected&#010;&#010;@return the value of m_selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1250" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1250" text="m_selected = value;" > + <codeaccessormethod accessType="1" parent_id="1250" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1250" text="m_selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_selected&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1251" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1251" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1251" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1251" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1251" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1251" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1251" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1251" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1252" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1252" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1252" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1252" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1252" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1252" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1252" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1252" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> @@ -30183,57 +30183,57 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1226" tag="operation_1226" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1226" tag="operation_1226" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param nbChannels &#010;@param nbAlphaChannels &#010;@param colorStrategy &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1231" tag="operation_1231" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1231" tag="operation_1231" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param channels &#010;@param alpha &#010;@param colorStrategy &#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1236" tag="operation_1236" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1236" tag="operation_1236" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1237" tag="operation_1237" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1237" tag="operation_1237" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param index &#010;@return KisQuantum " /> </header> </codeoperation> - <codeoperation tqparent_id="1239" tag="operation_1239" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1239" tag="operation_1239" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisQuantum " /> </header> </codeoperation> - <codeoperation tqparent_id="1240" tag="operation_1240" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1240" tag="operation_1240" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QUANTUM " /> </header> </codeoperation> - <codeoperation tqparent_id="1241" tag="operation_1241" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1241" tag="operation_1241" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param selected &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1243" tag="operation_1243" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1243" tag="operation_1243" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisStrategyColorSpaceSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1244" tag="operation_1244" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1244" tag="operation_1244" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param profile &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1246" tag="operation_1246" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1246" tag="operation_1246" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return KisProfileSP " /> </header> </codeoperation> - <codeoperation tqparent_id="1247" tag="operation_1247" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1247" tag="operation_1247" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return QUANTUM* " /> </header> @@ -30249,101 +30249,101 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1248" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1248" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1248" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_channels;" > + <ccfdeclarationcodeblock parent_id="1248" tag="tblock_0" canDelete="false" indentLevel="1" text="private QUANTUM* m_channels;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1248" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1248" text="return m_channels;" > + <codeaccessormethod accessType="0" parent_id="1248" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1248" text="return m_channels;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channels&#010;&#010;@return the value of m_channels" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1248" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1248" text="m_channels = value;" > + <codeaccessormethod accessType="1" parent_id="1248" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1248" text="m_channels = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channels&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1249" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1249" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1249" tag="tblock_2" canDelete="false" indentLevel="1" text="private QUANTUM* m_alpha;" > + <ccfdeclarationcodeblock parent_id="1249" tag="tblock_2" canDelete="false" indentLevel="1" text="private QUANTUM* m_alpha;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1249" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1249" text="return m_alpha;" > + <codeaccessormethod accessType="0" parent_id="1249" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1249" text="return m_alpha;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_alpha&#010;&#010;@return the value of m_alpha" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1249" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1249" text="m_alpha = value;" > + <codeaccessormethod accessType="1" parent_id="1249" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1249" text="m_alpha = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_alpha&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1250" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1250" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1250" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > + <ccfdeclarationcodeblock parent_id="1250" tag="tblock_5" canDelete="false" indentLevel="1" text="private QUANTUM m_selected;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1250" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1250" text="return m_selected;" > + <codeaccessormethod accessType="0" parent_id="1250" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1250" text="return m_selected;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_selected&#010;&#010;@return the value of m_selected" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1250" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1250" text="m_selected = value;" > + <codeaccessormethod accessType="1" parent_id="1250" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1250" text="m_selected = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_selected&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1251" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1251" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1251" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > + <ccfdeclarationcodeblock parent_id="1251" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisStrategyColorSpaceSP m_colorStrategy;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1251" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1251" text="return m_colorStrategy;" > + <codeaccessormethod accessType="0" parent_id="1251" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1251" text="return m_colorStrategy;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorStrategy&#010;&#010;@return the value of m_colorStrategy" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1251" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1251" text="m_colorStrategy = value;" > + <codeaccessormethod accessType="1" parent_id="1251" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1251" text="m_colorStrategy = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorStrategy&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1252" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1252" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1252" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > + <ccfdeclarationcodeblock parent_id="1252" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisProfileSP m_profile;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1252" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1252" text="return m_profile;" > + <codeaccessormethod accessType="0" parent_id="1252" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1252" text="return m_profile;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_profile&#010;&#010;@return the value of m_profile" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1252" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1252" text="m_profile = value;" > + <codeaccessormethod accessType="1" parent_id="1252" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1252" text="m_profile = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_profile&#010;&#010;" /> </header> @@ -30351,7 +30351,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1253" tqparent_class="1253" fileExt=".java" fileName="KisFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1253" parent_class="1253" fileExt=".java" fileName="KisFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -30363,7 +30363,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1253" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1253" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterStrategy&#010;enum enumFilterType {&#010;BOX_FILTER,&#010;TRIANGLE_FILTER,&#010;BELL_FILTER,&#010;B_SPLINE_FILTER,&#010;FILTER,&#010;LANCZOS3_FILTER,&#010;MITCHELL_FILTER&#010;};" /> </header> @@ -30373,27 +30373,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1259" tag="tblock_0" canDelete="false" indentLevel="1" text="protected double supportVal;" > + <ccfdeclarationcodeblock parent_id="1259" tag="tblock_0" canDelete="false" indentLevel="1" text="protected double supportVal;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1269" tag="tblock_2" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxFilterStrategy = new KisBoxFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1269" tag="tblock_2" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxFilterStrategy = new KisBoxFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1277" tag="tblock_8" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTriangleFilterStrategy = new KisTriangleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1277" tag="tblock_8" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTriangleFilterStrategy = new KisTriangleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1285" tag="tblock_14" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBellFilterStrategy = new KisBellFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1285" tag="tblock_14" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBellFilterStrategy = new KisBellFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1311" tag="tblock_20" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellFilterStrategy = new KisMitchellFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1311" tag="tblock_20" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellFilterStrategy = new KisMitchellFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -30427,112 +30427,112 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1259" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1259" text="return supportVal;" > + <codeaccessormethod accessType="0" parent_id="1259" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1259" text="return supportVal;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of supportVal&#010;&#010;@return the value of supportVal" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1259" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1259" text="supportVal = value;" > + <codeaccessormethod accessType="1" parent_id="1259" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1259" text="supportVal = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of supportVal&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1269" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1269" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1269" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1269" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBoxFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1269" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1269" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBoxFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1269" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1269" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1277" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1277" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1277" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1277" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisTriangleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1277" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1277" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisTriangleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1277" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1277" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBellFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBellFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1311" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1311" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1311" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1311" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1311" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1311" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisMitchellFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1311" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1311" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisMitchellFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1311" tag="hblock_tag_25" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1311" tag="hblock_tag_25" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -30552,22 +30552,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1254" tag="operation_1254" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1254" tag="operation_1254" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1255" tag="operation_1255" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1255" tag="operation_1255" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1256" tag="operation_1256" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1256" tag="operation_1256" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> </codeoperation> - <codeoperation tqparent_id="1258" tag="operation_1258" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1258" tag="operation_1258" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return double " /> </header> @@ -30583,266 +30583,266 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1259" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1259" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1259" tag="tblock_0" canDelete="false" indentLevel="1" text="protected double supportVal;" > + <ccfdeclarationcodeblock parent_id="1259" tag="tblock_0" canDelete="false" indentLevel="1" text="protected double supportVal;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1259" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1259" text="return supportVal;" > + <codeaccessormethod accessType="0" parent_id="1259" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1259" text="return supportVal;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of supportVal&#010;&#010;@return the value of supportVal" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1259" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1259" text="supportVal = value;" > + <codeaccessormethod accessType="1" parent_id="1259" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1259" text="supportVal = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of supportVal&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1261" field_type="7602208" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1261" field_type="7602208" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSimpleFilterStrategy = new KisSimpleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisSimpleFilterStrategy = new KisSimpleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisSimpleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisSimpleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1261" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1269" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1269" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1269" tag="tblock_2" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxFilterStrategy = new KisBoxFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1269" tag="tblock_2" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBoxFilterStrategy = new KisBoxFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1269" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1269" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1269" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1269" tag="hblock_tag_5" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBoxFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1269" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1269" tag="hblock_tag_6" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBoxFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1269" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1269" tag="hblock_tag_7" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1277" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1277" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1277" tag="tblock_8" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTriangleFilterStrategy = new KisTriangleFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1277" tag="tblock_8" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisTriangleFilterStrategy = new KisTriangleFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1277" tag="hblock_tag_9" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1277" tag="hblock_tag_10" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1277" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1277" tag="hblock_tag_11" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisTriangleFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1277" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1277" tag="hblock_tag_12" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisTriangleFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1277" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1277" tag="hblock_tag_13" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1285" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1285" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1285" tag="tblock_14" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBellFilterStrategy = new KisBellFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1285" tag="tblock_14" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBellFilterStrategy = new KisBellFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1285" tag="hblock_tag_15" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1285" tag="hblock_tag_16" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1285" tag="hblock_tag_17" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBellFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1285" tag="hblock_tag_18" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBellFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1285" tag="hblock_tag_19" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1293" field_type="1096849400" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1293" field_type="1096849400" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBSplineFilterStrategy = new KisBSplineFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisBSplineFilterStrategy = new KisBSplineFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisBSplineFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisBSplineFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1301" field_type="7602259" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1301" field_type="7602259" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisLanczos3FilterStrategy = new KisLanczos3FilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisLanczos3FilterStrategy = new KisLanczos3FilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisLanczos3FilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisLanczos3FilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1311" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1311" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1311" tag="tblock_20" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellFilterStrategy = new KisMitchellFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1311" tag="tblock_20" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisMitchellFilterStrategy = new KisMitchellFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1311" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1311" tag="hblock_tag_21" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1311" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1311" tag="hblock_tag_22" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1311" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1311" tag="hblock_tag_23" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisMitchellFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1311" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1311" tag="hblock_tag_24" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisMitchellFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1311" tag="hblock_tag_25" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1311" tag="hblock_tag_25" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -30850,7 +30850,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1260" tqparent_class="1260" fileExt=".java" fileName="KisSimpleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1260" parent_class="1260" fileExt=".java" fileName="KisSimpleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -30862,7 +30862,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1260" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1260" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisSimpleFilterStrategy&#010;" /> </header> @@ -30872,7 +30872,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1261" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1261" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> @@ -30906,27 +30906,27 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1261" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1261" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1261" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1261" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1261" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1261" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1261" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1261" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -30946,17 +30946,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1264" tag="operation_1264" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1264" tag="operation_1264" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1265" tag="operation_1265" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1265" tag="operation_1265" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1266" tag="operation_1266" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1266" tag="operation_1266" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -30972,36 +30972,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1261" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1261" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1261" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1261" tag="tblock_0" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1261" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1261" tag="hblock_tag_0" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1261" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1261" tag="hblock_tag_1" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1261" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1261" tag="hblock_tag_2" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1261" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1261" tag="hblock_tag_3" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1261" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1261" tag="hblock_tag_4" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1261" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31009,7 +31009,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1268" tqparent_class="1268" fileExt=".java" fileName="KisBoxFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1268" parent_class="1268" fileExt=".java" fileName="KisBoxFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31021,7 +31021,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1268" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1268" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBoxFilterStrategy&#010;" /> </header> @@ -31073,17 +31073,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1272" tag="operation_1272" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1272" tag="operation_1272" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1273" tag="operation_1273" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1273" tag="operation_1273" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1274" tag="operation_1274" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1274" tag="operation_1274" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -31099,36 +31099,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1269" field_type="6750309" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1269" field_type="6750309" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1269" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1269" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31136,7 +31136,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1276" tqparent_class="1276" fileExt=".java" fileName="KisTriangleFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1276" parent_class="1276" fileExt=".java" fileName="KisTriangleFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31148,7 +31148,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1276" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1276" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTriangleFilterStrategy&#010;" /> </header> @@ -31200,17 +31200,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1280" tag="operation_1280" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1280" tag="operation_1280" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1281" tag="operation_1281" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1281" tag="operation_1281" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1282" tag="operation_1282" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1282" tag="operation_1282" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -31226,36 +31226,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1277" field_type="7929959" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1277" field_type="7929959" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1277" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1277" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31263,7 +31263,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1284" tqparent_class="1284" fileExt=".java" fileName="KisBellFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1284" parent_class="1284" fileExt=".java" fileName="KisBellFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31275,7 +31275,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1284" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1284" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBellFilterStrategy&#010;" /> </header> @@ -31327,17 +31327,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1288" tag="operation_1288" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1288" tag="operation_1288" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1289" tag="operation_1289" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1289" tag="operation_1289" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1290" tag="operation_1290" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1290" tag="operation_1290" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -31353,36 +31353,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1285" field_type="5439602" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1285" field_type="5439602" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1285" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1285" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31390,7 +31390,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1292" tqparent_class="1292" fileExt=".java" fileName="KisBSplineFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1292" parent_class="1292" fileExt=".java" fileName="KisBSplineFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31402,7 +31402,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1292" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1292" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBSplineFilterStrategy&#010;" /> </header> @@ -31454,17 +31454,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1296" tag="operation_1296" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1296" tag="operation_1296" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1297" tag="operation_1297" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1297" tag="operation_1297" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1298" tag="operation_1298" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1298" tag="operation_1298" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -31480,36 +31480,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1293" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1293" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1293" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1293" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31517,7 +31517,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1300" tqparent_class="1300" fileExt=".java" fileName="KisLanczos3FilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1300" parent_class="1300" fileExt=".java" fileName="KisLanczos3FilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31529,7 +31529,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1300" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1300" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisLanczos3FilterStrategy&#010;" /> </header> @@ -31581,22 +31581,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1304" tag="operation_1304" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1304" tag="operation_1304" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1305" tag="operation_1305" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1305" tag="operation_1305" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1306" tag="operation_1306" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1306" tag="operation_1306" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> </codeoperation> - <codeoperation tqparent_id="1308" tag="operation_1308" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1308" tag="operation_1308" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param x &#010;@return double " /> </header> @@ -31612,36 +31612,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1301" field_type="7602259" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1301" field_type="7602259" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1301" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1301" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31649,7 +31649,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1310" tqparent_class="1310" fileExt=".java" fileName="KisMitchellFilterStrategy" > + <classifiercodedocument writeOutCode="true" package="" id="1310" parent_class="1310" fileExt=".java" fileName="KisMitchellFilterStrategy" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31661,7 +31661,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1310" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1310" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisMitchellFilterStrategy&#010;" /> </header> @@ -31713,17 +31713,17 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1314" tag="operation_1314" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1314" tag="operation_1314" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1315" tag="operation_1315" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1315" tag="operation_1315" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1316" tag="operation_1316" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1316" tag="operation_1316" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param t &#010;@return double " /> </header> @@ -31739,36 +31739,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1311" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1311" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > + <ccfdeclarationcodeblock parent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisFilterStrategy = new KisFilterStrategy ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisFilterStrategy to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisFilterStrategy from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1311" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1311" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -31776,7 +31776,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1318" tqparent_class="1318" fileExt=".java" fileName="KisTransformVisitor" > + <classifiercodedocument writeOutCode="true" package="" id="1318" parent_class="1318" fileExt=".java" fileName="KisTransformVisitor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -31788,7 +31788,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1318" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1318" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTransformVisitor&#010;" /> </header> @@ -31798,12 +31798,12 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1344" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > + <ccfdeclarationcodeblock parent_id="1344" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1345" tag="tblock_2" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > + <ccfdeclarationcodeblock parent_id="1345" tag="tblock_2" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > <header> <codecomment tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> @@ -31837,22 +31837,22 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1344" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1344" text="return m_dev;" > + <codeaccessormethod accessType="0" parent_id="1344" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1344" text="return m_dev;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dev&#010;&#010;@return the value of m_dev" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1344" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1344" text="m_dev = value;" > + <codeaccessormethod accessType="1" parent_id="1344" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1344" text="m_dev = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dev&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1345" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1345" text="return m_cancelRequested;" > + <codeaccessormethod accessType="0" parent_id="1345" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1345" text="return m_cancelRequested;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1345" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1345" text="m_cancelRequested = value;" > + <codeaccessormethod accessType="1" parent_id="1345" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1345" text="m_cancelRequested = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> @@ -31872,32 +31872,32 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1322" tag="operation_1322" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1322" tag="operation_1322" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1323" tag="operation_1323" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1323" tag="operation_1323" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1324" tag="operation_1324" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1324" tag="operation_1324" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param dev &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1326" tag="operation_1326" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1326" tag="operation_1326" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param scale &#010;@param scaleDenom &#010;@param shear &#010;@param dx &#010;@param m_progress &#010;@param filterStrategy &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1334" tag="operation_1334" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1334" tag="operation_1334" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param xscale &#010;@param yscale &#010;@param xshear &#010;@param yshear &#010;@param denominator &#010;@param xtranslate &#010;@param ytranslate &#010;@param m_progress &#010;@param filterType &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1346" tag="operation_1346" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1346" tag="operation_1346" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> @@ -31913,76 +31913,76 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1319" field_type="159873936" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1319" field_type="159873936" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisProgressSubject = new KisProgressSubject ( );" > + <ccfdeclarationcodeblock parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public KisProgressSubject = new KisProgressSubject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisProgressSubject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisProgressSubject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1319" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1319" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1344" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1344" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1344" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > + <ccfdeclarationcodeblock parent_id="1344" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisPaintDevice* m_dev;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1344" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1344" text="return m_dev;" > + <codeaccessormethod accessType="0" parent_id="1344" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1344" text="return m_dev;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dev&#010;&#010;@return the value of m_dev" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1344" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1344" text="m_dev = value;" > + <codeaccessormethod accessType="1" parent_id="1344" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1344" text="m_dev = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dev&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1345" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1345" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Implement KisProgressSubject" /> </header> - <ccfdeclarationcodeblock tqparent_id="1345" tag="tblock_2" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > + <ccfdeclarationcodeblock parent_id="1345" tag="tblock_2" canDelete="false" indentLevel="1" text="private boolean m_cancelRequested;" > <header> <codecomment tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1345" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1345" text="return m_cancelRequested;" > + <codeaccessormethod accessType="0" parent_id="1345" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1345" text="return m_cancelRequested;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1345" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1345" text="m_cancelRequested = value;" > + <codeaccessormethod accessType="1" parent_id="1345" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1345" text="m_cancelRequested = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Implement KisProgressSubject" /> </header> @@ -31990,7 +31990,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1332" tqparent_class="1332" fileExt=".java" fileName="KisFilterStrategy*" > + <classifiercodedocument writeOutCode="true" package="" id="1332" parent_class="1332" fileExt=".java" fileName="KisFilterStrategy*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32002,7 +32002,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1332" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1332" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterStrategy*&#010;" /> </header> @@ -32065,7 +32065,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1347" tqparent_class="1347" fileExt=".java" fileName="KoStore" > + <classifiercodedocument writeOutCode="true" package="" id="1347" parent_class="1347" fileExt=".java" fileName="KoStore" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32077,7 +32077,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1347" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1347" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoStore&#010;" /> </header> @@ -32140,7 +32140,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1348" tqparent_class="1348" fileExt=".java" fileName="KisTiledDataManager" > + <classifiercodedocument writeOutCode="true" package="" id="1348" parent_class="1348" fileExt=".java" fileName="KisTiledDataManager" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32152,7 +32152,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1348" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1348" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTiledDataManager&#010;" /> </header> @@ -32214,36 +32214,36 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1349" field_type="7471205" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1349" field_type="7471205" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisDataManager = new KisDataManager ( );" > + <ccfdeclarationcodeblock parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="public KisDataManager = new KisDataManager ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type KisDataManager to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type KisDataManager from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1349" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1349" role_id="1" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> @@ -32251,7 +32251,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1355" tqparent_class="1355" fileExt=".java" fileName="const KisDataManager&" > + <classifiercodedocument writeOutCode="true" package="" id="1355" parent_class="1355" fileExt=".java" fileName="const KisDataManager&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32263,7 +32263,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1355" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1355" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisDataManager&&#010;" /> </header> @@ -32326,7 +32326,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1358" tqparent_class="1358" fileExt=".java" fileName="KisMemento" > + <classifiercodedocument writeOutCode="true" package="" id="1358" parent_class="1358" fileExt=".java" fileName="KisMemento" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32338,7 +32338,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1358" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1358" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisMemento&#010;" /> </header> @@ -32401,7 +32401,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1359" tqparent_class="1359" fileExt=".java" fileName="KisMemento*" > + <classifiercodedocument writeOutCode="true" package="" id="1359" parent_class="1359" fileExt=".java" fileName="KisMemento*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32413,7 +32413,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1359" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1359" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisMemento*&#010;" /> </header> @@ -32476,7 +32476,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1365" tqparent_class="1365" fileExt=".java" fileName="KoStore*" > + <classifiercodedocument writeOutCode="true" package="" id="1365" parent_class="1365" fileExt=".java" fileName="KoStore*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32488,7 +32488,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1365" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1365" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoStore*&#010;" /> </header> @@ -32551,7 +32551,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1371" tqparent_class="1371" fileExt=".java" fileName="Q_INT32&" > + <classifiercodedocument writeOutCode="true" package="" id="1371" parent_class="1371" fileExt=".java" fileName="Q_INT32&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32563,7 +32563,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1371" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1371" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT32&&#010;" /> </header> @@ -32626,7 +32626,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1388" tqparent_class="1388" fileExt=".java" fileName="Q_UINT8" > + <classifiercodedocument writeOutCode="true" package="" id="1388" parent_class="1388" fileExt=".java" fileName="Q_UINT8" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32638,7 +32638,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1388" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1388" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT8&#010;" /> </header> @@ -32701,7 +32701,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1395" tqparent_class="1395" fileExt=".java" fileName="Q_UINT8*" > + <classifiercodedocument writeOutCode="true" package="" id="1395" parent_class="1395" fileExt=".java" fileName="Q_UINT8*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32713,7 +32713,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1395" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1395" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_UINT8*&#010;" /> </header> @@ -32776,7 +32776,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1398" tqparent_class="1398" fileExt=".java" fileName="KisDataManager*" > + <classifiercodedocument writeOutCode="true" package="" id="1398" parent_class="1398" fileExt=".java" fileName="KisDataManager*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32788,7 +32788,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1398" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1398" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDataManager*&#010;" /> </header> @@ -32851,7 +32851,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1424" tqparent_class="1424" fileExt=".java" fileName="KisRectIterator" > + <classifiercodedocument writeOutCode="true" package="" id="1424" parent_class="1424" fileExt=".java" fileName="KisRectIterator" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32863,7 +32863,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1424" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1424" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRectIterator&#010;" /> </header> @@ -32926,7 +32926,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1425" tqparent_class="1425" fileExt=".java" fileName="KisHLineIterator" > + <classifiercodedocument writeOutCode="true" package="" id="1425" parent_class="1425" fileExt=".java" fileName="KisHLineIterator" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -32938,7 +32938,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1425" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1425" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisHLineIterator&#010;" /> </header> @@ -33001,7 +33001,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1426" tqparent_class="1426" fileExt=".java" fileName="KisVLineIterator" > + <classifiercodedocument writeOutCode="true" package="" id="1426" parent_class="1426" fileExt=".java" fileName="KisVLineIterator" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33013,7 +33013,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1426" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1426" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisVLineIterator&#010;" /> </header> @@ -33076,7 +33076,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1427" tqparent_class="1427" fileExt=".java" fileName="QWMatrix" > + <classifiercodedocument writeOutCode="true" package="" id="1427" parent_class="1427" fileExt=".java" fileName="QWMatrix" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33088,7 +33088,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1427" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1427" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QWMatrix&#010;" /> </header> @@ -33151,7 +33151,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1428" tqparent_class="1428" fileExt=".java" fileName="KisRotateVisitor" > + <classifiercodedocument writeOutCode="true" package="" id="1428" parent_class="1428" fileExt=".java" fileName="KisRotateVisitor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33163,7 +33163,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1428" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1428" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRotateVisitor&#010;" /> </header> @@ -33226,7 +33226,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1429" tqparent_class="1429" fileExt=".java" fileName="KisRectIteratorPixel" > + <classifiercodedocument writeOutCode="true" package="" id="1429" parent_class="1429" fileExt=".java" fileName="KisRectIteratorPixel" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33238,7 +33238,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1429" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1429" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRectIteratorPixel&#010;" /> </header> @@ -33301,7 +33301,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1430" tqparent_class="1430" fileExt=".java" fileName="KisVLineIteratorPixel" > + <classifiercodedocument writeOutCode="true" package="" id="1430" parent_class="1430" fileExt=".java" fileName="KisVLineIteratorPixel" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33313,7 +33313,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1430" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1430" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisVLineIteratorPixel&#010;" /> </header> @@ -33376,7 +33376,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1431" tqparent_class="1431" fileExt=".java" fileName="KisHLineIteratorPixel" > + <classifiercodedocument writeOutCode="true" package="" id="1431" parent_class="1431" fileExt=".java" fileName="KisHLineIteratorPixel" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33388,7 +33388,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1431" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1431" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisHLineIteratorPixel&#010;" /> </header> @@ -33451,7 +33451,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1432" tqparent_class="1432" fileExt=".java" fileName="KNamedCommand" > + <classifiercodedocument writeOutCode="true" package="" id="1432" parent_class="1432" fileExt=".java" fileName="KNamedCommand" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33463,7 +33463,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1432" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1432" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KNamedCommand&#010;" /> </header> @@ -33526,7 +33526,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1443" tqparent_class="1443" fileExt=".java" fileName="KisImage*" > + <classifiercodedocument writeOutCode="true" package="" id="1443" parent_class="1443" fileExt=".java" fileName="KisImage*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33538,7 +33538,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1443" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1443" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisImage*&#010;" /> </header> @@ -33601,7 +33601,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1448" tqparent_class="1448" fileExt=".java" fileName="const KisPaintDevice&" > + <classifiercodedocument writeOutCode="true" package="" id="1448" parent_class="1448" fileExt=".java" fileName="const KisPaintDevice&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33613,7 +33613,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1448" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1448" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisPaintDevice&&#010;" /> </header> @@ -33676,7 +33676,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1465" tqparent_class="1465" fileExt=".java" fileName="KNamedCommand*" > + <classifiercodedocument writeOutCode="true" package="" id="1465" parent_class="1465" fileExt=".java" fileName="KNamedCommand*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33688,7 +33688,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1465" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1465" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KNamedCommand*&#010;" /> </header> @@ -33751,7 +33751,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1467" tqparent_class="1467" fileExt=".java" fileName="const bool" > + <classifiercodedocument writeOutCode="true" package="" id="1467" parent_class="1467" fileExt=".java" fileName="const bool" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33763,7 +33763,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1467" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1467" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const bool&#010;" /> </header> @@ -33826,7 +33826,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1510" tqparent_class="1510" fileExt=".java" fileName="const QImage&" > + <classifiercodedocument writeOutCode="true" package="" id="1510" parent_class="1510" fileExt=".java" fileName="const QImage&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33838,7 +33838,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1510" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1510" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QImage&&#010;" /> </header> @@ -33901,7 +33901,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1526" tqparent_class="1526" fileExt=".java" fileName="QColor*" > + <classifiercodedocument writeOutCode="true" package="" id="1526" parent_class="1526" fileExt=".java" fileName="QColor*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33913,7 +33913,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1526" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1526" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QColor*&#010;" /> </header> @@ -33976,7 +33976,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1537" tqparent_class="1537" fileExt=".java" fileName="const Q_UINT8*" > + <classifiercodedocument writeOutCode="true" package="" id="1537" parent_class="1537" fileExt=".java" fileName="const Q_UINT8*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -33988,7 +33988,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1537" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1537" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const Q_UINT8*&#010;" /> </header> @@ -34051,7 +34051,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1557" tqparent_class="1557" fileExt=".java" fileName="const KisImage*" > + <classifiercodedocument writeOutCode="true" package="" id="1557" parent_class="1557" fileExt=".java" fileName="const KisImage*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34063,7 +34063,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1557" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1557" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const KisImage*&#010;" /> </header> @@ -34126,7 +34126,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1618" tqparent_class="1618" fileExt=".java" fileName="Q_INT8" > + <classifiercodedocument writeOutCode="true" package="" id="1618" parent_class="1618" fileExt=".java" fileName="Q_INT8" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34138,7 +34138,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1618" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1618" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Q_INT8&#010;" /> </header> @@ -34201,7 +34201,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1626" tqparent_class="1626" fileExt=".java" fileName="KisPaintDevice&" > + <classifiercodedocument writeOutCode="true" package="" id="1626" parent_class="1626" fileExt=".java" fileName="KisPaintDevice&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34213,7 +34213,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1626" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1626" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintDevice&&#010;" /> </header> @@ -34276,7 +34276,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1639" tqparent_class="1639" fileExt=".java" fileName="KisScaleVisitor&" > + <classifiercodedocument writeOutCode="true" package="" id="1639" parent_class="1639" fileExt=".java" fileName="KisScaleVisitor&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34288,7 +34288,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1639" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1639" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisScaleVisitor&&#010;" /> </header> @@ -34351,7 +34351,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1642" tqparent_class="1642" fileExt=".java" fileName="KisRotateVisitor&" > + <classifiercodedocument writeOutCode="true" package="" id="1642" parent_class="1642" fileExt=".java" fileName="KisRotateVisitor&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34363,7 +34363,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1642" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1642" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRotateVisitor&&#010;" /> </header> @@ -34426,7 +34426,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1645" tqparent_class="1645" fileExt=".java" fileName="KisTransformVisitor&" > + <classifiercodedocument writeOutCode="true" package="" id="1645" parent_class="1645" fileExt=".java" fileName="KisTransformVisitor&" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34438,7 +34438,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1645" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1645" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTransformVisitor&&#010;" /> </header> @@ -34501,7 +34501,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1668" tqparent_class="1668" fileExt=".java" fileName="const QColor" > + <classifiercodedocument writeOutCode="true" package="" id="1668" parent_class="1668" fileExt=".java" fileName="const QColor" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34513,7 +34513,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1668" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1668" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class Const QColor&#010;" /> </header> @@ -34576,7 +34576,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1674" tqparent_class="1674" fileExt=".java" fileName="KAction" > + <classifiercodedocument writeOutCode="true" package="" id="1674" parent_class="1674" fileExt=".java" fileName="KAction" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34588,7 +34588,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1674" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1674" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KAction&#010;" /> </header> @@ -34651,7 +34651,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1675" tqparent_class="1675" fileExt=".java" fileName="KisView" > + <classifiercodedocument writeOutCode="true" package="" id="1675" parent_class="1675" fileExt=".java" fileName="KisView" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34663,7 +34663,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1675" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1675" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisView&#010;" /> </header> @@ -34726,7 +34726,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1676" tqparent_class="1676" fileExt=".java" fileName="KisDockFrameDocker" > + <classifiercodedocument writeOutCode="true" package="" id="1676" parent_class="1676" fileExt=".java" fileName="KisDockFrameDocker" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34738,7 +34738,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1676" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1676" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDockFrameDocker&#010;" /> </header> @@ -34801,7 +34801,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1677" tqparent_class="1677" fileExt=".java" fileName="KoTabbedToolDock" > + <classifiercodedocument writeOutCode="true" package="" id="1677" parent_class="1677" fileExt=".java" fileName="KoTabbedToolDock" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34813,7 +34813,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1677" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1677" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoTabbedToolDock&#010;" /> </header> @@ -34876,7 +34876,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1678" tqparent_class="1678" fileExt=".java" fileName="KoToolDockManager" > + <classifiercodedocument writeOutCode="true" package="" id="1678" parent_class="1678" fileExt=".java" fileName="KoToolDockManager" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34888,7 +34888,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1678" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1678" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoToolDockManager&#010;" /> </header> @@ -34951,7 +34951,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1679" tqparent_class="1679" fileExt=".java" fileName="KActionCollection" > + <classifiercodedocument writeOutCode="true" package="" id="1679" parent_class="1679" fileExt=".java" fileName="KActionCollection" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -34963,7 +34963,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1679" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1679" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KActionCollection&#010;" /> </header> @@ -35026,7 +35026,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1680" tqparent_class="1680" fileExt=".java" fileName="KisPaintBox" > + <classifiercodedocument writeOutCode="true" package="" id="1680" parent_class="1680" fileExt=".java" fileName="KisPaintBox" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35038,7 +35038,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1680" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1680" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintBox&#010;" /> </header> @@ -35101,7 +35101,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1681" tqparent_class="1681" fileExt=".java" fileName="KisLayerBox" > + <classifiercodedocument writeOutCode="true" package="" id="1681" parent_class="1681" fileExt=".java" fileName="KisLayerBox" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35113,7 +35113,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1681" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1681" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisLayerBox&#010;" /> </header> @@ -35176,7 +35176,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1682" tqparent_class="1682" fileExt=".java" fileName="KisFilterBox" > + <classifiercodedocument writeOutCode="true" package="" id="1682" parent_class="1682" fileExt=".java" fileName="KisFilterBox" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35188,7 +35188,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1682" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1682" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterBox&#010;" /> </header> @@ -35251,7 +35251,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1683" tqparent_class="1683" fileExt=".java" fileName="ControlFrame" > + <classifiercodedocument writeOutCode="true" package="" id="1683" parent_class="1683" fileExt=".java" fileName="ControlFrame" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35263,7 +35263,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1683" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1683" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class ControlFrame&#010;" /> </header> @@ -35326,7 +35326,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1684" tqparent_class="1684" fileExt=".java" fileName="KisBirdEyeBox" > + <classifiercodedocument writeOutCode="true" package="" id="1684" parent_class="1684" fileExt=".java" fileName="KisBirdEyeBox" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35338,7 +35338,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1684" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1684" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBirdEyeBox&#010;" /> </header> @@ -35401,7 +35401,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1685" tqparent_class="1685" fileExt=".java" fileName="KisChannelView" > + <classifiercodedocument writeOutCode="true" package="" id="1685" parent_class="1685" fileExt=".java" fileName="KisChannelView" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35413,7 +35413,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1685" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1685" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisChannelView&#010;" /> </header> @@ -35476,7 +35476,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1686" tqparent_class="1686" fileExt=".java" fileName="KisAutobrush" > + <classifiercodedocument writeOutCode="true" package="" id="1686" parent_class="1686" fileExt=".java" fileName="KisAutobrush" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35488,7 +35488,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1686" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1686" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAutobrush&#010;" /> </header> @@ -35551,7 +35551,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1687" tqparent_class="1687" fileExt=".java" fileName="KisTextBrush" > + <classifiercodedocument writeOutCode="true" package="" id="1687" parent_class="1687" fileExt=".java" fileName="KisTextBrush" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35563,7 +35563,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1687" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1687" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTextBrush&#010;" /> </header> @@ -35626,7 +35626,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1688" tqparent_class="1688" fileExt=".java" fileName="KisAutogradient" > + <classifiercodedocument writeOutCode="true" package="" id="1688" parent_class="1688" fileExt=".java" fileName="KisAutogradient" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35638,7 +35638,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1688" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1688" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAutogradient&#010;" /> </header> @@ -35701,7 +35701,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1689" tqparent_class="1689" fileExt=".java" fileName="KisHSVWidget" > + <classifiercodedocument writeOutCode="true" package="" id="1689" parent_class="1689" fileExt=".java" fileName="KisHSVWidget" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35713,7 +35713,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1689" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1689" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisHSVWidget&#010;" /> </header> @@ -35776,7 +35776,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1690" tqparent_class="1690" fileExt=".java" fileName="KisRGBWidget" > + <classifiercodedocument writeOutCode="true" package="" id="1690" parent_class="1690" fileExt=".java" fileName="KisRGBWidget" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35788,7 +35788,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1690" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1690" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRGBWidget&#010;" /> </header> @@ -35851,7 +35851,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1691" tqparent_class="1691" fileExt=".java" fileName="KisGrayWidget" > + <classifiercodedocument writeOutCode="true" package="" id="1691" parent_class="1691" fileExt=".java" fileName="KisGrayWidget" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35863,7 +35863,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1691" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1691" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGrayWidget&#010;" /> </header> @@ -35926,7 +35926,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1692" tqparent_class="1692" fileExt=".java" fileName="KisPaletteWidget" > + <classifiercodedocument writeOutCode="true" package="" id="1692" parent_class="1692" fileExt=".java" fileName="KisPaletteWidget" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -35938,7 +35938,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1692" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1692" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaletteWidget&#010;" /> </header> @@ -36001,7 +36001,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1693" tqparent_class="1693" fileExt=".java" fileName="KisResourceMediator" > + <classifiercodedocument writeOutCode="true" package="" id="1693" parent_class="1693" fileExt=".java" fileName="KisResourceMediator" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -36013,7 +36013,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1693" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1693" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisResourceMediator&#010;" /> </header> @@ -36076,7 +36076,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1694" tqparent_class="1694" fileExt=".java" fileName="KisDockerManager" > + <classifiercodedocument writeOutCode="true" package="" id="1694" parent_class="1694" fileExt=".java" fileName="KisDockerManager" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -36088,7 +36088,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1694" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1694" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDockerManager&#010;The docker manager keeps track of dockers and their tabs.&#010;&#010;There are three kinds of dockers: sliding dockers, shading&#010;dockers and toolboxes.&#010;&#010;Tabs are created by calling addDockerTab with a widget (the tab)&#010;and a KisID (a combination of language-independent identifying&#010;string and a caption). If there is already a docker with the&#010;identifying string, then the tab is added to that docker,&#010;otherwise a new docker is created.&#010;&#010;On application shutdown, the configuration is saved. Next time&#010;on startup, if a tab is added, we first look in the saved configuation,&#010;and if a tab and docker is present with the specified identifying&#010;string, then we restore that tab in that place, otherwise in the&#010;specified place.&#010;&#010;XXX: for post 1.4: make sure we can drag & drop widgets." /> </header> @@ -36098,177 +36098,177 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Fields" /> </header> <textblocks> - <ccfdeclarationcodeblock tqparent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry< QWidget * >* m_tabs;" > + <ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry< QWidget * >* m_tabs;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1720" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisDockFrameDocker * >* m_dockWindows;" > + <ccfdeclarationcodeblock parent_id="1720" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisDockFrameDocker * >* m_dockWindows;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1722" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisPaintBox * >* m_toolBoxes;" > + <ccfdeclarationcodeblock parent_id="1722" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisPaintBox * >* m_toolBoxes;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1724" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KoTabbedToolDock * >* m_sliders;" > + <ccfdeclarationcodeblock parent_id="1724" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KoTabbedToolDock * >* m_sliders;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1725" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisView* m_view;" > + <ccfdeclarationcodeblock parent_id="1725" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisView* m_view;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1726" tag="tblock_14" canDelete="false" indentLevel="1" text="private KActionCollection* m_ac;" > + <ccfdeclarationcodeblock parent_id="1726" tag="tblock_14" canDelete="false" indentLevel="1" text="private KActionCollection* m_ac;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1751" tag="tblock_17" canDelete="false" indentLevel="1" text="private KoToolDockManager* m_toolDockManager;" > + <ccfdeclarationcodeblock parent_id="1751" tag="tblock_17" canDelete="false" indentLevel="1" text="private KoToolDockManager* m_toolDockManager;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1753" tag="tblock_20" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_layerchannelslider;" > + <ccfdeclarationcodeblock parent_id="1753" tag="tblock_20" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_layerchannelslider;" > <header> <codecomment tag="" indentLevel="1" text="// Sliders" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_tqshapesslider;" > + <ccfdeclarationcodeblock parent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_tqshapesslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1755" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_fillsslider;" > + <ccfdeclarationcodeblock parent_id="1755" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_fillsslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1756" tag="tblock_29" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_toolcontrolslider;" > + <ccfdeclarationcodeblock parent_id="1756" tag="tblock_29" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_toolcontrolslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1757" tag="tblock_32" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_colorslider;" > + <ccfdeclarationcodeblock parent_id="1757" tag="tblock_32" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_colorslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1759" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_layerchanneldocker;" > + <ccfdeclarationcodeblock parent_id="1759" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_layerchanneldocker;" > <header> <codecomment tag="" indentLevel="1" text="// Dockers" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_tqshapesdocker;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_tqshapesdocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1761" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_fillsdocker;" > + <ccfdeclarationcodeblock parent_id="1761" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_fillsdocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1762" tag="tblock_44" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_toolcontroldocker;" > + <ccfdeclarationcodeblock parent_id="1762" tag="tblock_44" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_toolcontroldocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1763" tag="tblock_47" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_colordocker;" > + <ccfdeclarationcodeblock parent_id="1763" tag="tblock_47" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_colordocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1765" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintboxdocker;" > + <ccfdeclarationcodeblock parent_id="1765" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintboxdocker;" > <header> <codecomment tag="" indentLevel="1" text="// Toolbox" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1767" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisLayerBox* m_layerBox;" > + <ccfdeclarationcodeblock parent_id="1767" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisLayerBox* m_layerBox;" > <header> <codecomment tag="" indentLevel="1" text="// Widgets" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1768" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintBox;" > + <ccfdeclarationcodeblock parent_id="1768" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintBox;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1770" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisFilterBox* m_filterBox;" > + <ccfdeclarationcodeblock parent_id="1770" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisFilterBox* m_filterBox;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1772" tag="tblock_62" canDelete="false" indentLevel="1" text="private ControlFrame* m_controlWidget;" > + <ccfdeclarationcodeblock parent_id="1772" tag="tblock_62" canDelete="false" indentLevel="1" text="private ControlFrame* m_controlWidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1774" tag="tblock_65" canDelete="false" indentLevel="1" text="private KisBirdEyeBox* m_birdEyeBox;" > + <ccfdeclarationcodeblock parent_id="1774" tag="tblock_65" canDelete="false" indentLevel="1" text="private KisBirdEyeBox* m_birdEyeBox;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1776" tag="tblock_68" canDelete="false" indentLevel="1" text="private KisChannelView* m_channelView;" > + <ccfdeclarationcodeblock parent_id="1776" tag="tblock_68" canDelete="false" indentLevel="1" text="private KisChannelView* m_channelView;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1778" tag="tblock_71" canDelete="false" indentLevel="1" text="private KisAutobrush* m_autobrush;" > + <ccfdeclarationcodeblock parent_id="1778" tag="tblock_71" canDelete="false" indentLevel="1" text="private KisAutobrush* m_autobrush;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1780" tag="tblock_74" canDelete="false" indentLevel="1" text="private KisTextBrush* m_textBrush;" > + <ccfdeclarationcodeblock parent_id="1780" tag="tblock_74" canDelete="false" indentLevel="1" text="private KisTextBrush* m_textBrush;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1782" tag="tblock_77" canDelete="false" indentLevel="1" text="private KisAutogradient* m_autogradient;" > + <ccfdeclarationcodeblock parent_id="1782" tag="tblock_77" canDelete="false" indentLevel="1" text="private KisAutogradient* m_autogradient;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1784" tag="tblock_80" canDelete="false" indentLevel="1" text="private KisHSVWidget* m_hsvwidget;" > + <ccfdeclarationcodeblock parent_id="1784" tag="tblock_80" canDelete="false" indentLevel="1" text="private KisHSVWidget* m_hsvwidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1786" tag="tblock_83" canDelete="false" indentLevel="1" text="private KisRGBWidget* m_rgbwidget;" > + <ccfdeclarationcodeblock parent_id="1786" tag="tblock_83" canDelete="false" indentLevel="1" text="private KisRGBWidget* m_rgbwidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1788" tag="tblock_86" canDelete="false" indentLevel="1" text="private KisGrayWidget* m_graywidget;" > + <ccfdeclarationcodeblock parent_id="1788" tag="tblock_86" canDelete="false" indentLevel="1" text="private KisGrayWidget* m_graywidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1790" tag="tblock_89" canDelete="false" indentLevel="1" text="private KisPaletteWidget* m_palettewidget;" > + <ccfdeclarationcodeblock parent_id="1790" tag="tblock_89" canDelete="false" indentLevel="1" text="private KisPaletteWidget* m_palettewidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1792" tag="tblock_92" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_brushMediator;" > + <ccfdeclarationcodeblock parent_id="1792" tag="tblock_92" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_brushMediator;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1793" tag="tblock_95" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_patternMediator;" > + <ccfdeclarationcodeblock parent_id="1793" tag="tblock_95" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_patternMediator;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1794" tag="tblock_98" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_gradientMediator;" > + <ccfdeclarationcodeblock parent_id="1794" tag="tblock_98" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_gradientMediator;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <ccfdeclarationcodeblock tqparent_id="1795" tag="tblock_101" canDelete="false" indentLevel="1" text="private boolean m_slidersSetup;" > + <ccfdeclarationcodeblock parent_id="1795" tag="tblock_101" canDelete="false" indentLevel="1" text="private boolean m_slidersSetup;" > <header> <codecomment tag="" indentLevel="1" /> </header> @@ -36302,352 +36302,352 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> <textblocks> - <codeaccessormethod accessType="0" tqparent_id="1718" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1718" text="return m_tabs;" > + <codeaccessormethod accessType="0" parent_id="1718" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1718" text="return m_tabs;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tabs&#010;&#010;@return the value of m_tabs" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1718" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1718" text="m_tabs = value;" > + <codeaccessormethod accessType="1" parent_id="1718" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1718" text="m_tabs = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tabs&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1720" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1720" text="return m_dockWindows;" > + <codeaccessormethod accessType="0" parent_id="1720" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1720" text="return m_dockWindows;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dockWindows&#010;&#010;@return the value of m_dockWindows" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1720" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1720" text="m_dockWindows = value;" > + <codeaccessormethod accessType="1" parent_id="1720" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1720" text="m_dockWindows = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dockWindows&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1722" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1722" text="return m_toolBoxes;" > + <codeaccessormethod accessType="0" parent_id="1722" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1722" text="return m_toolBoxes;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolBoxes&#010;&#010;@return the value of m_toolBoxes" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1722" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1722" text="m_toolBoxes = value;" > + <codeaccessormethod accessType="1" parent_id="1722" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1722" text="m_toolBoxes = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolBoxes&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1724" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1724" text="return m_sliders;" > + <codeaccessormethod accessType="0" parent_id="1724" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1724" text="return m_sliders;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_sliders&#010;&#010;@return the value of m_sliders" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1724" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1724" text="m_sliders = value;" > + <codeaccessormethod accessType="1" parent_id="1724" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1724" text="m_sliders = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_sliders&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1725" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1725" text="return m_view;" > + <codeaccessormethod accessType="0" parent_id="1725" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1725" text="return m_view;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_view&#010;&#010;@return the value of m_view" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1725" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1725" text="m_view = value;" > + <codeaccessormethod accessType="1" parent_id="1725" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1725" text="m_view = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_view&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1726" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1726" text="return m_ac;" > + <codeaccessormethod accessType="0" parent_id="1726" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1726" text="return m_ac;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_ac&#010;&#010;@return the value of m_ac" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1726" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1726" text="m_ac = value;" > + <codeaccessormethod accessType="1" parent_id="1726" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1726" text="m_ac = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_ac&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1751" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1751" text="return m_toolDockManager;" > + <codeaccessormethod accessType="0" parent_id="1751" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1751" text="return m_toolDockManager;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolDockManager&#010;&#010;@return the value of m_toolDockManager" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1751" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1751" text="m_toolDockManager = value;" > + <codeaccessormethod accessType="1" parent_id="1751" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1751" text="m_toolDockManager = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolDockManager&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1753" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1753" text="return m_layerchannelslider;" > + <codeaccessormethod accessType="0" parent_id="1753" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1753" text="return m_layerchannelslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Sliders" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1753" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1753" text="m_layerchannelslider = value;" > + <codeaccessormethod accessType="1" parent_id="1753" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1753" text="m_layerchannelslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Sliders" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_tqshapesslider;" > + <codeaccessormethod accessType="0" parent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_tqshapesslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesslider&#010;&#010;@return the value of m_tqshapesslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_tqshapesslider = value;" > + <codeaccessormethod accessType="1" parent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_tqshapesslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesslider&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_fillsslider;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_fillsslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_fillsslider&#010;&#010;@return the value of m_fillsslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1755" text="m_fillsslider = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1755" text="m_fillsslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_fillsslider&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1756" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1756" text="return m_toolcontrolslider;" > + <codeaccessormethod accessType="0" parent_id="1756" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1756" text="return m_toolcontrolslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolcontrolslider&#010;&#010;@return the value of m_toolcontrolslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1756" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1756" text="m_toolcontrolslider = value;" > + <codeaccessormethod accessType="1" parent_id="1756" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1756" text="m_toolcontrolslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolcontrolslider&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1757" text="return m_colorslider;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1757" text="return m_colorslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorslider&#010;&#010;@return the value of m_colorslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1757" text="m_colorslider = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1757" text="m_colorslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorslider&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1759" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1759" text="return m_layerchanneldocker;" > + <codeaccessormethod accessType="0" parent_id="1759" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1759" text="return m_layerchanneldocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Dockers" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1759" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1759" text="m_layerchanneldocker = value;" > + <codeaccessormethod accessType="1" parent_id="1759" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1759" text="m_layerchanneldocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Dockers" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_tqshapesdocker;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_tqshapesdocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesdocker&#010;&#010;@return the value of m_tqshapesdocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_tqshapesdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_tqshapesdocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesdocker&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_fillsdocker;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_fillsdocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_fillsdocker&#010;&#010;@return the value of m_fillsdocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1761" text="m_fillsdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1761" text="m_fillsdocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_fillsdocker&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1762" text="return m_toolcontroldocker;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1762" text="return m_toolcontroldocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolcontroldocker&#010;&#010;@return the value of m_toolcontroldocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1762" text="m_toolcontroldocker = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1762" text="m_toolcontroldocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolcontroldocker&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1763" text="return m_colordocker;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1763" text="return m_colordocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colordocker&#010;&#010;@return the value of m_colordocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1763" text="m_colordocker = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1763" text="m_colordocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colordocker&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1765" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1765" text="return m_paintboxdocker;" > + <codeaccessormethod accessType="0" parent_id="1765" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1765" text="return m_paintboxdocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Toolbox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1765" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1765" text="m_paintboxdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1765" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1765" text="m_paintboxdocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Toolbox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1767" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1767" text="return m_layerBox;" > + <codeaccessormethod accessType="0" parent_id="1767" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1767" text="return m_layerBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Widgets" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1767" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1767" text="m_layerBox = value;" > + <codeaccessormethod accessType="1" parent_id="1767" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1767" text="m_layerBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Widgets" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1768" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1768" text="return m_paintBox;" > + <codeaccessormethod accessType="0" parent_id="1768" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1768" text="return m_paintBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paintBox&#010;&#010;@return the value of m_paintBox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1768" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1768" text="m_paintBox = value;" > + <codeaccessormethod accessType="1" parent_id="1768" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1768" text="m_paintBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paintBox&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1770" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1770" text="return m_filterBox;" > + <codeaccessormethod accessType="0" parent_id="1770" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1770" text="return m_filterBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_filterBox&#010;&#010;@return the value of m_filterBox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1770" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1770" text="m_filterBox = value;" > + <codeaccessormethod accessType="1" parent_id="1770" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1770" text="m_filterBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_filterBox&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1772" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1772" text="return m_controlWidget;" > + <codeaccessormethod accessType="0" parent_id="1772" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1772" text="return m_controlWidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_controlWidget&#010;&#010;@return the value of m_controlWidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1772" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1772" text="m_controlWidget = value;" > + <codeaccessormethod accessType="1" parent_id="1772" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1772" text="m_controlWidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_controlWidget&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1774" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1774" text="return m_birdEyeBox;" > + <codeaccessormethod accessType="0" parent_id="1774" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1774" text="return m_birdEyeBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_birdEyeBox&#010;&#010;@return the value of m_birdEyeBox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1774" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1774" text="m_birdEyeBox = value;" > + <codeaccessormethod accessType="1" parent_id="1774" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1774" text="m_birdEyeBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_birdEyeBox&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1776" text="return m_channelView;" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1776" text="return m_channelView;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channelView&#010;&#010;@return the value of m_channelView" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1776" text="m_channelView = value;" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1776" text="m_channelView = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channelView&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1778" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1778" text="return m_autobrush;" > + <codeaccessormethod accessType="0" parent_id="1778" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1778" text="return m_autobrush;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_autobrush&#010;&#010;@return the value of m_autobrush" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1778" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1778" text="m_autobrush = value;" > + <codeaccessormethod accessType="1" parent_id="1778" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1778" text="m_autobrush = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_autobrush&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1780" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1780" text="return m_textBrush;" > + <codeaccessormethod accessType="0" parent_id="1780" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1780" text="return m_textBrush;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_textBrush&#010;&#010;@return the value of m_textBrush" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1780" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1780" text="m_textBrush = value;" > + <codeaccessormethod accessType="1" parent_id="1780" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1780" text="m_textBrush = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_textBrush&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1782" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1782" text="return m_autogradient;" > + <codeaccessormethod accessType="0" parent_id="1782" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1782" text="return m_autogradient;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_autogradient&#010;&#010;@return the value of m_autogradient" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1782" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1782" text="m_autogradient = value;" > + <codeaccessormethod accessType="1" parent_id="1782" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1782" text="m_autogradient = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_autogradient&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1784" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1784" text="return m_hsvwidget;" > + <codeaccessormethod accessType="0" parent_id="1784" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1784" text="return m_hsvwidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_hsvwidget&#010;&#010;@return the value of m_hsvwidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1784" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1784" text="m_hsvwidget = value;" > + <codeaccessormethod accessType="1" parent_id="1784" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1784" text="m_hsvwidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_hsvwidget&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1786" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1786" text="return m_rgbwidget;" > + <codeaccessormethod accessType="0" parent_id="1786" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1786" text="return m_rgbwidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_rgbwidget&#010;&#010;@return the value of m_rgbwidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1786" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1786" text="m_rgbwidget = value;" > + <codeaccessormethod accessType="1" parent_id="1786" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1786" text="m_rgbwidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_rgbwidget&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1788" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1788" text="return m_graywidget;" > + <codeaccessormethod accessType="0" parent_id="1788" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1788" text="return m_graywidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_graywidget&#010;&#010;@return the value of m_graywidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1788" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1788" text="m_graywidget = value;" > + <codeaccessormethod accessType="1" parent_id="1788" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1788" text="m_graywidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_graywidget&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1790" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1790" text="return m_palettewidget;" > + <codeaccessormethod accessType="0" parent_id="1790" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1790" text="return m_palettewidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_palettewidget&#010;&#010;@return the value of m_palettewidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1790" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1790" text="m_palettewidget = value;" > + <codeaccessormethod accessType="1" parent_id="1790" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1790" text="m_palettewidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_palettewidget&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1792" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1792" text="return m_brushMediator;" > + <codeaccessormethod accessType="0" parent_id="1792" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1792" text="return m_brushMediator;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_brushMediator&#010;&#010;@return the value of m_brushMediator" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1792" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1792" text="m_brushMediator = value;" > + <codeaccessormethod accessType="1" parent_id="1792" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1792" text="m_brushMediator = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_brushMediator&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1793" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1793" text="return m_patternMediator;" > + <codeaccessormethod accessType="0" parent_id="1793" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1793" text="return m_patternMediator;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_patternMediator&#010;&#010;@return the value of m_patternMediator" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1793" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1793" text="m_patternMediator = value;" > + <codeaccessormethod accessType="1" parent_id="1793" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1793" text="m_patternMediator = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_patternMediator&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1794" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1794" text="return m_gradientMediator;" > + <codeaccessormethod accessType="0" parent_id="1794" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1794" text="return m_gradientMediator;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_gradientMediator&#010;&#010;@return the value of m_gradientMediator" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1794" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1794" text="m_gradientMediator = value;" > + <codeaccessormethod accessType="1" parent_id="1794" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1794" text="m_gradientMediator = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_gradientMediator&#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="0" tqparent_id="1795" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="1795" text="return m_slidersSetup;" > + <codeaccessormethod accessType="0" parent_id="1795" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="1795" text="return m_slidersSetup;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_slidersSetup&#010;&#010;@return the value of m_slidersSetup" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1795" tag="hblock_tag_103" canDelete="false" indentLevel="1" classfield_id="1795" text="m_slidersSetup = value;" > + <codeaccessormethod accessType="1" parent_id="1795" tag="hblock_tag_103" canDelete="false" indentLevel="1" classfield_id="1795" text="m_slidersSetup = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_slidersSetup&#010;&#010;" /> </header> @@ -36667,107 +36667,107 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" indentLevel="1" text="Operations" /> </header> <textblocks> - <codeoperation tqparent_id="1698" tag="operation_1698" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1698" tag="operation_1698" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param view &#010;@param ac &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param tab &#010;@param docker &#010;@param docktype &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1708" tag="operation_1708" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1708" tag="operation_1708" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param oldTool &#010;@param newTool &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1712" tag="operation_1712" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1712" tag="operation_1712" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param oldTool &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1714" tag="operation_1714" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1714" tag="operation_1714" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param img &#010;@param layer &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1727" tag="operation_1727" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1727" tag="operation_1727" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1728" tag="operation_1728" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1728" tag="operation_1728" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param brush &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1730" tag="operation_1730" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1730" tag="operation_1730" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param gradient &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1732" tag="operation_1732" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1732" tag="operation_1732" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param pattern &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param v &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1736" tag="operation_1736" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1736" tag="operation_1736" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param v &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1738" tag="operation_1738" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1738" tag="operation_1738" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param v &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1740" tag="operation_1740" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1740" tag="operation_1740" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param v &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1742" tag="operation_1742" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1742" tag="operation_1742" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@param v &#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1744" tag="operation_1744" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1744" tag="operation_1744" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1745" tag="operation_1745" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1745" tag="operation_1745" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1746" tag="operation_1746" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1746" tag="operation_1746" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1747" tag="operation_1747" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1747" tag="operation_1747" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1748" tag="operation_1748" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1748" tag="operation_1748" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> </codeoperation> - <codeoperation tqparent_id="1749" tag="operation_1749" canDelete="false" indentLevel="1" > + <codeoperation parent_id="1749" tag="operation_1749" canDelete="false" indentLevel="1" > <header> <javacodedocumentation tag="" indentLevel="1" text="&#010;@return void " /> </header> @@ -36783,736 +36783,736 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" /> </header> <classfields> - <codeclassfield tqparent_id="1695" field_type="7864421" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1695" field_type="7864421" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > + <ccfdeclarationcodeblock parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" > <header> <codecomment tag="" writeOutText="false" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text="return ;" > + <codeaccessormethod accessType="0" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text="return ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of &#010;&#010;@return the value of " /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=" = value;" > + <codeaccessormethod accessType="1" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=" = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of &#010;&#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="2" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=".add(value);" > + <codeaccessormethod accessType="2" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=".add(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &#010;&#010;@return void" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="3" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=".remove(value);" > + <codeaccessormethod accessType="3" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=".remove(value);" > <header> <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &#010;" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="4" tqparent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text="return (List) ;" > + <codeaccessormethod accessType="4" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text="return (List) ;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the list of &#010;&#010;@return List of " /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1718" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1718" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry< QWidget * >* m_tabs;" > + <ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry< QWidget * >* m_tabs;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1718" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1718" text="return m_tabs;" > + <codeaccessormethod accessType="0" parent_id="1718" tag="hblock_tag_0" canDelete="false" indentLevel="1" classfield_id="1718" text="return m_tabs;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tabs&#010;&#010;@return the value of m_tabs" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1718" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1718" text="m_tabs = value;" > + <codeaccessormethod accessType="1" parent_id="1718" tag="hblock_tag_1" canDelete="false" indentLevel="1" classfield_id="1718" text="m_tabs = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tabs&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1720" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1720" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1720" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisDockFrameDocker * >* m_dockWindows;" > + <ccfdeclarationcodeblock parent_id="1720" tag="tblock_2" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisDockFrameDocker * >* m_dockWindows;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1720" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1720" text="return m_dockWindows;" > + <codeaccessormethod accessType="0" parent_id="1720" tag="hblock_tag_3" canDelete="false" indentLevel="1" classfield_id="1720" text="return m_dockWindows;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_dockWindows&#010;&#010;@return the value of m_dockWindows" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1720" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1720" text="m_dockWindows = value;" > + <codeaccessormethod accessType="1" parent_id="1720" tag="hblock_tag_4" canDelete="false" indentLevel="1" classfield_id="1720" text="m_dockWindows = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_dockWindows&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1722" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1722" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1722" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisPaintBox * >* m_toolBoxes;" > + <ccfdeclarationcodeblock parent_id="1722" tag="tblock_5" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KisPaintBox * >* m_toolBoxes;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1722" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1722" text="return m_toolBoxes;" > + <codeaccessormethod accessType="0" parent_id="1722" tag="hblock_tag_6" canDelete="false" indentLevel="1" classfield_id="1722" text="return m_toolBoxes;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolBoxes&#010;&#010;@return the value of m_toolBoxes" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1722" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1722" text="m_toolBoxes = value;" > + <codeaccessormethod accessType="1" parent_id="1722" tag="hblock_tag_7" canDelete="false" indentLevel="1" classfield_id="1722" text="m_toolBoxes = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolBoxes&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1724" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1724" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1724" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KoTabbedToolDock * >* m_sliders;" > + <ccfdeclarationcodeblock parent_id="1724" tag="tblock_8" canDelete="false" indentLevel="1" text="private KisGenericRegistry< KoTabbedToolDock * >* m_sliders;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1724" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1724" text="return m_sliders;" > + <codeaccessormethod accessType="0" parent_id="1724" tag="hblock_tag_9" canDelete="false" indentLevel="1" classfield_id="1724" text="return m_sliders;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_sliders&#010;&#010;@return the value of m_sliders" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1724" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1724" text="m_sliders = value;" > + <codeaccessormethod accessType="1" parent_id="1724" tag="hblock_tag_10" canDelete="false" indentLevel="1" classfield_id="1724" text="m_sliders = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_sliders&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1725" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1725" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1725" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisView* m_view;" > + <ccfdeclarationcodeblock parent_id="1725" tag="tblock_11" canDelete="false" indentLevel="1" text="private KisView* m_view;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1725" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1725" text="return m_view;" > + <codeaccessormethod accessType="0" parent_id="1725" tag="hblock_tag_12" canDelete="false" indentLevel="1" classfield_id="1725" text="return m_view;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_view&#010;&#010;@return the value of m_view" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1725" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1725" text="m_view = value;" > + <codeaccessormethod accessType="1" parent_id="1725" tag="hblock_tag_13" canDelete="false" indentLevel="1" classfield_id="1725" text="m_view = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_view&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1726" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1726" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1726" tag="tblock_14" canDelete="false" indentLevel="1" text="private KActionCollection* m_ac;" > + <ccfdeclarationcodeblock parent_id="1726" tag="tblock_14" canDelete="false" indentLevel="1" text="private KActionCollection* m_ac;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1726" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1726" text="return m_ac;" > + <codeaccessormethod accessType="0" parent_id="1726" tag="hblock_tag_15" canDelete="false" indentLevel="1" classfield_id="1726" text="return m_ac;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_ac&#010;&#010;@return the value of m_ac" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1726" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1726" text="m_ac = value;" > + <codeaccessormethod accessType="1" parent_id="1726" tag="hblock_tag_16" canDelete="false" indentLevel="1" classfield_id="1726" text="m_ac = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_ac&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1751" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1751" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1751" tag="tblock_17" canDelete="false" indentLevel="1" text="private KoToolDockManager* m_toolDockManager;" > + <ccfdeclarationcodeblock parent_id="1751" tag="tblock_17" canDelete="false" indentLevel="1" text="private KoToolDockManager* m_toolDockManager;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1751" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1751" text="return m_toolDockManager;" > + <codeaccessormethod accessType="0" parent_id="1751" tag="hblock_tag_18" canDelete="false" indentLevel="1" classfield_id="1751" text="return m_toolDockManager;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolDockManager&#010;&#010;@return the value of m_toolDockManager" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1751" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1751" text="m_toolDockManager = value;" > + <codeaccessormethod accessType="1" parent_id="1751" tag="hblock_tag_19" canDelete="false" indentLevel="1" classfield_id="1751" text="m_toolDockManager = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolDockManager&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1753" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1753" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Sliders" /> </header> - <ccfdeclarationcodeblock tqparent_id="1753" tag="tblock_20" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_layerchannelslider;" > + <ccfdeclarationcodeblock parent_id="1753" tag="tblock_20" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_layerchannelslider;" > <header> <codecomment tag="" indentLevel="1" text="// Sliders" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1753" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1753" text="return m_layerchannelslider;" > + <codeaccessormethod accessType="0" parent_id="1753" tag="hblock_tag_21" canDelete="false" indentLevel="1" classfield_id="1753" text="return m_layerchannelslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Sliders" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1753" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1753" text="m_layerchannelslider = value;" > + <codeaccessormethod accessType="1" parent_id="1753" tag="hblock_tag_22" canDelete="false" indentLevel="1" classfield_id="1753" text="m_layerchannelslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Sliders" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1754" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1754" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_tqshapesslider;" > + <ccfdeclarationcodeblock parent_id="1754" tag="tblock_23" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_tqshapesslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_tqshapesslider;" > + <codeaccessormethod accessType="0" parent_id="1754" tag="hblock_tag_24" canDelete="false" indentLevel="1" classfield_id="1754" text="return m_tqshapesslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesslider&#010;&#010;@return the value of m_tqshapesslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_tqshapesslider = value;" > + <codeaccessormethod accessType="1" parent_id="1754" tag="hblock_tag_25" canDelete="false" indentLevel="1" classfield_id="1754" text="m_tqshapesslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesslider&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1755" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1755" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_fillsslider;" > + <ccfdeclarationcodeblock parent_id="1755" tag="tblock_26" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_fillsslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1755" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_fillsslider;" > + <codeaccessormethod accessType="0" parent_id="1755" tag="hblock_tag_27" canDelete="false" indentLevel="1" classfield_id="1755" text="return m_fillsslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_fillsslider&#010;&#010;@return the value of m_fillsslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1755" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1755" text="m_fillsslider = value;" > + <codeaccessormethod accessType="1" parent_id="1755" tag="hblock_tag_28" canDelete="false" indentLevel="1" classfield_id="1755" text="m_fillsslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_fillsslider&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1756" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1756" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1756" tag="tblock_29" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_toolcontrolslider;" > + <ccfdeclarationcodeblock parent_id="1756" tag="tblock_29" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_toolcontrolslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1756" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1756" text="return m_toolcontrolslider;" > + <codeaccessormethod accessType="0" parent_id="1756" tag="hblock_tag_30" canDelete="false" indentLevel="1" classfield_id="1756" text="return m_toolcontrolslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolcontrolslider&#010;&#010;@return the value of m_toolcontrolslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1756" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1756" text="m_toolcontrolslider = value;" > + <codeaccessormethod accessType="1" parent_id="1756" tag="hblock_tag_31" canDelete="false" indentLevel="1" classfield_id="1756" text="m_toolcontrolslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolcontrolslider&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1757" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1757" tag="tblock_32" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_colorslider;" > + <ccfdeclarationcodeblock parent_id="1757" tag="tblock_32" canDelete="false" indentLevel="1" text="private KoTabbedToolDock* m_colorslider;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1757" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1757" text="return m_colorslider;" > + <codeaccessormethod accessType="0" parent_id="1757" tag="hblock_tag_33" canDelete="false" indentLevel="1" classfield_id="1757" text="return m_colorslider;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colorslider&#010;&#010;@return the value of m_colorslider" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1757" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1757" text="m_colorslider = value;" > + <codeaccessormethod accessType="1" parent_id="1757" tag="hblock_tag_34" canDelete="false" indentLevel="1" classfield_id="1757" text="m_colorslider = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colorslider&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1759" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1759" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Dockers" /> </header> - <ccfdeclarationcodeblock tqparent_id="1759" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_layerchanneldocker;" > + <ccfdeclarationcodeblock parent_id="1759" tag="tblock_35" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_layerchanneldocker;" > <header> <codecomment tag="" indentLevel="1" text="// Dockers" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1759" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1759" text="return m_layerchanneldocker;" > + <codeaccessormethod accessType="0" parent_id="1759" tag="hblock_tag_36" canDelete="false" indentLevel="1" classfield_id="1759" text="return m_layerchanneldocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Dockers" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1759" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1759" text="m_layerchanneldocker = value;" > + <codeaccessormethod accessType="1" parent_id="1759" tag="hblock_tag_37" canDelete="false" indentLevel="1" classfield_id="1759" text="m_layerchanneldocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Dockers" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1760" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_tqshapesdocker;" > + <ccfdeclarationcodeblock parent_id="1760" tag="tblock_38" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_tqshapesdocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_tqshapesdocker;" > + <codeaccessormethod accessType="0" parent_id="1760" tag="hblock_tag_39" canDelete="false" indentLevel="1" classfield_id="1760" text="return m_tqshapesdocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_tqshapesdocker&#010;&#010;@return the value of m_tqshapesdocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_tqshapesdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1760" tag="hblock_tag_40" canDelete="false" indentLevel="1" classfield_id="1760" text="m_tqshapesdocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_tqshapesdocker&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1761" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1761" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_fillsdocker;" > + <ccfdeclarationcodeblock parent_id="1761" tag="tblock_41" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_fillsdocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1761" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_fillsdocker;" > + <codeaccessormethod accessType="0" parent_id="1761" tag="hblock_tag_42" canDelete="false" indentLevel="1" classfield_id="1761" text="return m_fillsdocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_fillsdocker&#010;&#010;@return the value of m_fillsdocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1761" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1761" text="m_fillsdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1761" tag="hblock_tag_43" canDelete="false" indentLevel="1" classfield_id="1761" text="m_fillsdocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_fillsdocker&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1762" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1762" tag="tblock_44" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_toolcontroldocker;" > + <ccfdeclarationcodeblock parent_id="1762" tag="tblock_44" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_toolcontroldocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1762" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1762" text="return m_toolcontroldocker;" > + <codeaccessormethod accessType="0" parent_id="1762" tag="hblock_tag_45" canDelete="false" indentLevel="1" classfield_id="1762" text="return m_toolcontroldocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_toolcontroldocker&#010;&#010;@return the value of m_toolcontroldocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1762" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1762" text="m_toolcontroldocker = value;" > + <codeaccessormethod accessType="1" parent_id="1762" tag="hblock_tag_46" canDelete="false" indentLevel="1" classfield_id="1762" text="m_toolcontroldocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_toolcontroldocker&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1763" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1763" tag="tblock_47" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_colordocker;" > + <ccfdeclarationcodeblock parent_id="1763" tag="tblock_47" canDelete="false" indentLevel="1" text="private KisDockFrameDocker* m_colordocker;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1763" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1763" text="return m_colordocker;" > + <codeaccessormethod accessType="0" parent_id="1763" tag="hblock_tag_48" canDelete="false" indentLevel="1" classfield_id="1763" text="return m_colordocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_colordocker&#010;&#010;@return the value of m_colordocker" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1763" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1763" text="m_colordocker = value;" > + <codeaccessormethod accessType="1" parent_id="1763" tag="hblock_tag_49" canDelete="false" indentLevel="1" classfield_id="1763" text="m_colordocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_colordocker&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1765" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1765" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Toolbox" /> </header> - <ccfdeclarationcodeblock tqparent_id="1765" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintboxdocker;" > + <ccfdeclarationcodeblock parent_id="1765" tag="tblock_50" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintboxdocker;" > <header> <codecomment tag="" indentLevel="1" text="// Toolbox" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1765" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1765" text="return m_paintboxdocker;" > + <codeaccessormethod accessType="0" parent_id="1765" tag="hblock_tag_51" canDelete="false" indentLevel="1" classfield_id="1765" text="return m_paintboxdocker;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Toolbox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1765" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1765" text="m_paintboxdocker = value;" > + <codeaccessormethod accessType="1" parent_id="1765" tag="hblock_tag_52" canDelete="false" indentLevel="1" classfield_id="1765" text="m_paintboxdocker = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Toolbox" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1767" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1767" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" text="// Widgets" /> </header> - <ccfdeclarationcodeblock tqparent_id="1767" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisLayerBox* m_layerBox;" > + <ccfdeclarationcodeblock parent_id="1767" tag="tblock_53" canDelete="false" indentLevel="1" text="private KisLayerBox* m_layerBox;" > <header> <codecomment tag="" indentLevel="1" text="// Widgets" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1767" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1767" text="return m_layerBox;" > + <codeaccessormethod accessType="0" parent_id="1767" tag="hblock_tag_54" canDelete="false" indentLevel="1" classfield_id="1767" text="return m_layerBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Widgets" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1767" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1767" text="m_layerBox = value;" > + <codeaccessormethod accessType="1" parent_id="1767" tag="hblock_tag_55" canDelete="false" indentLevel="1" classfield_id="1767" text="m_layerBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="// Widgets" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1768" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1768" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1768" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintBox;" > + <ccfdeclarationcodeblock parent_id="1768" tag="tblock_56" canDelete="false" indentLevel="1" text="private KisPaintBox* m_paintBox;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1768" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1768" text="return m_paintBox;" > + <codeaccessormethod accessType="0" parent_id="1768" tag="hblock_tag_57" canDelete="false" indentLevel="1" classfield_id="1768" text="return m_paintBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_paintBox&#010;&#010;@return the value of m_paintBox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1768" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1768" text="m_paintBox = value;" > + <codeaccessormethod accessType="1" parent_id="1768" tag="hblock_tag_58" canDelete="false" indentLevel="1" classfield_id="1768" text="m_paintBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_paintBox&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1770" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1770" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1770" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisFilterBox* m_filterBox;" > + <ccfdeclarationcodeblock parent_id="1770" tag="tblock_59" canDelete="false" indentLevel="1" text="private KisFilterBox* m_filterBox;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1770" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1770" text="return m_filterBox;" > + <codeaccessormethod accessType="0" parent_id="1770" tag="hblock_tag_60" canDelete="false" indentLevel="1" classfield_id="1770" text="return m_filterBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_filterBox&#010;&#010;@return the value of m_filterBox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1770" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1770" text="m_filterBox = value;" > + <codeaccessormethod accessType="1" parent_id="1770" tag="hblock_tag_61" canDelete="false" indentLevel="1" classfield_id="1770" text="m_filterBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_filterBox&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1772" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1772" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1772" tag="tblock_62" canDelete="false" indentLevel="1" text="private ControlFrame* m_controlWidget;" > + <ccfdeclarationcodeblock parent_id="1772" tag="tblock_62" canDelete="false" indentLevel="1" text="private ControlFrame* m_controlWidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1772" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1772" text="return m_controlWidget;" > + <codeaccessormethod accessType="0" parent_id="1772" tag="hblock_tag_63" canDelete="false" indentLevel="1" classfield_id="1772" text="return m_controlWidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_controlWidget&#010;&#010;@return the value of m_controlWidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1772" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1772" text="m_controlWidget = value;" > + <codeaccessormethod accessType="1" parent_id="1772" tag="hblock_tag_64" canDelete="false" indentLevel="1" classfield_id="1772" text="m_controlWidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_controlWidget&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1774" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1774" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1774" tag="tblock_65" canDelete="false" indentLevel="1" text="private KisBirdEyeBox* m_birdEyeBox;" > + <ccfdeclarationcodeblock parent_id="1774" tag="tblock_65" canDelete="false" indentLevel="1" text="private KisBirdEyeBox* m_birdEyeBox;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1774" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1774" text="return m_birdEyeBox;" > + <codeaccessormethod accessType="0" parent_id="1774" tag="hblock_tag_66" canDelete="false" indentLevel="1" classfield_id="1774" text="return m_birdEyeBox;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_birdEyeBox&#010;&#010;@return the value of m_birdEyeBox" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1774" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1774" text="m_birdEyeBox = value;" > + <codeaccessormethod accessType="1" parent_id="1774" tag="hblock_tag_67" canDelete="false" indentLevel="1" classfield_id="1774" text="m_birdEyeBox = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_birdEyeBox&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1776" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1776" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1776" tag="tblock_68" canDelete="false" indentLevel="1" text="private KisChannelView* m_channelView;" > + <ccfdeclarationcodeblock parent_id="1776" tag="tblock_68" canDelete="false" indentLevel="1" text="private KisChannelView* m_channelView;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1776" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1776" text="return m_channelView;" > + <codeaccessormethod accessType="0" parent_id="1776" tag="hblock_tag_69" canDelete="false" indentLevel="1" classfield_id="1776" text="return m_channelView;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_channelView&#010;&#010;@return the value of m_channelView" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1776" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1776" text="m_channelView = value;" > + <codeaccessormethod accessType="1" parent_id="1776" tag="hblock_tag_70" canDelete="false" indentLevel="1" classfield_id="1776" text="m_channelView = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_channelView&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1778" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1778" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1778" tag="tblock_71" canDelete="false" indentLevel="1" text="private KisAutobrush* m_autobrush;" > + <ccfdeclarationcodeblock parent_id="1778" tag="tblock_71" canDelete="false" indentLevel="1" text="private KisAutobrush* m_autobrush;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1778" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1778" text="return m_autobrush;" > + <codeaccessormethod accessType="0" parent_id="1778" tag="hblock_tag_72" canDelete="false" indentLevel="1" classfield_id="1778" text="return m_autobrush;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_autobrush&#010;&#010;@return the value of m_autobrush" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1778" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1778" text="m_autobrush = value;" > + <codeaccessormethod accessType="1" parent_id="1778" tag="hblock_tag_73" canDelete="false" indentLevel="1" classfield_id="1778" text="m_autobrush = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_autobrush&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1780" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1780" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1780" tag="tblock_74" canDelete="false" indentLevel="1" text="private KisTextBrush* m_textBrush;" > + <ccfdeclarationcodeblock parent_id="1780" tag="tblock_74" canDelete="false" indentLevel="1" text="private KisTextBrush* m_textBrush;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1780" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1780" text="return m_textBrush;" > + <codeaccessormethod accessType="0" parent_id="1780" tag="hblock_tag_75" canDelete="false" indentLevel="1" classfield_id="1780" text="return m_textBrush;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_textBrush&#010;&#010;@return the value of m_textBrush" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1780" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1780" text="m_textBrush = value;" > + <codeaccessormethod accessType="1" parent_id="1780" tag="hblock_tag_76" canDelete="false" indentLevel="1" classfield_id="1780" text="m_textBrush = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_textBrush&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1782" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1782" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1782" tag="tblock_77" canDelete="false" indentLevel="1" text="private KisAutogradient* m_autogradient;" > + <ccfdeclarationcodeblock parent_id="1782" tag="tblock_77" canDelete="false" indentLevel="1" text="private KisAutogradient* m_autogradient;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1782" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1782" text="return m_autogradient;" > + <codeaccessormethod accessType="0" parent_id="1782" tag="hblock_tag_78" canDelete="false" indentLevel="1" classfield_id="1782" text="return m_autogradient;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_autogradient&#010;&#010;@return the value of m_autogradient" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1782" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1782" text="m_autogradient = value;" > + <codeaccessormethod accessType="1" parent_id="1782" tag="hblock_tag_79" canDelete="false" indentLevel="1" classfield_id="1782" text="m_autogradient = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_autogradient&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1784" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1784" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1784" tag="tblock_80" canDelete="false" indentLevel="1" text="private KisHSVWidget* m_hsvwidget;" > + <ccfdeclarationcodeblock parent_id="1784" tag="tblock_80" canDelete="false" indentLevel="1" text="private KisHSVWidget* m_hsvwidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1784" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1784" text="return m_hsvwidget;" > + <codeaccessormethod accessType="0" parent_id="1784" tag="hblock_tag_81" canDelete="false" indentLevel="1" classfield_id="1784" text="return m_hsvwidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_hsvwidget&#010;&#010;@return the value of m_hsvwidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1784" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1784" text="m_hsvwidget = value;" > + <codeaccessormethod accessType="1" parent_id="1784" tag="hblock_tag_82" canDelete="false" indentLevel="1" classfield_id="1784" text="m_hsvwidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_hsvwidget&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1786" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1786" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1786" tag="tblock_83" canDelete="false" indentLevel="1" text="private KisRGBWidget* m_rgbwidget;" > + <ccfdeclarationcodeblock parent_id="1786" tag="tblock_83" canDelete="false" indentLevel="1" text="private KisRGBWidget* m_rgbwidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1786" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1786" text="return m_rgbwidget;" > + <codeaccessormethod accessType="0" parent_id="1786" tag="hblock_tag_84" canDelete="false" indentLevel="1" classfield_id="1786" text="return m_rgbwidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_rgbwidget&#010;&#010;@return the value of m_rgbwidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1786" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1786" text="m_rgbwidget = value;" > + <codeaccessormethod accessType="1" parent_id="1786" tag="hblock_tag_85" canDelete="false" indentLevel="1" classfield_id="1786" text="m_rgbwidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_rgbwidget&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1788" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1788" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1788" tag="tblock_86" canDelete="false" indentLevel="1" text="private KisGrayWidget* m_graywidget;" > + <ccfdeclarationcodeblock parent_id="1788" tag="tblock_86" canDelete="false" indentLevel="1" text="private KisGrayWidget* m_graywidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1788" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1788" text="return m_graywidget;" > + <codeaccessormethod accessType="0" parent_id="1788" tag="hblock_tag_87" canDelete="false" indentLevel="1" classfield_id="1788" text="return m_graywidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_graywidget&#010;&#010;@return the value of m_graywidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1788" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1788" text="m_graywidget = value;" > + <codeaccessormethod accessType="1" parent_id="1788" tag="hblock_tag_88" canDelete="false" indentLevel="1" classfield_id="1788" text="m_graywidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_graywidget&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1790" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1790" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1790" tag="tblock_89" canDelete="false" indentLevel="1" text="private KisPaletteWidget* m_palettewidget;" > + <ccfdeclarationcodeblock parent_id="1790" tag="tblock_89" canDelete="false" indentLevel="1" text="private KisPaletteWidget* m_palettewidget;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1790" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1790" text="return m_palettewidget;" > + <codeaccessormethod accessType="0" parent_id="1790" tag="hblock_tag_90" canDelete="false" indentLevel="1" classfield_id="1790" text="return m_palettewidget;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_palettewidget&#010;&#010;@return the value of m_palettewidget" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1790" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1790" text="m_palettewidget = value;" > + <codeaccessormethod accessType="1" parent_id="1790" tag="hblock_tag_91" canDelete="false" indentLevel="1" classfield_id="1790" text="m_palettewidget = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_palettewidget&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1792" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1792" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1792" tag="tblock_92" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_brushMediator;" > + <ccfdeclarationcodeblock parent_id="1792" tag="tblock_92" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_brushMediator;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1792" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1792" text="return m_brushMediator;" > + <codeaccessormethod accessType="0" parent_id="1792" tag="hblock_tag_93" canDelete="false" indentLevel="1" classfield_id="1792" text="return m_brushMediator;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_brushMediator&#010;&#010;@return the value of m_brushMediator" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1792" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1792" text="m_brushMediator = value;" > + <codeaccessormethod accessType="1" parent_id="1792" tag="hblock_tag_94" canDelete="false" indentLevel="1" classfield_id="1792" text="m_brushMediator = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_brushMediator&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1793" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1793" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1793" tag="tblock_95" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_patternMediator;" > + <ccfdeclarationcodeblock parent_id="1793" tag="tblock_95" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_patternMediator;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1793" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1793" text="return m_patternMediator;" > + <codeaccessormethod accessType="0" parent_id="1793" tag="hblock_tag_96" canDelete="false" indentLevel="1" classfield_id="1793" text="return m_patternMediator;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_patternMediator&#010;&#010;@return the value of m_patternMediator" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1793" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1793" text="m_patternMediator = value;" > + <codeaccessormethod accessType="1" parent_id="1793" tag="hblock_tag_97" canDelete="false" indentLevel="1" classfield_id="1793" text="m_patternMediator = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_patternMediator&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1794" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1794" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1794" tag="tblock_98" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_gradientMediator;" > + <ccfdeclarationcodeblock parent_id="1794" tag="tblock_98" canDelete="false" indentLevel="1" text="private KisResourceMediator* m_gradientMediator;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1794" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1794" text="return m_gradientMediator;" > + <codeaccessormethod accessType="0" parent_id="1794" tag="hblock_tag_99" canDelete="false" indentLevel="1" classfield_id="1794" text="return m_gradientMediator;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_gradientMediator&#010;&#010;@return the value of m_gradientMediator" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1794" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1794" text="m_gradientMediator = value;" > + <codeaccessormethod accessType="1" parent_id="1794" tag="hblock_tag_100" canDelete="false" indentLevel="1" classfield_id="1794" text="m_gradientMediator = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_gradientMediator&#010;&#010;" /> </header> </codeaccessormethod> </codeclassfield> - <codeclassfield tqparent_id="1795" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > + <codeclassfield parent_id="1795" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" > <header> <codecomment tag="" /> </header> - <ccfdeclarationcodeblock tqparent_id="1795" tag="tblock_101" canDelete="false" indentLevel="1" text="private boolean m_slidersSetup;" > + <ccfdeclarationcodeblock parent_id="1795" tag="tblock_101" canDelete="false" indentLevel="1" text="private boolean m_slidersSetup;" > <header> <codecomment tag="" indentLevel="1" /> </header> </ccfdeclarationcodeblock> - <codeaccessormethod accessType="0" tqparent_id="1795" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="1795" text="return m_slidersSetup;" > + <codeaccessormethod accessType="0" parent_id="1795" tag="hblock_tag_102" canDelete="false" indentLevel="1" classfield_id="1795" text="return m_slidersSetup;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Get the value of m_slidersSetup&#010;&#010;@return the value of m_slidersSetup" /> </header> </codeaccessormethod> - <codeaccessormethod accessType="1" tqparent_id="1795" tag="hblock_tag_103" canDelete="false" indentLevel="1" classfield_id="1795" text="m_slidersSetup = value;" > + <codeaccessormethod accessType="1" parent_id="1795" tag="hblock_tag_103" canDelete="false" indentLevel="1" classfield_id="1795" text="m_slidersSetup = value;" > <header> <javacodedocumentation tag="" indentLevel="1" text="Set the value of m_slidersSetup&#010;&#010;" /> </header> @@ -37520,7 +37520,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </codeclassfield> </classfields> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1699" tqparent_class="1699" fileExt=".java" fileName="KisView*" > + <classifiercodedocument writeOutCode="true" package="" id="1699" parent_class="1699" fileExt=".java" fileName="KisView*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37532,7 +37532,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1699" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1699" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisView*&#010;" /> </header> @@ -37595,7 +37595,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1701" tqparent_class="1701" fileExt=".java" fileName="KActionCollection*" > + <classifiercodedocument writeOutCode="true" package="" id="1701" parent_class="1701" fileExt=".java" fileName="KActionCollection*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37607,7 +37607,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1701" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1701" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KActionCollection*&#010;" /> </header> @@ -37670,7 +37670,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1709" tqparent_class="1709" fileExt=".java" fileName="KisTool*" > + <classifiercodedocument writeOutCode="true" package="" id="1709" parent_class="1709" fileExt=".java" fileName="KisTool*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37682,7 +37682,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1709" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1709" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTool*&#010;" /> </header> @@ -37745,7 +37745,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1717" tqparent_class="1717" fileExt=".java" fileName="KisGenericRegistry< QWidget * >*" > + <classifiercodedocument writeOutCode="true" package="" id="1717" parent_class="1717" fileExt=".java" fileName="KisGenericRegistry< QWidget * >*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37757,7 +37757,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1717" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1717" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGenericRegistry< QWidget * >*&#010;" /> </header> @@ -37820,7 +37820,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1719" tqparent_class="1719" fileExt=".java" fileName="KisGenericRegistry< KisDockFrameDocker * >*" > + <classifiercodedocument writeOutCode="true" package="" id="1719" parent_class="1719" fileExt=".java" fileName="KisGenericRegistry< KisDockFrameDocker * >*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37832,7 +37832,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1719" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1719" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGenericRegistry< KisDockFrameDocker * >*&#010;" /> </header> @@ -37895,7 +37895,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1721" tqparent_class="1721" fileExt=".java" fileName="KisGenericRegistry< KisPaintBox * >*" > + <classifiercodedocument writeOutCode="true" package="" id="1721" parent_class="1721" fileExt=".java" fileName="KisGenericRegistry< KisPaintBox * >*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37907,7 +37907,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1721" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1721" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGenericRegistry< KisPaintBox * >*&#010;" /> </header> @@ -37970,7 +37970,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1723" tqparent_class="1723" fileExt=".java" fileName="KisGenericRegistry< KoTabbedToolDock * >*" > + <classifiercodedocument writeOutCode="true" package="" id="1723" parent_class="1723" fileExt=".java" fileName="KisGenericRegistry< KoTabbedToolDock * >*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -37982,7 +37982,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1723" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1723" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGenericRegistry< KoTabbedToolDock * >*&#010;" /> </header> @@ -38045,7 +38045,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1750" tqparent_class="1750" fileExt=".java" fileName="KoToolDockManager*" > + <classifiercodedocument writeOutCode="true" package="" id="1750" parent_class="1750" fileExt=".java" fileName="KoToolDockManager*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38057,7 +38057,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1750" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1750" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoToolDockManager*&#010;" /> </header> @@ -38120,7 +38120,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1752" tqparent_class="1752" fileExt=".java" fileName="KoTabbedToolDock*" > + <classifiercodedocument writeOutCode="true" package="" id="1752" parent_class="1752" fileExt=".java" fileName="KoTabbedToolDock*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38132,7 +38132,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1752" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1752" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KoTabbedToolDock*&#010;" /> </header> @@ -38195,7 +38195,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1758" tqparent_class="1758" fileExt=".java" fileName="KisDockFrameDocker*" > + <classifiercodedocument writeOutCode="true" package="" id="1758" parent_class="1758" fileExt=".java" fileName="KisDockFrameDocker*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38207,7 +38207,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1758" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1758" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDockFrameDocker*&#010;" /> </header> @@ -38270,7 +38270,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1764" tqparent_class="1764" fileExt=".java" fileName="KisPaintBox*" > + <classifiercodedocument writeOutCode="true" package="" id="1764" parent_class="1764" fileExt=".java" fileName="KisPaintBox*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38282,7 +38282,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1764" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1764" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaintBox*&#010;" /> </header> @@ -38345,7 +38345,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1766" tqparent_class="1766" fileExt=".java" fileName="KisLayerBox*" > + <classifiercodedocument writeOutCode="true" package="" id="1766" parent_class="1766" fileExt=".java" fileName="KisLayerBox*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38357,7 +38357,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1766" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1766" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisLayerBox*&#010;" /> </header> @@ -38420,7 +38420,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1769" tqparent_class="1769" fileExt=".java" fileName="KisFilterBox*" > + <classifiercodedocument writeOutCode="true" package="" id="1769" parent_class="1769" fileExt=".java" fileName="KisFilterBox*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38432,7 +38432,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1769" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1769" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisFilterBox*&#010;" /> </header> @@ -38495,7 +38495,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1771" tqparent_class="1771" fileExt=".java" fileName="ControlFrame*" > + <classifiercodedocument writeOutCode="true" package="" id="1771" parent_class="1771" fileExt=".java" fileName="ControlFrame*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38507,7 +38507,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1771" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1771" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class ControlFrame*&#010;" /> </header> @@ -38570,7 +38570,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1773" tqparent_class="1773" fileExt=".java" fileName="KisBirdEyeBox*" > + <classifiercodedocument writeOutCode="true" package="" id="1773" parent_class="1773" fileExt=".java" fileName="KisBirdEyeBox*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38582,7 +38582,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1773" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1773" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisBirdEyeBox*&#010;" /> </header> @@ -38645,7 +38645,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1775" tqparent_class="1775" fileExt=".java" fileName="KisChannelView*" > + <classifiercodedocument writeOutCode="true" package="" id="1775" parent_class="1775" fileExt=".java" fileName="KisChannelView*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38657,7 +38657,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1775" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1775" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisChannelView*&#010;" /> </header> @@ -38720,7 +38720,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1777" tqparent_class="1777" fileExt=".java" fileName="KisAutobrush*" > + <classifiercodedocument writeOutCode="true" package="" id="1777" parent_class="1777" fileExt=".java" fileName="KisAutobrush*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38732,7 +38732,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1777" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1777" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAutobrush*&#010;" /> </header> @@ -38795,7 +38795,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1779" tqparent_class="1779" fileExt=".java" fileName="KisTextBrush*" > + <classifiercodedocument writeOutCode="true" package="" id="1779" parent_class="1779" fileExt=".java" fileName="KisTextBrush*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38807,7 +38807,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1779" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1779" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisTextBrush*&#010;" /> </header> @@ -38870,7 +38870,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1781" tqparent_class="1781" fileExt=".java" fileName="KisAutogradient*" > + <classifiercodedocument writeOutCode="true" package="" id="1781" parent_class="1781" fileExt=".java" fileName="KisAutogradient*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38882,7 +38882,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1781" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1781" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisAutogradient*&#010;" /> </header> @@ -38945,7 +38945,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1783" tqparent_class="1783" fileExt=".java" fileName="KisHSVWidget*" > + <classifiercodedocument writeOutCode="true" package="" id="1783" parent_class="1783" fileExt=".java" fileName="KisHSVWidget*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -38957,7 +38957,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1783" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1783" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisHSVWidget*&#010;" /> </header> @@ -39020,7 +39020,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1785" tqparent_class="1785" fileExt=".java" fileName="KisRGBWidget*" > + <classifiercodedocument writeOutCode="true" package="" id="1785" parent_class="1785" fileExt=".java" fileName="KisRGBWidget*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39032,7 +39032,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1785" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1785" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisRGBWidget*&#010;" /> </header> @@ -39095,7 +39095,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1787" tqparent_class="1787" fileExt=".java" fileName="KisGrayWidget*" > + <classifiercodedocument writeOutCode="true" package="" id="1787" parent_class="1787" fileExt=".java" fileName="KisGrayWidget*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39107,7 +39107,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1787" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1787" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisGrayWidget*&#010;" /> </header> @@ -39170,7 +39170,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1789" tqparent_class="1789" fileExt=".java" fileName="KisPaletteWidget*" > + <classifiercodedocument writeOutCode="true" package="" id="1789" parent_class="1789" fileExt=".java" fileName="KisPaletteWidget*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39182,7 +39182,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1789" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1789" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisPaletteWidget*&#010;" /> </header> @@ -39245,7 +39245,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1791" tqparent_class="1791" fileExt=".java" fileName="KisResourceMediator*" > + <classifiercodedocument writeOutCode="true" package="" id="1791" parent_class="1791" fileExt=".java" fileName="KisResourceMediator*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39257,7 +39257,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1791" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1791" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisResourceMediator*&#010;" /> </header> @@ -39320,7 +39320,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1796" tqparent_class="1796" fileExt=".java" fileName="KisDoc" > + <classifiercodedocument writeOutCode="true" package="" id="1796" parent_class="1796" fileExt=".java" fileName="KisDoc" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39332,7 +39332,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1796" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1796" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDoc&#010;" /> </header> @@ -39395,7 +39395,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1797" tqparent_class="1797" fileExt=".java" fileName="KisClipboard" > + <classifiercodedocument writeOutCode="true" package="" id="1797" parent_class="1797" fileExt=".java" fileName="KisClipboard" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39407,7 +39407,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1797" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1797" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisClipboard&#010;" /> </header> @@ -39470,7 +39470,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1803" tqparent_class="1803" fileExt=".java" fileName="KisDoc*" > + <classifiercodedocument writeOutCode="true" package="" id="1803" parent_class="1803" fileExt=".java" fileName="KisDoc*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39482,7 +39482,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1803" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1803" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisDoc*&#010;" /> </header> @@ -39545,7 +39545,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1809" tqparent_class="1809" fileExt=".java" fileName="KAction*" > + <classifiercodedocument writeOutCode="true" package="" id="1809" parent_class="1809" fileExt=".java" fileName="KAction*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39557,7 +39557,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1809" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1809" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KAction*&#010;" /> </header> @@ -39620,7 +39620,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1837" tqparent_class="1837" fileExt=".java" fileName="KisClipboard*" > + <classifiercodedocument writeOutCode="true" package="" id="1837" parent_class="1837" fileExt=".java" fileName="KisClipboard*" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39632,7 +39632,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1837" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1837" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class KisClipboard*&#010;" /> </header> @@ -39695,7 +39695,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f </header> <classfields/> </classifiercodedocument> - <classifiercodedocument writeOutCode="true" package="" id="1858" tqparent_class="1858" fileExt=".java" fileName="QPtrList" > + <classifiercodedocument writeOutCode="true" package="" id="1858" parent_class="1858" fileExt=".java" fileName="QPtrList" > <textblocks> <codeblockwithcomments tag="packages" writeOutText="false" > <header> @@ -39707,7 +39707,7 @@ XXX: for post 1.4: make sure we can drag & drop widgets." isSpecification="f <codecomment tag="" writeOutText="false" /> </header> </codeblockwithcomments> - <javaclassdeclarationblock tqparent_id="1858" tag="ClassDeclBlock" canDelete="false" > + <javaclassdeclarationblock parent_id="1858" tag="ClassDeclBlock" canDelete="false" > <header> <javacodedocumentation tag="" text="Class QPtrList&#010;" /> </header> diff --git a/chalk/doc/doc-outline b/chalk/doc/doc-outline index 373370b5..081f9ed7 100644 --- a/chalk/doc/doc-outline +++ b/chalk/doc/doc-outline @@ -62,7 +62,7 @@ The current outline (working towards 1.6): - Layer box - Working with layers ([TODO] expand) - Adjustment layers ([TODO] expand) - - [TODO] Layer tqmasks + - [TODO] Layer masks - Compositing modes ([TODO] expand) - [TODO] Create, transform, combine, histograms, ... diff --git a/chalk/doc/howtofilters.txt b/chalk/doc/howtofilters.txt index 09deabf6..8be969b9 100644 --- a/chalk/doc/howtofilters.txt +++ b/chalk/doc/howtofilters.txt @@ -22,7 +22,7 @@ Just copy the following in a file named (for instance) myfiltercw.ui : <string>kisFilterConfigurationWidget1</string> </property> </widget> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> And then open Qt/Designer diff --git a/chalk/doc/paint_device.txt b/chalk/doc/paint_device.txt index a3c34a35..ab071cfe 100644 --- a/chalk/doc/paint_device.txt +++ b/chalk/doc/paint_device.txt @@ -59,7 +59,7 @@ per channel; QUANTUM can be bigger. Fill the buf with the data. x1, y1, x2, y2 are the top left and bottom right corner of the section you want. stride is the width of the section in bytes, i.e. (x2 - x1 + 1) * depth. Note that stride does -not need to be pre-multiplied with sizeof(QUANTUM), aptqparently. +not need to be pre-multiplied with sizeof(QUANTUM), apparently. tilemgr -> readPixelData(x1, y1, x2, y2, buf, stride); |