Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/49/head
Michele Calgaro 7 months ago
parent 074b714e29
commit 49e49d1876
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

File diff suppressed because it is too large Load Diff

@ -26,9 +26,9 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="32" isRoot="false" isAbstract="false" name="void" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="34" isRoot="false" isAbstract="false" name="const KisID&amp;" elementReference="33" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="54" isRoot="false" isAbstract="false" name="const TQ_UINT8*" elementReference="53" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="76" isRoot="false" isAbstract="false" name="const QColor&amp;" elementReference="75" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="76" isRoot="false" isAbstract="false" name="const TQColor&amp;" elementReference="75" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="78" isRoot="false" isAbstract="false" name="TQ_UINT8*" elementReference="53" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="90" isRoot="false" isAbstract="false" name="QColor*" elementReference="75" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="90" isRoot="false" isAbstract="false" name="TQColor*" elementReference="75" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="96" isRoot="false" isAbstract="false" name="QUANTUM*" elementReference="84" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="109" isRoot="false" isAbstract="false" name="KisPixel&amp;" elementReference="13" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="126" isRoot="false" isAbstract="false" name="KisAbstractColorSpace*" elementReference="26" />
@ -42,7 +42,7 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="244" isRoot="false" isAbstract="false" name="KisAbstractColorSpace&amp;" elementReference="26" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="362" isRoot="false" isAbstract="false" name="const TQ_UINT16" elementReference="150" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="const TQ_UINT8" elementReference="53" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="871" isRoot="false" isAbstract="false" name="QObject*" elementReference="870" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="871" isRoot="false" isAbstract="false" name="TQObject*" elementReference="870" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="873" isRoot="false" isAbstract="false" name="const char*" elementReference="4" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="875" isRoot="false" isAbstract="false" name="const QStringList&amp;" elementReference="226" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="893" isRoot="false" isAbstract="false" name="float*" elementReference="6" />
@ -204,12 +204,12 @@ Get a list of profiles that apply to this color space" isSpecification="false" i
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="//================= Conversion functions ==================================///**
The nativeColor methods take a given color defined as an RGB QColor
The nativeColor methods take a given color defined as an RGB TQColor
and fills a byte array with the corresponding color in the
the colorspace managed by this strategy.
The profile parameter is the profile of the paint device; the other profile
is the display profile -- since we are moving from QColor
is the display profile -- since we are moving from TQColor
that have most likely been picked from the display itself.
XXX: We actually do not use the display yet, nor the paint device profile" isSpecification="false" isLeaf="false" visibility="public" xmi.id="74" isRoot="false" isAbstract="false" name="nativeColor" >
@ -228,7 +228,7 @@ XXX: We actually do not use the display yet, nor the paint device profile" isSpe
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="The toQColor methods take a byte array that is at least pixelSize() long
and converts the contents to a QColor, using the given profile as a source
and converts the contents to a TQColor, using the given profile as a source
profile and the display profile as a destination profile.
XXX: We actually do not use the display yet, nor the paint device profile
@ -277,7 +277,7 @@ color strategy." isSpecification="false" isLeaf="false" visibility="public" xmi.
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="112" isRoot="false" value="" type="44" isAbstract="false" name="renderingIntent" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.
<UML:Operation comment="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.
The pixels are supposed to be encoded in this color model.
@param data A pointer to a contiguous memory region containing width * height pixels
@ -330,7 +330,7 @@ on the defined value of the channel" isSpecification="false" isLeaf="false" visi
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="136" isRoot="false" value="" type="44" isAbstract="false" name="channelPos" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**
<UML:Operation comment="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**
Set the alpha channel to the given value.
pixels -- a pointer to the pixels that will have their alpha set to this value
@ -503,10 +503,10 @@ model together." isSpecification="false" isLeaf="false" visibility="protected" x
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="57" isRoot="false" isAbstract="false" name="TQString" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="69" isRoot="false" isAbstract="false" name="KisCompositeOpList" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="72" isRoot="false" isAbstract="false" name="vKisProfileSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="75" isRoot="false" isAbstract="false" name="QColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="75" isRoot="false" isAbstract="false" name="TQColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="80" isRoot="false" isAbstract="false" name="KisProfileSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="84" isRoot="false" isAbstract="false" name="QUANTUM" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="121" isRoot="false" isAbstract="false" name="QImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="121" isRoot="false" isAbstract="false" name="TQImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="150" isRoot="false" isAbstract="false" name="TQ_UINT16" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="153" isRoot="false" isAbstract="false" name="KisColorAdjustment" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="163" isRoot="false" isAbstract="false" name="TQ_INT8" />
@ -5525,7 +5525,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import DWORD;&amp;#010;import icColorSpaceSignature;&amp;#010;import vKisChannelInfoSP;&amp;#010;import TQ_INT32;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import TQ_UINT32;&amp;#010;import KisID;&amp;#010;import KisCompositeOpList;&amp;#010;import vKisProfileSP;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import QImage;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT8;&amp;#010;import enumChannelFlags;&amp;#010;import cmsHTRANSFORM;&amp;#010;import QStringList;&amp;#010;import KisAbstractColorSpace.TransformMap;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import DWORD;&amp;#010;import icColorSpaceSignature;&amp;#010;import vKisChannelInfoSP;&amp;#010;import TQ_INT32;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQ_UINT32;&amp;#010;import KisID;&amp;#010;import KisCompositeOpList;&amp;#010;import vKisProfileSP;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQImage;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT8;&amp;#010;import enumChannelFlags;&amp;#010;import cmsHTRANSFORM;&amp;#010;import QStringList;&amp;#010;import KisAbstractColorSpace.TransformMap;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -5886,7 +5886,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="74" tag="operation_74" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB QColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from QColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
<javacodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB TQColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from TQColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
</header>
</codeoperation>
<codeoperation parent_id="82" tag="operation_82" canDelete="false" indentLevel="1" >
@ -5896,7 +5896,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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&amp;#010;and converts the contents to a QColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
<javacodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a TQColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
</header>
</codeoperation>
<codeoperation parent_id="93" tag="operation_93" canDelete="false" indentLevel="1" >
@ -5926,7 +5926,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
<javacodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
</header>
</codeoperation>
<codeoperation parent_id="122" tag="operation_122" canDelete="false" indentLevel="1" >
@ -5946,7 +5946,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
<javacodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
</header>
</codeoperation>
<codeoperation parent_id="141" tag="operation_141" canDelete="false" indentLevel="1" >
@ -7387,7 +7387,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="57" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QString&amp;#010;" />
<javacodedocumentation tag="" text="Class TQString&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -7406,7 +7406,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QString ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQString ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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" parent_class="75" fileExt=".java" fileName="QColor" >
<classifiercodedocument writeOutCode="true" package="" id="75" parent_class="75" fileExt=".java" fileName="TQColor" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -7612,7 +7612,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="75" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QColor&amp;#010;" />
<javacodedocumentation tag="" text="Class TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -7631,7 +7631,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QColor ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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" parent_class="76" fileExt=".java" fileName="const QColor&amp;" >
<classifiercodedocument writeOutCode="true" package="" id="76" parent_class="76" fileExt=".java" fileName="const TQColor&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -7687,7 +7687,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="76" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Const QColor&amp;&amp;#010;" />
<javacodedocumentation tag="" text="Class Const TQColor&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -7706,7 +7706,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const QColor&amp; ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQColor&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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" parent_class="90" fileExt=".java" fileName="QColor*" >
<classifiercodedocument writeOutCode="true" package="" id="90" parent_class="90" fileExt=".java" fileName="TQColor*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -7987,7 +7987,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="90" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QColor*&amp;#010;" />
<javacodedocumentation tag="" text="Class TQColor*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -8006,7 +8006,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QColor* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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" parent_class="121" fileExt=".java" fileName="QImage" >
<classifiercodedocument writeOutCode="true" package="" id="121" parent_class="121" fileExt=".java" fileName="TQImage" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -8212,7 +8212,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="121" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QImage&amp;#010;" />
<javacodedocumentation tag="" text="Class TQImage&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -8231,7 +8231,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QImage ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQImage ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -9844,7 +9844,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import enumChannelFlags;&amp;#010;import KisCompositeOpList;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import enumChannelFlags;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -10030,17 +10030,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="301" tag="operation_301" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="304" tag="operation_304" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="307" tag="operation_307" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="315" tag="operation_315" canDelete="false" indentLevel="1" >
@ -10691,7 +10691,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;&amp;#010;import TQ_UINT16;&amp;#010;import cmsHTRANSFORM;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;&amp;#010;import TQ_UINT16;&amp;#010;import cmsHTRANSFORM;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -10957,17 +10957,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="424" tag="operation_424" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="427" tag="operation_427" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="430" tag="operation_430" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="438" tag="operation_438" canDelete="false" indentLevel="1" >
@ -11653,7 +11653,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import cmsHTRANSFORM;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import cmsHTRANSFORM;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -11929,17 +11929,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="622" tag="operation_622" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="625" tag="operation_625" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="628" tag="operation_628" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="636" tag="operation_636" canDelete="false" indentLevel="1" >
@ -12202,7 +12202,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import TQ_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import TQ_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -12403,17 +12403,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="727" tag="operation_727" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="730" tag="operation_730" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="733" tag="operation_733" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="741" tag="operation_741" canDelete="false" indentLevel="1" >
@ -13023,7 +13023,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="870" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QObject&amp;#010;" />
<javacodedocumentation tag="" text="Class TQObject&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -13042,7 +13042,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QObject ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQObject ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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" parent_class="871" fileExt=".java" fileName="QObject*" >
<classifiercodedocument writeOutCode="true" package="" id="871" parent_class="871" fileExt=".java" fileName="TQObject*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -13098,7 +13098,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="871" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QObject*&amp;#010;" />
<javacodedocumentation tag="" text="Class TQObject*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -13117,7 +13117,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QObject* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQObject* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -13316,7 +13316,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisF32BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisF32BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -13547,17 +13547,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="956" tag="operation_956" canDelete="false" indentLevel="1" >
@ -14030,7 +14030,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import TQ_UINT16;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import TQ_UINT16;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -14291,17 +14291,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1201" tag="operation_1201" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1204" tag="operation_1204" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" >
@ -14664,7 +14664,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import TQ_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import enumChannelFlags;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import TQ_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import enumChannelFlags;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -14840,17 +14840,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1462" tag="operation_1462" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" >
@ -16117,7 +16117,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import QStringList;&amp;#010;import QMap;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import TQString;&amp;#010;import TQImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import QStringList;&amp;#010;import QMap;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -16363,17 +16363,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1710" tag="operation_1710" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" >
@ -17221,7 +17221,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QString;&amp;#010;import TQ_UINT32;&amp;#010;import QImage;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT8;&amp;#010;import KisCompositeOpList;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import TQString;&amp;#010;import TQ_UINT32;&amp;#010;import TQImage;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT8;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -17372,17 +17372,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" >
@ -18212,7 +18212,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="74" tag="operation_74" canDelete="false" writeOutText="false" >
<header>
<cppcodedocumentation tag="" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB QColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from QColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
<cppcodedocumentation tag="" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB TQColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from TQColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
</header>
</codeoperation>
<codeoperation parent_id="82" tag="operation_82" canDelete="false" writeOutText="false" >
@ -18222,7 +18222,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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&amp;#010;and converts the contents to a QColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
<cppcodedocumentation tag="" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a TQColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
</header>
</codeoperation>
<codeoperation parent_id="93" tag="operation_93" canDelete="false" writeOutText="false" >
@ -18252,7 +18252,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
<cppcodedocumentation tag="" text="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
</header>
</codeoperation>
<codeoperation parent_id="122" tag="operation_122" canDelete="false" writeOutText="false" >
@ -18272,7 +18272,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
<cppcodedocumentation tag="" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
</header>
</codeoperation>
<codeoperation parent_id="141" tag="operation_141" canDelete="false" writeOutText="false" >
@ -25870,7 +25870,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="74" tag="operation_74" canDelete="false" indentLevel="1" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB QColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from QColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
<cppcodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB TQColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from TQColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
</header>
</codeoperation>
<codeoperation parent_id="82" tag="operation_82" canDelete="false" indentLevel="1" >
@ -25880,7 +25880,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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&amp;#010;and converts the contents to a QColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
<cppcodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a TQColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
</header>
</codeoperation>
<codeoperation parent_id="93" tag="operation_93" canDelete="false" indentLevel="1" >
@ -25910,7 +25910,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
<cppcodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
</header>
</codeoperation>
<codeoperation parent_id="122" tag="operation_122" canDelete="false" indentLevel="1" >
@ -25930,7 +25930,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<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!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
<cppcodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
</header>
</codeoperation>
<codeoperation parent_id="141" tag="operation_141" canDelete="false" indentLevel="1" >
@ -28275,7 +28275,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="57" tag="classDeclarationBlock" canDelete="false" >
<header>
<cppcodedocumentation tag="" text="Class QString&amp;#010;" />
<cppcodedocumentation tag="" text="Class TQString&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@ -28299,7 +28299,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="QString ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQString ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -28893,7 +28893,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="75" tag="classDeclarationBlock" canDelete="false" >
<header>
<cppcodedocumentation tag="" text="Class QColor&amp;#010;" />
<cppcodedocumentation tag="" text="Class TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@ -28917,7 +28917,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="QColor ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQColor ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -29511,7 +29511,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="121" tag="classDeclarationBlock" canDelete="false" >
<header>
<cppcodedocumentation tag="" text="Class QImage&amp;#010;" />
<cppcodedocumentation tag="" text="Class TQImage&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@ -29535,7 +29535,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="QImage ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQImage ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -35568,7 +35568,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="870" tag="classDeclarationBlock" canDelete="false" >
<header>
<cppcodedocumentation tag="" text="Class QObject&amp;#010;" />
<cppcodedocumentation tag="" text="Class TQObject&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@ -35592,7 +35592,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="QObject ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQObject ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>

@ -24,8 +24,8 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="9" isRoot="false" isAbstract="false" name="short" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="10" isRoot="false" isAbstract="false" name="string" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="21" isRoot="false" isAbstract="false" name="void" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="22" isRoot="false" isAbstract="false" name="QWidget * " />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="461" isRoot="false" isAbstract="false" name="QWidget*" elementReference="455" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="22" isRoot="false" isAbstract="false" name="TQWidget * " />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="461" isRoot="false" isAbstract="false" name="TQWidget*" elementReference="455" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="476" isRoot="false" isAbstract="false" name="const QRect&amp;" elementReference="475" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="494" isRoot="false" isAbstract="false" name="const KisRect&amp;" elementReference="456" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="498" isRoot="false" isAbstract="false" name="const QPoint&amp;" elementReference="497" />
@ -36,10 +36,10 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="533" isRoot="false" isAbstract="false" name="KisCanvasSubject*" elementReference="528" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="536" isRoot="false" isAbstract="false" name="const KisCanvasObserver&amp;" elementReference="529" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="540" isRoot="false" isAbstract="false" name="KisCanvasObserver&amp;" elementReference="529" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="549" isRoot="false" isAbstract="false" name="const QString&amp;" elementReference="548" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="549" isRoot="false" isAbstract="false" name="const TQString&amp;" elementReference="548" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="555" isRoot="false" isAbstract="false" name="const KisID&amp;" elementReference="541" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="583" isRoot="false" isAbstract="false" name="KisCanvasObserver*" elementReference="529" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="593" isRoot="false" isAbstract="false" name="const QColor&amp;" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="593" isRoot="false" isAbstract="false" name="const TQColor&amp;" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="599" isRoot="false" isAbstract="false" name="KisBrush*" elementReference="572" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="601" isRoot="false" isAbstract="false" name="KisPattern*" elementReference="574" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="603" isRoot="false" isAbstract="false" name="KisGradient*" elementReference="573" />
@ -55,7 +55,7 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="630" isRoot="false" isAbstract="false" name="KisCanvasSubject&amp;" elementReference="528" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="651" isRoot="false" isAbstract="false" name="const KisGenericRegistry&amp;" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="663" isRoot="false" isAbstract="false" name="const QByteArray&amp;" elementReference="662" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="666" isRoot="false" isAbstract="false" name="QString&amp;" elementReference="548" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="666" isRoot="false" isAbstract="false" name="TQString&amp;" elementReference="548" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="669" isRoot="false" isAbstract="false" name="QByteArray&amp;" elementReference="662" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="715" isRoot="false" isAbstract="false" name="QDomElement&amp;" elementReference="714" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="718" isRoot="false" isAbstract="false" name="const QDomElement&amp;" elementReference="714" />
@ -98,19 +98,19 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1448" isRoot="false" isAbstract="false" name="const KisPaintDevice&amp;" elementReference="388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1465" isRoot="false" isAbstract="false" name="KNamedCommand*" elementReference="1432" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1467" isRoot="false" isAbstract="false" name="const bool" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1510" isRoot="false" isAbstract="false" name="const QImage&amp;" elementReference="879" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1526" isRoot="false" isAbstract="false" name="QColor*" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1510" isRoot="false" isAbstract="false" name="const TQImage&amp;" elementReference="879" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1526" isRoot="false" isAbstract="false" name="TQColor*" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1537" isRoot="false" isAbstract="false" name="const TQ_UINT8*" elementReference="1388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1557" isRoot="false" isAbstract="false" name="const KisImage*" elementReference="383" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1626" isRoot="false" isAbstract="false" name="KisPaintDevice&amp;" elementReference="388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1639" isRoot="false" isAbstract="false" name="KisScaleVisitor&amp;" elementReference="832" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1642" isRoot="false" isAbstract="false" name="KisRotateVisitor&amp;" elementReference="1428" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1645" isRoot="false" isAbstract="false" name="KisTransformVisitor&amp;" elementReference="1318" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1668" isRoot="false" isAbstract="false" name="const QColor" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1668" isRoot="false" isAbstract="false" name="const TQColor" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1699" isRoot="false" isAbstract="false" name="KisView*" elementReference="1675" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1701" isRoot="false" isAbstract="false" name="TDEActionCollection*" elementReference="1679" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1709" isRoot="false" isAbstract="false" name="KisTool*" elementReference="418" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1717" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; QWidget * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1717" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; TQWidget * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1719" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; KisDockFrameDocker * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1721" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; KisPaintBox * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1723" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; KoTabbedToolDock * >*" elementReference="631" />
@ -1019,7 +1019,7 @@ especially on larger paint devices because it does a linear scanline search." is
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1511" isRoot="false" value="" type="1510" isAbstract="false" name="img" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device.
<UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device.
x, y left-top point of the rect of pixels
w, h width and height in pixels
@ -1035,7 +1035,7 @@ like sRGB)." isSpecification="false" isLeaf="false" visibility="public" xmi.id="
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1517" isRoot="false" value="" type="463" isAbstract="false" name="h" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device.
<UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device.
The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.
profile RGB profile to use in conversion. May be 0, in which
@ -1071,7 +1071,7 @@ The color values will be transformed from the profile of
</UML:Operation>
<UML:Operation comment="Set the specified pixel to the specified color. Note that this
bypasses KisPainter. the PaintDevice is here used as an equivalent
to QImage, not QPixmap. This means that this is not undoable; also,
to TQImage, not QPixmap. This means that this is not undoable; also,
there is no compositing with an existing value at this location.
The color values will be transformed from the display profile to
@ -1754,7 +1754,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//**
An data extension mechanism for Chalk.
An annotation can be of something like a QByteArray or a QString op a more specific
An annotation can be of something like a QByteArray or a TQString op a more specific
datatype that can be attached to an image (or maybe later, if needed, to a layer)
and contains data that must be associated with an image for purposes of import/export." isSpecification="false" isLeaf="false" visibility="public" xmi.id="445" isRoot="false" isAbstract="false" name="KisAnnotation" >
<UML:GeneralizableElement.generalization>
@ -2146,7 +2146,7 @@ and the clipboard." isSpecification="false" isLeaf="false" visibility="public" x
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="578" isRoot="false" isAbstract="false" name="KisFilterRegistry" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="579" isRoot="false" isAbstract="false" name="QCursor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="591" isRoot="false" isAbstract="false" name="QColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="591" isRoot="false" isAbstract="false" name="TQColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="631" isRoot="false" isAbstract="false" name="KisGenericRegistry" >
<UML:ModelElement.templateParameter>
<UML:TemplateParameter isSpecification="false" isLeaf="false" visibility="public" xmi.id="632" isRoot="false" isAbstract="false" name="_T" />
@ -2584,7 +2584,7 @@ the resource has been saved." isSpecification="false" isLeaf="false" visibility=
<UML:Parameter kind="return" xmi.id="5474" type="558" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Returns a QImage representing this resource. This image could be null." isSpecification="false" isLeaf="false" visibility="public" xmi.id="878" isRoot="false" isAbstract="true" name="img" >
<UML:Operation comment="Returns a TQImage representing this resource. This image could be null." isSpecification="false" isLeaf="false" visibility="public" xmi.id="878" isRoot="false" isAbstract="true" name="img" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="5475" type="879" />
</UML:BehavioralFeature.parameter>
@ -2678,7 +2678,7 @@ the resource has been saved." isSpecification="false" isLeaf="false" visibility=
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="869" isRoot="false" isAbstract="false" name="TQObject" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="879" isRoot="false" isAbstract="false" name="QImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="879" isRoot="false" isAbstract="false" name="TQImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="924" isRoot="false" isAbstract="false" name="TQ_UINT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="930" isRoot="false" isAbstract="false" name="cmsHPROFILE" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="939" isRoot="false" isAbstract="false" name="icColorSpaceSignature" />
@ -5102,7 +5102,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="460" tag="operation_460" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QWidget* " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQWidget* " />
</header>
</codeoperation>
<codeoperation parent_id="462" tag="operation_462" canDelete="false" indentLevel="1" >
@ -5813,7 +5813,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="22" parent_class="22" fileExt=".java" fileName="QWidget * " >
<classifiercodedocument writeOutCode="true" package="" id="22" parent_class="22" fileExt=".java" fileName="TQWidget * " >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -5827,7 +5827,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="22" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QWidget * &amp;#010;" />
<javacodedocumentation tag="" text="Class TQWidget * &amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -5846,7 +5846,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QWidget * ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQWidget * ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -7113,7 +7113,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import KisProfileSP;&amp;#010;import QString;&amp;#010;import bool;&amp;#010;import enumFilterType;&amp;#010;import KURL;&amp;#010;import KoUnit.Unit;&amp;#010;import vKisLayerSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import KisLayerSP;&amp;#010;import TQ_UINT32;&amp;#010;import QRect;&amp;#010;import KisImageSP;&amp;#010;import KisBackgroundSP;&amp;#010;import KisGuideMgr;&amp;#010;import QPixmap;&amp;#010;import vKisAnnotationSP;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import KisProfileSP;&amp;#010;import TQString;&amp;#010;import bool;&amp;#010;import enumFilterType;&amp;#010;import KURL;&amp;#010;import KoUnit.Unit;&amp;#010;import vKisLayerSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import KisLayerSP;&amp;#010;import TQ_UINT32;&amp;#010;import QRect;&amp;#010;import KisImageSP;&amp;#010;import KisBackgroundSP;&amp;#010;import KisGuideMgr;&amp;#010;import QPixmap;&amp;#010;import vKisAnnotationSP;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -7138,12 +7138,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -7564,7 +7564,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="993" tag="operation_993" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="994" tag="operation_994" canDelete="false" indentLevel="1" >
@ -7574,7 +7574,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="996" tag="operation_996" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="997" tag="operation_997" canDelete="false" indentLevel="1" >
@ -7584,7 +7584,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="999" tag="operation_999" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1000" tag="operation_1000" canDelete="false" indentLevel="1" >
@ -7907,7 +7907,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@ -7924,12 +7924,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<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 &amp;#010;&amp;#010;@return void" />
<javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<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 &amp;#010;" />
<javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text="return (List) ;" >
@ -8017,7 +8017,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -8037,7 +8037,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -8762,7 +8762,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QRect;&amp;#010;import KisProfileSP;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import QUANTUM;&amp;#010;import KisPixel;&amp;#010;import KisPixelRO;&amp;#010;import CompositeOp;&amp;#010;import enumFilterType;&amp;#010;import KisRectIteratorPixel;&amp;#010;import KisHLineIteratorPixel;&amp;#010;import KisVLineIteratorPixel;&amp;#010;import KisSelectionSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import TQ_INT8;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QRect;&amp;#010;import KisProfileSP;&amp;#010;import TQImage;&amp;#010;import TQString;&amp;#010;import QUANTUM;&amp;#010;import KisPixel;&amp;#010;import KisPixelRO;&amp;#010;import CompositeOp;&amp;#010;import enumFilterType;&amp;#010;import KisRectIteratorPixel;&amp;#010;import KisHLineIteratorPixel;&amp;#010;import KisVLineIteratorPixel;&amp;#010;import KisSelectionSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import TQ_INT8;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -8802,7 +8802,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -9138,17 +9138,17 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<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.&amp;#010;&amp;#010;x, y left-top point of the rect of pixels&amp;#010;w, h width and height in pixels&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
<javacodedocumentation tag="" indentLevel="1" text="Create an RGBA TQImage from a rectangle in the paint device.&amp;#010;&amp;#010;x, y left-top point of the rect of pixels&amp;#010;w, h width and height in pixels&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
</header>
</codeoperation>
<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.&amp;#010;&amp;#010;The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
<javacodedocumentation tag="" indentLevel="1" text="Create an RGBA TQImage from a rectangle in the paint device.&amp;#010;&amp;#010;The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
</header>
</codeoperation>
<codeoperation parent_id="1520" tag="operation_1520" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1521" tag="operation_1521" canDelete="false" indentLevel="1" >
@ -9163,7 +9163,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<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&amp;#010;bypasses KisPainter. the PaintDevice is here used as an equivalent&amp;#010;to QImage, not QPixmap. This means that this is not undoable; also,&amp;#010;there is no compositing with an existing value at this location.&amp;#010;&amp;#010; The color values will be transformed from the display profile to&amp;#010; the paint device profile.&amp;#010;&amp;#010;@return true if the operation was succesful" />
<javacodedocumentation tag="" indentLevel="1" text="Set the specified pixel to the specified color. Note that this&amp;#010;bypasses KisPainter. the PaintDevice is here used as an equivalent&amp;#010;to TQImage, not QPixmap. This means that this is not undoable; also,&amp;#010;there is no compositing with an existing value at this location.&amp;#010;&amp;#010; The color values will be transformed from the display profile to&amp;#010; the paint device profile.&amp;#010;&amp;#010;@return true if the operation was succesful" />
</header>
</codeoperation>
<codeoperation parent_id="1534" tag="operation_1534" canDelete="false" indentLevel="1" >
@ -9401,7 +9401,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@ -9418,12 +9418,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<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 &amp;#010;&amp;#010;@return void" />
<javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<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 &amp;#010;" />
<javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text="return (List) ;" >
@ -9571,7 +9571,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -10446,7 +10446,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisPaintDeviceSP;&amp;#010;import QColor;&amp;#010;import QImage;&amp;#010;import QRect;&amp;#010;import KisColorSpaceAlphaSP;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisPaintDeviceSP;&amp;#010;import TQColor;&amp;#010;import TQImage;&amp;#010;import QRect;&amp;#010;import KisColorSpaceAlphaSP;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -10471,7 +10471,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_maskColor;" >
<ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQColor m_maskColor;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -10685,7 +10685,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_maskColor;" >
<ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQColor m_maskColor;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -13926,7 +13926,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT32;&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import icColorSpaceSignature;&amp;#010;import icProfileClassSignature;&amp;#010;import QString;&amp;#010;import cmsHPROFILE;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT32;&amp;#010;import bool;&amp;#010;import TQImage;&amp;#010;import icColorSpaceSignature;&amp;#010;import icProfileClassSignature;&amp;#010;import TQString;&amp;#010;import cmsHPROFILE;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -13956,22 +13956,22 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_productName;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_productDescription;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_productInfo;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_manufacturer;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -14137,7 +14137,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="937" tag="operation_937" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QImage " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" >
@ -14152,22 +14152,22 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="943" tag="operation_943" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="944" tag="operation_944" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="946" tag="operation_946" canDelete="false" indentLevel="1" >
@ -14330,7 +14330,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_productName;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -14350,7 +14350,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_productDescription;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -14370,7 +14370,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_productInfo;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -14390,7 +14390,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_manufacturer;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -14960,14 +14960,14 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import QString;&amp;#010;import QByteArray;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQString;&amp;#010;import QByteArray;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="445" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class KisAnnotation&amp;#010;This file is part of the KDE project&amp;#010;&amp;#010;Copyright (c) 2005 Boudewijn Rempt &lt;boud@valdyas.org>&amp;#010;&amp;#010;This program is free software; you can redistribute it and/or modify&amp;#010;it under the terms of the GNU General Public License as published by&amp;#010;the Free Software Foundation; either version 2 of the License, or&amp;#010;(at your option) any later version.&amp;#010;&amp;#010;This program is distributed in the hope that it will be useful,&amp;#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&amp;#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&amp;#010;GNU General Public License for more details.&amp;#010;&amp;#010;You should have received a copy of the GNU General Public License&amp;#010;along with this program; if not, write to the Free Software&amp;#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&amp;#010;//**&amp;#010;An data extension mechanism for Chalk.&amp;#010;&amp;#010;An annotation can be of something like a QByteArray or a QString op a more specific&amp;#010;datatype that can be attached to an image (or maybe later, if needed, to a layer)&amp;#010;and contains data that must be associated with an image for purposes of import/export." />
<javacodedocumentation tag="" text="Class KisAnnotation&amp;#010;This file is part of the KDE project&amp;#010;&amp;#010;Copyright (c) 2005 Boudewijn Rempt &lt;boud@valdyas.org>&amp;#010;&amp;#010;This program is free software; you can redistribute it and/or modify&amp;#010;it under the terms of the GNU General Public License as published by&amp;#010;the Free Software Foundation; either version 2 of the License, or&amp;#010;(at your option) any later version.&amp;#010;&amp;#010;This program is distributed in the hope that it will be useful,&amp;#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&amp;#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&amp;#010;GNU General Public License for more details.&amp;#010;&amp;#010;You should have received a copy of the GNU General Public License&amp;#010;along with this program; if not, write to the Free Software&amp;#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&amp;#010;//**&amp;#010;An data extension mechanism for Chalk.&amp;#010;&amp;#010;An annotation can be of something like a QByteArray or a TQString op a more specific&amp;#010;datatype that can be attached to an image (or maybe later, if needed, to a layer)&amp;#010;and contains data that must be associated with an image for purposes of import/export." />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -14975,12 +14975,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
<ccfdeclarationcodeblock parent_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 TQString m_type;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -15071,12 +15071,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="665" tag="operation_665" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString&amp; " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString&amp; " />
</header>
</codeoperation>
<codeoperation parent_id="667" tag="operation_667" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString&amp; " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString&amp; " />
</header>
</codeoperation>
<codeoperation parent_id="668" tag="operation_668" canDelete="false" indentLevel="1" >
@ -15134,7 +15134,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_type;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -15154,7 +15154,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -15881,7 +15881,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="455" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QWidget&amp;#010;" />
<javacodedocumentation tag="" text="Class TQWidget&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -15900,7 +15900,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QWidget ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQWidget ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -16092,7 +16092,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="461" parent_class="461" fileExt=".java" fileName="QWidget*" >
<classifiercodedocument writeOutCode="true" package="" id="461" parent_class="461" fileExt=".java" fileName="TQWidget*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -16106,7 +16106,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="461" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QWidget*&amp;#010;" />
<javacodedocumentation tag="" text="Class TQWidget*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -16125,7 +16125,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QWidget* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQWidget* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -16924,7 +16924,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import KisImageSP;&amp;#010;import QString;&amp;#010;import QColor;&amp;#010;import KisFilterSP;&amp;#010;import KisIDList;&amp;#010;import QCursor;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisImageSP;&amp;#010;import TQString;&amp;#010;import TQColor;&amp;#010;import KisFilterSP;&amp;#010;import KisIDList;&amp;#010;import QCursor;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -17013,12 +17013,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="589" tag="operation_589" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="590" tag="operation_590" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QColor " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQColor " />
</header>
</codeoperation>
<codeoperation parent_id="592" tag="operation_592" canDelete="false" indentLevel="1" >
@ -17028,7 +17028,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="595" tag="operation_595" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QColor " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQColor " />
</header>
</codeoperation>
<codeoperation parent_id="596" tag="operation_596" canDelete="false" indentLevel="1" >
@ -17461,7 +17461,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import QString;&amp;#010;import bool;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQString;&amp;#010;import bool;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -17476,12 +17476,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
<ccfdeclarationcodeblock parent_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 TQString m_id;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -17562,12 +17562,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="552" tag="operation_552" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="553" tag="operation_553" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="554" tag="operation_554" canDelete="false" indentLevel="1" >
@ -17640,7 +17640,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_id;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -17660,7 +17660,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -17978,7 +17978,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="548" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QString&amp;#010;" />
<javacodedocumentation tag="" text="Class TQString&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -17997,7 +17997,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QString ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQString ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -18039,7 +18039,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="549" parent_class="549" fileExt=".java" fileName="const QString&amp;" >
<classifiercodedocument writeOutCode="true" package="" id="549" parent_class="549" fileExt=".java" fileName="const TQString&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -18053,7 +18053,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="549" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Const QString&amp;&amp;#010;" />
<javacodedocumentation tag="" text="Class Const TQString&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -18072,7 +18072,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const QString&amp; ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQString&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -19360,7 +19360,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@ -19377,12 +19377,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<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 &amp;#010;&amp;#010;@return void" />
<javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<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 &amp;#010;" />
<javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text="return (List) ;" >
@ -20098,7 +20098,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="591" parent_class="591" fileExt=".java" fileName="QColor" >
<classifiercodedocument writeOutCode="true" package="" id="591" parent_class="591" fileExt=".java" fileName="TQColor" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -20112,7 +20112,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="591" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QColor&amp;#010;" />
<javacodedocumentation tag="" text="Class TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -20131,7 +20131,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QColor ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -20173,7 +20173,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="593" parent_class="593" fileExt=".java" fileName="const QColor&amp;" >
<classifiercodedocument writeOutCode="true" package="" id="593" parent_class="593" fileExt=".java" fileName="const TQColor&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -20187,7 +20187,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="593" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Const QColor&amp;&amp;#010;" />
<javacodedocumentation tag="" text="Class Const TQColor&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -20206,7 +20206,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const QColor&amp; ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQColor&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -21692,7 +21692,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="666" parent_class="666" fileExt=".java" fileName="QString&amp;" >
<classifiercodedocument writeOutCode="true" package="" id="666" parent_class="666" fileExt=".java" fileName="TQString&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -21706,7 +21706,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="666" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QString&amp;&amp;#010;" />
<javacodedocumentation tag="" text="Class TQString&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -21725,7 +21725,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QString&amp; ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQString&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -25928,7 +25928,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<codeblockwithcomments tag="imports" text="&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import TQ_INT32;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import bool;&amp;#010;import TQImage;&amp;#010;import TQString;&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -25943,12 +25943,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_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 TQString m_filename;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -26099,7 +26099,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<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." />
<javacodedocumentation tag="" indentLevel="1" text="Returns a TQImage representing this resource. This image could be null." />
</header>
</codeoperation>
<codeoperation parent_id="880" tag="operation_880" canDelete="false" indentLevel="1" >
@ -26114,7 +26114,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="883" tag="operation_883" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="884" tag="operation_884" canDelete="false" indentLevel="1" >
@ -26124,7 +26124,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="886" tag="operation_886" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="887" tag="operation_887" canDelete="false" indentLevel="1" >
@ -26202,7 +26202,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@ -26219,12 +26219,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<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 &amp;#010;&amp;#010;@return void" />
<javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<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 &amp;#010;" />
<javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text="return (List) ;" >
@ -26237,7 +26237,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -26257,7 +26257,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQString m_filename;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -26404,7 +26404,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="869" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QObject&amp;#010;" />
<javacodedocumentation tag="" text="Class TQObject&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -26423,7 +26423,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QObject ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQObject ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -26641,7 +26641,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeclassfield>
</classfields>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".java" fileName="QImage" >
<classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".java" fileName="TQImage" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -26655,7 +26655,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="879" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QImage&amp;#010;" />
<javacodedocumentation tag="" text="Class TQImage&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -26674,7 +26674,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QImage ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQImage ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -33826,7 +33826,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1510" parent_class="1510" fileExt=".java" fileName="const QImage&amp;" >
<classifiercodedocument writeOutCode="true" package="" id="1510" parent_class="1510" fileExt=".java" fileName="const TQImage&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -33840,7 +33840,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1510" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Const QImage&amp;&amp;#010;" />
<javacodedocumentation tag="" text="Class Const TQImage&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -33859,7 +33859,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const QImage&amp; ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQImage&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -33901,7 +33901,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1526" parent_class="1526" fileExt=".java" fileName="QColor*" >
<classifiercodedocument writeOutCode="true" package="" id="1526" parent_class="1526" fileExt=".java" fileName="TQColor*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -33915,7 +33915,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1526" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class QColor*&amp;#010;" />
<javacodedocumentation tag="" text="Class TQColor*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -33934,7 +33934,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public QColor* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -34501,7 +34501,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1668" parent_class="1668" fileExt=".java" fileName="const QColor" >
<classifiercodedocument writeOutCode="true" package="" id="1668" parent_class="1668" fileExt=".java" fileName="const TQColor" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -34515,7 +34515,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1668" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Const QColor&amp;#010;" />
<javacodedocumentation tag="" text="Class Const TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -34534,7 +34534,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const QColor ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQColor ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -36098,7 +36098,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
<ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; QWidget * >* m_tabs;" >
<ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; TQWidget * >* m_tabs;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -36787,7 +36787,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_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 TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@ -36804,12 +36804,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<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 &amp;#010;&amp;#010;@return void" />
<javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<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 &amp;#010;" />
<javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text="return (List) ;" >
@ -36822,7 +36822,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; QWidget * >* m_tabs;" >
<ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; TQWidget * >* m_tabs;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -37745,7 +37745,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1717" parent_class="1717" fileExt=".java" fileName="KisGenericRegistry&lt; QWidget * >*" >
<classifiercodedocument writeOutCode="true" package="" id="1717" parent_class="1717" fileExt=".java" fileName="KisGenericRegistry&lt; TQWidget * >*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -37759,7 +37759,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1717" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class KisGenericRegistry&lt; QWidget * >*&amp;#010;" />
<javacodedocumentation tag="" text="Class KisGenericRegistry&lt; TQWidget * >*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -37778,7 +37778,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public KisGenericRegistry&lt; QWidget * >* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public KisGenericRegistry&lt; TQWidget * >* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>

@ -64,7 +64,7 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="787" isRoot="false" isAbstract="false" name="const KisDataManager&amp;" elementReference="233" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="814" isRoot="false" isAbstract="false" name="const QRect&amp;" elementReference="813" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="894" isRoot="false" isAbstract="false" name="KisDoc*" elementReference="878" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="899" isRoot="false" isAbstract="false" name="const QString&amp;" elementReference="12" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="899" isRoot="false" isAbstract="false" name="const TQString&amp;" elementReference="12" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="902" isRoot="false" isAbstract="false" name="const KisImage&amp;" elementReference="425" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="906" isRoot="false" isAbstract="false" name="KisImageIface*" elementReference="883" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="913" isRoot="false" isAbstract="false" name="QPainter&amp;" elementReference="912" />
@ -88,10 +88,10 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1176" isRoot="false" isAbstract="false" name="const QPoint&amp;" elementReference="1139" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1181" isRoot="false" isAbstract="false" name="KNamedCommand*" elementReference="1141" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1183" isRoot="false" isAbstract="false" name="const bool" elementReference="5" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1249" isRoot="false" isAbstract="false" name="const QImage&amp;" elementReference="925" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1268" isRoot="false" isAbstract="false" name="QColor*" elementReference="1267" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1249" isRoot="false" isAbstract="false" name="const TQImage&amp;" elementReference="925" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1268" isRoot="false" isAbstract="false" name="TQColor*" elementReference="1267" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1274" isRoot="false" isAbstract="false" name="KisColor*" elementReference="881" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1282" isRoot="false" isAbstract="false" name="const QColor&amp;" elementReference="1267" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1282" isRoot="false" isAbstract="false" name="const TQColor&amp;" elementReference="1267" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1288" isRoot="false" isAbstract="false" name="const KisColor&amp;" elementReference="881" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1315" isRoot="false" isAbstract="false" name="const KisImage*" elementReference="425" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1379" isRoot="false" isAbstract="false" name="KisPaintDeviceImpl&amp;" elementReference="312" />
@ -1360,7 +1360,7 @@ pointer to pixel (x, y) to access (x, y + 1)." isSpecification="false" isLeaf="f
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1250" isRoot="false" value="" type="1249" isAbstract="false" name="img" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device.
<UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device.
@param x Left coordinate of the rectangle
@param y Top coordinate of the rectangle
@ -1380,7 +1380,7 @@ like sRGB).
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1257" isRoot="false" value="" type="6" isAbstract="false" name="exposure" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device. The rectangle is defined by the parent image's bounds.
<UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device. The rectangle is defined by the parent image's bounds.
@param dstProfile RGB profile to use in conversion. May be 0, in which
case it's up to the colour strategy to choose a profile (most
@ -1433,7 +1433,7 @@ this paint device to the display profile.
</UML:Operation>
<UML:Operation comment="Set the specified pixel to the specified color. Note that this
bypasses KisPainter. the PaintDevice is here used as an equivalent
to QImage, not QPixmap. This means that this is not undoable; also,
to TQImage, not QPixmap. This means that this is not undoable; also,
there is no compositing with an existing value at this location.
The color values will be transformed from the display profile to
@ -1882,7 +1882,7 @@ color model, profile and selectedness. You can access individual channels using
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="917" isRoot="false" value="" type="6" isAbstract="false" name="exposure" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="Render the projection onto a QImage. In contrast with the above method, the
<UML:Operation comment="Render the projection onto a TQImage. In contrast with the above method, the
selection is not rendered." isSpecification="false" isLeaf="false" visibility="public" xmi.id="918" isRoot="false" isAbstract="false" name="convertToQImage" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="17148" type="925" />
@ -3155,7 +3155,7 @@ of choice, and rounded to a reasonable precision to avoid 0.999999" isSpecificat
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="885" isRoot="false" isAbstract="false" name="KisProgressDisplayInterface" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="886" isRoot="false" isAbstract="false" name="TQObject" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="912" isRoot="false" isAbstract="false" name="QPainter" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="925" isRoot="false" isAbstract="false" name="QImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="925" isRoot="false" isAbstract="false" name="TQImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1065" isRoot="false" isAbstract="false" name="KisGuideMgr" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1068" isRoot="false" isAbstract="false" name="KisAnnotationSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1075" isRoot="false" isAbstract="false" name="vKisAnnotationSP_it" />
@ -3169,7 +3169,7 @@ of choice, and rounded to a reasonable precision to avoid 0.999999" isSpecificat
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1142" isRoot="false" isAbstract="false" name="KisRotateVisitor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1143" isRoot="false" isAbstract="false" name="KisScaleVisitor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1147" isRoot="false" isAbstract="false" name="KisPaintDevice" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1267" isRoot="false" isAbstract="false" name="QColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1267" isRoot="false" isAbstract="false" name="TQColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1373" isRoot="false" isAbstract="false" name="TQ_INT8" />
<UML:Generalization isSpecification="false" child="14" visibility="public" xmi.id="16" parent="15" discriminator="" name="" />
<UML:Generalization isSpecification="false" child="70" visibility="public" xmi.id="73" parent="72" discriminator="" name="" />

@ -7,7 +7,7 @@ Additionally, export is broken and even when working, only supported exporting
to images with one layer.
Kimgio is not suitable for Chalk since it only supports importing images as one
QImage.
TQImage.
The new design should support plugins instead of hardcoded filters, so we can
add an ImageMagick plugin, an openExr plugin or any other kind of image readers.
@ -35,7 +35,7 @@ a file, such as exif data or TIFF tags and that we should be able to save.
KisAnnotation
KisAnnotation(QString type, QString annotation);
KisAnnotation(QString type, QByteArray annotation);;
KisAnnotation(TQString type, TQString annotation);
KisAnnotation(TQString type, QByteArray annotation);;

@ -8,7 +8,7 @@ KisPaintDevice
KisPainter
These classes are (very) loosely modelled on QPaintDevice and
QPainter. KisPaintDevice also takes up some of the roles of QImage,
QPainter. KisPaintDevice also takes up some of the roles of TQImage,
but isn't all that efficient at it.
This is a write-up of my (Boudewijn's) understanding at this point;

@ -24,7 +24,7 @@ the complete image. Options are:
* Copy the image, scale it down, and then render it. Cache the scaled-down=
=20
thumbnail.
* Work on the QImage of the rendered image, and apply all filters on that -=
* Work on the TQImage of the rendered image, and apply all filters on that -=
=2D=20
for preview, that may be accurate enough.

@ -284,7 +284,7 @@ class ToolStar : public KParts::Plugin
{
TQ_OBJECT
public:
ToolStar(QObject *parent, const char *name, const QStringList &amp;);
ToolStar(TQObject *parent, const char *name, const QStringList &amp;);
virtual ~ToolStar();
};
@ -309,7 +309,7 @@ typedef KGenericFactory&lt;ToolStar&gt; ToolStarFactory;
K_EXPORT_COMPONENT_FACTORY( chalktoolstar, ToolStarFactory( "chalk" ) )
ToolStar::ToolStar(QObject *parent, const char *name, const QStringList &amp;)
ToolStar::ToolStar(TQObject *parent, const char *name, const QStringList &amp;)
: KParts::Plugin(parent, name)
{
setInstance(ToolStarFactory::instance());
@ -464,7 +464,7 @@ pigment or things like that, substrate is the representation of the canvas.
<listitem><para>a valuetype: byte, short, integer, float — or
other.</para></listitem>
<listitem><para>size: the number of bytes this channel takes</para></listitem>
<listitem><para>color: a <classname>QColor</classname> representation of this
<listitem><para>color: a <classname>TQColor</classname> representation of this
channel for user interface visualization, for instance in
histograms.</para></listitem>
<listitem><para>an abbreviaton for use in the GUI when theres not much
@ -497,7 +497,7 @@ can be divided into a number of groups: conversion, identification and
manipulation.
</para><para>
All classes must be able to convert a pixel from and to 8 bit RGB (i.e., a
<classname>QColor</classname>), and preferably also to and from 16 bit L*a*b.
<classname>TQColor</classname>), and preferably also to and from 16 bit L*a*b.
Additionally, there is a method to convert to any colorspace from the current
colorspace.
</para><para>
@ -782,7 +782,7 @@ The oilpaint filter uses the multi integer widget:
</para>
<programlisting>
KisFilterConfigWidget * KisOilPaintFilter::createConfigurationWidget(QWidget* parent, KisPaintDeviceSP /*dev*/)
KisFilterConfigWidget * KisOilPaintFilter::createConfigurationWidget(TQWidget* parent, KisPaintDeviceSP /*dev*/)
{
vKisIntegerWidgetParam param;
param.push_back( KisIntegerWidgetParam( 1, 5, 1, i18n("Brush size"), "brushSize" ) );
@ -790,7 +790,7 @@ KisFilterConfigWidget * KisOilPaintFilter::createConfigurationWidget(QWidget* pa
return new KisMultiIntegerFilterWidget(parent, id().id().ascii(), id().id().ascii(), param );
}
KisFilterConfiguration* KisOilPaintFilter::configuration(QWidget* nwidget)
KisFilterConfiguration* KisOilPaintFilter::configuration(TQWidget* nwidget)
{
KisMultiIntegerFilterWidget* widget = (KisMultiIntegerFilterWidget*) nwidget;
if( widget == 0 )
@ -1131,9 +1131,9 @@ time the tool is activated.
</para>
<programlisting>
QWidget* KisToolStar::createOptionWidget(QWidget* parent)
TQWidget* KisToolStar::createOptionWidget(TQWidget* parent)
{
QWidget *widget = KisToolShape::createOptionWidget(parent);
TQWidget *widget = KisToolShape::createOptionWidget(parent);
m_optWidget = new WdgToolStar(widget);
TQ_CHECK_PTR(m_optWidget);
@ -1202,7 +1202,7 @@ public:
virtual KisPaintOp * createOp(const KisPaintOpSettings *settings, KisPainter * painter);
virtual KisID id() { return KisID("paintSmeary", i18n("Smeary Brush")); }
virtual bool userVisible(KisColorSpace * ) { return false; }
virtual QString pixmap() { return ""; }
virtual TQString pixmap() { return ""; }
};
</programlisting>
@ -1466,7 +1466,7 @@ KoFilter::ConversionStatus XXXImport::convert(const QCString&amp;, const QCStrin
KisDoc * doc = dynamic_cast&lt;KisDoc*&gt;(m_chain -> outputDocument()); <co id="import2" />
KisView * view = static_cast&lt;KisView*&gt;(doc -> views().getFirst()); <co id="import3" />
QString filename = m_chain -> inputFile(); <co id="import4" />
TQString filename = m_chain -> inputFile(); <co id="import4" />
if (!doc)
return KoFilter::CreationError;

@ -173,7 +173,7 @@ Call this before opening the new report.</funcsynopsisinfo>
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportData</function></funcdef>
<paramdef>const QString &amp;<parameter>data_file_name</parameter></paramdef>
<paramdef>const TQString &amp;<parameter>data_file_name</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report data from <replaceable>data_file_name</replaceable> file.</funcsynopsisinfo>
</funcsynopsis>
@ -181,12 +181,12 @@ Call this before opening the new report.</funcsynopsisinfo>
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportData</function></funcdef>
<paramdef>const QIODevice &amp;<parameter>data_io_device</parameter></paramdef>
<paramdef>const TQIODevice &amp;<parameter>data_io_device</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report data from <replaceable>data_io_device</replaceable> file.
IO device can be any successor of the <classname>QIODevice</classname> class.
IO device can be any successor of the <classname>TQIODevice</classname> class.
For example, to fetch records directly from the database,
create a <classname>QIODevice</classname> successor and redefine all necessary
create a <classname>TQIODevice</classname> successor and redefine all necessary
functionality.
</funcsynopsisinfo>
</funcsynopsis>
@ -194,7 +194,7 @@ functionality.
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportTemplate</function></funcdef>
<paramdef>const QString &amp;<parameter>template_file_name</parameter></paramdef>
<paramdef>const TQString &amp;<parameter>template_file_name</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report template from <replaceable>template_file_name</replaceable> file.</funcsynopsisinfo>
</funcsynopsis>
@ -202,12 +202,12 @@ functionality.
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportTemplate</function></funcdef>
<paramdef>const QIODevice &amp;<parameter>template_io_device</parameter></paramdef>
<paramdef>const TQIODevice &amp;<parameter>template_io_device</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report template from <replaceable>template_io_device</replaceable> file.
IO device can be any successor of the <classname>QIODevice</classname> class.
IO device can be any successor of the <classname>TQIODevice</classname> class.
For example, to obtain a report template from network storage or database,
create a QIODevice successor and redefine all necessary functionality.
create a TQIODevice successor and redefine all necessary functionality.
</funcsynopsisinfo>
</funcsynopsis>
@ -284,14 +284,14 @@ public:
KugarWidgetPlugin ();
QStringList keys () const;
QWidget *create (const QString &amp; classname, QWidget * parent =
TQWidget *create (const TQString &amp; classname, TQWidget * parent =
0, const char *name = 0);
QString group (const QString &amp;) const;
QIconSet iconSet (const QString &amp;) const;
QString includeFile (const QString &amp;) const;
QString toolTip (const QString &amp;) const;
QString whatsThis (const QString &amp;) const;
bool isContainer (const QString &amp;) const;
TQString group (const TQString &amp;) const;
QIconSet iconSet (const TQString &amp;) const;
TQString includeFile (const TQString &amp;) const;
TQString toolTip (const TQString &amp;) const;
TQString whatsThis (const TQString &amp;) const;
bool isContainer (const TQString &amp;) const;
};
</programlisting>
</sect3>
@ -468,7 +468,7 @@ QStringList KugarWidgetPlugin::keys () const
return list;
}
QWidget* KugarWidgetPlugin::create (const QString &amp; key, QWidget * parent,
TQWidget* KugarWidgetPlugin::create (const TQString &amp; key, TQWidget * parent,
const char *name)
{
if (key == "KReportViewer")
@ -476,40 +476,40 @@ QWidget* KugarWidgetPlugin::create (const QString &amp; key, QWidget * parent,
return 0;
}
QString KugarWidgetPlugin::group (const QString &amp; feature) const
TQString KugarWidgetPlugin::group (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "Display";
return QString::null;
return TQString::null;
}
QIconSet KugarWidgetPlugin::iconSet (const QString &amp;) const
QIconSet KugarWidgetPlugin::iconSet (const TQString &amp;) const
{
return QIconSet (QPixmap (kugar_pixmap));
}
QString KugarWidgetPlugin::includeFile (const QString &amp; feature) const
TQString KugarWidgetPlugin::includeFile (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "kugar.h";
return QString::null;
return TQString::null;
}
QString KugarWidgetPlugin::toolTip (const QString &amp; feature) const
TQString KugarWidgetPlugin::toolTip (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "Kugar report viewer widget";
return QString::null;
return TQString::null;
}
QString KugarWidgetPlugin::whatsThis (const QString &amp; feature) const
TQString KugarWidgetPlugin::whatsThis (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "A widget to view xml reports";
return QString::null;
return TQString::null;
}
bool KugarWidgetPlugin::isContainer (const QString &amp;) const
bool KugarWidgetPlugin::isContainer (const TQString &amp;) const
{
return FALSE;
}

@ -144,7 +144,7 @@ alphanum [A-Za-z0-9]
yylval.yystring = strdup(yytext);
return TEXTMATH;
}*/
void setParseFile(QString filename)
void setParseFile(TQString filename)
{
const char* file;
if( filename.isNull())

@ -13,7 +13,7 @@
extern int yylex();
//extern int yyterminate();
extern void setParseFile(QString);
extern void setParseFile(TQString);
int yyerror(const char*);
QPtrList<Element>* _root;
%}
@ -182,13 +182,13 @@ Params:
Param:
TEXT EQUAL TEXT
{
//QPair<QString,QString>* pair = new QPair<QString,QString>(QString($<yystring>1), QString($<yystring>3));
Param* param = new Param(QString($<yystring>1), QString($<yystring>3));
//TQPair<TQString,TQString>* pair = new TQPair<TQString,TQString>(TQString($<yystring>1), TQString($<yystring>3));
Param* param = new Param(TQString($<yystring>1), TQString($<yystring>3));
$<yyparam>$ = param;
}
| TEXT
{
//QPair<QString,QString>* pair = new QPair<QString,QString>(QString("SIMPLE_VALUE"), QString($<yystring>1));
//TQPair<TQString,TQString>* pair = new TQPair<TQString,TQString>(TQString("SIMPLE_VALUE"), TQString($<yystring>1));
Param* param = new Param($<yystring>1, "");
$<yyparam>$ = param;
}
@ -290,7 +290,7 @@ Text:
};
%%
bool texparse(QString filename)
bool texparse(TQString filename)
{
setParseFile(filename);
yyparse();

@ -344,7 +344,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- KTextEdit doesn't allow to set custom cursor (also in Qt Designer)
- support for multiple widgets selection in the property editor (requires changes to kexiproperty)
- handle older and newer formats in FormIO::loadFormFromDom()
- TDEAcceleratorManager::setNoAccel(QWidget*) - use it in data mode,
- TDEAcceleratorManager::setNoAccel(TQWidget*) - use it in data mode,
define "auto accels" form's property and if it's false
- find a way to create more meaningfull default names for widgets than button1, button2.
Maybe convert widget text (if available) using string2Identifier()?
@ -375,7 +375,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- tab widget: add color property for setting particular tab
- add a Scratchpad as in QtDesigner4, allows to drag&drop widgets between forms...
- Use RESET clause for TQ_PROPERTY, eg. RESET unsetPalette for paletteBackgroundColor.
Then, use bool QMetaProperty::reset ( QObject * o ) const to reset property value in the propeditor.
Then, use bool QMetaProperty::reset ( TQObject * o ) const to reset property value in the propeditor.
- Autoforms: allow to define groups of fields so the fileds can be displayed with nice groupo boxes.
(e.g. http://www.glom.org/screenshots/glom_data_details.png)
This definition shgould be made during table design, so we can reuse groupping information also in

@ -15,8 +15,8 @@ In fact many KexiDB features are compatible with QSQL.
Focus on:
- avoid loading all result data to client memory (fetch some records instead)
- avoid blocking operations (do asynchronously as many things as possible)
- avoid memory copying (at low level try to store original char* data instead of QString,
convert to QString only on data displaying)
- avoid memory copying (at low level try to store original char* data instead of TQString,
convert to TQString only on data displaying)
Idea 3
Directories layout:

@ -97,8 +97,8 @@ to recognise who marked given fragment.
4. Indentation
4.1 We can use the rule as in the rest of KDE code.
example:
QString objectName(); //wrong
QString objectName(); //ok
TQString objectName(); //wrong
TQString objectName(); //ok
rule: dont use tabs between words.
4.2 To avoid many indentation levels, we can use:

@ -72,7 +72,7 @@ These checks should be made in KexiDB SQLite engine driver. In fact for each dri
should be allocated for given query independently from the same field allocated for table schema.
The first field object can disallow editing while the latter can allow editing (because it is
component of regular table).
B) Also add method for QString KexiDB::Field that returns i18n'd message about the reasons
B) Also add method for TQString KexiDB::Field that returns i18n'd message about the reasons
of disallowing for editing given field in a context of given query.

@ -22,7 +22,7 @@ INSERT INTO "kexi__objectdata" VALUES(4, '<!DOCTYPE UI>
<UI stdsetdef="1" version="3.1" >
<kfd:customHeader version="2" />
<pixmapinproject/>
<class>QWidget</class>
<class>TQWidget</class>
<widget class="TQWidget" >
<property name="name" >
<cstring>formularz1</cstring>
@ -234,7 +234,7 @@ INSERT INTO "kexi__objectdata" VALUES(65, X'3C21444F43545950452055493E0A3C554920
INSERT INTO "kexi__objectdata" VALUES(96, '<!DOCTYPE UI>
<UI stdsetdef="1" version="3.1" >
<pixmapinproject/>
<class>QWidget</class>
<class>TQWidget</class>
<widget class="TQWidget" >
<property name="name" >
<cstring>report2</cstring>
@ -427,7 +427,7 @@ INSERT INTO "kexi__objectdata" VALUES(105, '<!DOCTYPE UI>
<UI stdsetdef="1" version="3.1" >
<kfd:customHeader version="2" />
<pixmapinproject/>
<class>QWidget</class>
<class>TQWidget</class>
<widget class="TQWidget" >
<property name="name" >
<cstring>form1</cstring>

@ -239,7 +239,7 @@ TQVariant pqxxSqlCursor::pValue(uint pos)const
}
else if (f->type() == Field::Boolean )
{
return QString((*m_res)[at()][pos].c_str()).lower() == "t" ? TQVariant(true) : TQVariant(false);
return TQString((*m_res)[at()][pos].c_str()).lower() == "t" ? TQVariant(true) : TQVariant(false);
}
else if (f->typeGroup() == Field::BLOBGroup)
{

@ -31,8 +31,8 @@
#define YY_NO_UNPUT
#define ECOUNT current += yyleng; ctoken = yytext
extern void setError(const QString& errDesc);
extern void setError(const QString& errName, const QString& errDesc);
extern void setError(const TQString& errDesc);
extern void setError(const TQString& errName, const TQString& errDesc);
%}
@ -90,10 +90,10 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
{integer} {
//TODO: what about hex or octal values?
//we're using QString:toLongLong() here because atoll() is not so portable:
//we're using TQString:toLongLong() here because atoll() is not so portable:
ECOUNT;
bool ok;
yylval.integerValue = QString(yytext).toLongLong( &ok );
yylval.integerValue = TQString(yytext).toLongLong( &ok );
if (!ok) {
setError(i18n("Invalid integer number"),i18n("This integer number may be too large."));
return SCAN_ERROR;
@ -272,7 +272,7 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
(['][^']*[']|["][^\"]*["]) {
ECOUNT;
yylval.stringValue = new QString(QString::fromUtf8(yytext+1, yyleng-2));
yylval.stringValue = new TQString(TQString::fromUtf8(yytext+1, yyleng-2));
return CHARACTER_STRING_LITERAL;
/* "ZZZ" sentinel for script */
@ -281,7 +281,7 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
{identifier} {
KexiDBDbg << "yytext: '" << yytext << "' (" << yyleng << ")" << endl;
ECOUNT;
yylval.stringValue = new QString(QString::fromUtf8(yytext, yyleng));
yylval.stringValue = new TQString(TQString::fromUtf8(yytext, yyleng));
if (yytext[0]>='0' && yytext[0]<='9') {
setError(i18n("Invalid identifier"),
i18n("Identifiers should start with a letter or '_' character"));
@ -293,7 +293,7 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
{query_parameter} {
KexiDBDbg << "yytext: '" << yytext << "' (" << yyleng << ")" << endl;
ECOUNT;
yylval.stringValue = new QString(QString::fromUtf8(yytext+1, yyleng-2));
yylval.stringValue = new TQString(TQString::fromUtf8(yytext+1, yyleng-2));
return QUERY_PARAMETER;
}

@ -71,8 +71,8 @@ endDesign
checkSchema
id UNSIGNED Integer AUTOINC UNIQUE PKEY NOTNULL NOTEMPTY
textfield Text(200) DEFAULT=[QString]abc,
longtextfield LongText DEFAULT=[QString]def,
textfield Text(200) DEFAULT=[TQString]abc,
longtextfield LongText DEFAULT=[TQString]def,
bytefield Byte DEFAULT=[int]11,
shortintfield ShortInteger DEFAULT=[int]22,
intfield Integer DEFAULT=[int]333,
@ -91,8 +91,8 @@ endDesign
checkActions
Remove table field "owner"
Remove table field "model"
Insert table field "textfield" at position 1 (textfield Text(200) DEFAULT=[QString]abc)
Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT=[QString]def)
Insert table field "textfield" at position 1 (textfield Text(200) DEFAULT=[TQString]abc)
Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT=[TQString]def)
Insert table field "bytefield" at position 3 (bytefield Byte DEFAULT=[int]11)
Insert table field "shortintfield" at position 4 (shortintfield ShortInteger DEFAULT=[int]22)
Insert table field "intfield" at position 5 (intfield Integer DEFAULT=[int]333)

@ -23,12 +23,12 @@ Here are the steps the code does:
a DragBarButton.
DragBarButton emits a closeRequired( DragBarButton * ) signal,
KivioStackBar catches it with slotDeleteButton( DragBarButton * ),
KivioStackBar then emits deleteButton(DragBarButton *, QWidget *, KivioStackBar *),
KivioStackBar then emits deleteButton(DragBarButton *, TQWidget *, KivioStackBar *),
KivioDocument then catches this with slotDeleteStencilSet( signature ) and
iterates through all stencils on all pages of the document making sure it
is ok to delete this stencil set. If it is, it removes the stencil (spawner) set
with a call to removeSpawnerSet( ... ) and emits the signal
sig_deleteStencilSet( DragBarButton *, QWidget *, KivioStackBar * )
sig_deleteStencilSet( DragBarButton *, TQWidget *, KivioStackBar * )
StencilBarDockManager catches this with slotDeleteStencilSet( .... ) and tells the
KivioStackBar object to delete the passed DragBarButton and widget associated with
it. It then checks if any pages are visible on the KivioStackBar object. If

@ -56,7 +56,7 @@
</entry>
<entry name="GridColor" type="Color">
<label>Color of the grid lines.</label>
<default code="true">QColor(200, 200, 200)</default>
<default code="true">TQColor(200, 200, 200)</default>
</entry>
<entry name="GridXSpacing" type="Double">
<label>Spacing between vertical grid lines.</label>

@ -8,7 +8,7 @@ IMPORT:
-LaTeX
Need a parser...I'll look at formula1 parser
-C Style (i.e. niceThisFormula(QString))
-C Style (i.e. niceThisFormula(TQString))
this is easy to do, cooming soon.

@ -126,7 +126,7 @@ bool KoOasisStore::closeManifestWriter()
{
m_manifestWriter->endElement();
m_manifestWriter->endDocument();
TQBuffer* buffer = TQT_TQBUFFER( static_cast<QIODevice*>(m_manifestWriter->device()) );
TQBuffer* buffer = TQT_TQBUFFER( static_cast<TQIODevice*>(m_manifestWriter->device()) );
delete m_manifestWriter; m_manifestWriter = 0;
bool ok = false;
if ( m_store->open( "META-INF/manifest.xml" ) )

@ -215,7 +215,7 @@ Kross::Api::Object::Ptr RubyScript::callFunction(const TQString& name, Kross::Ap
}
else {
VALUE self = rb_eval_string("self");
//krossdebug(QString("RubyScript::callFunction() ===> %1").arg(STR2CSTR(rb_inspect(self))));
//krossdebug(TQString("RubyScript::callFunction() ===> %1").arg(STR2CSTR(rb_inspect(self))));
const int rnargs = args.size();
VALUE *rargs = new VALUE[rnargs];

Loading…
Cancel
Save