Update for recent TQ changes.

pull/1/head
Darrell Anderson 12 years ago
parent eca807732a
commit 0942bcca3a

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -13,7 +13,7 @@ void KisPaintDevice::clearSelection()
QRect r = m_selection -> selectedRect();
r = r.normalize();
for (Q_INT32 y = 0; y < r.height(); y++) {
for (TQ_INT32 y = 0; y < r.height(); y++) {
KisHLineIterator devIt = createHLineIterator(r.x(), r.y() + y, r.width(), true);
KisHLineIterator selectionIt = m_selection -> createHLineIterator(r.x(), r.y() + y, r.width(), false);
@ -21,7 +21,7 @@ void KisPaintDevice::clearSelection()
KisPixel p = toPixel(devIt.rawData());
KisPixel s = m_selection -> toPixel(selectionIt.rawData());
// XXX: Why Q_UIN16 here? Doesn't that clash with UINT8_MULT later on?
Q_UINT16 p_alpha, s_alpha;
TQ_UINT16 p_alpha, s_alpha;
p_alpha = p.alpha();
s_alpha = MAX_SELECTED - s.alpha();
@ -38,7 +38,7 @@ void KisPaintDevice::applySelectionMask(KisSelectionSP mask)
QRect r = mask -> extent();
crop(r);
for (Q_INT32 y = r.top(); y <= r.bottom(); ++y) {
for (TQ_INT32 y = r.top(); y <= r.bottom(); ++y) {
KisHLineIterator pixelIt = createHLineIterator(r.x(), y, r.width(), true);
KisHLineIterator maskIt = mask -> createHLineIterator(r.x(), y, r.width(), false);

@ -30,7 +30,7 @@
<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" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="501" isRoot="false" isAbstract="false" name="const KisPoint&amp;" elementReference="457" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="508" isRoot="false" isAbstract="false" name="Q_INT32*" elementReference="463" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="508" isRoot="false" isAbstract="false" name="TQ_INT32*" elementReference="463" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="523" isRoot="false" isAbstract="false" name="const KisCanvasControllerInterface&amp;" elementReference="11" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="527" isRoot="false" isAbstract="false" name="KisCanvasControllerInterface&amp;" elementReference="11" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="533" isRoot="false" isAbstract="false" name="KisCanvasSubject*" elementReference="528" />
@ -91,8 +91,8 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1355" isRoot="false" isAbstract="false" name="const KisDataManager&amp;" elementReference="423" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1359" isRoot="false" isAbstract="false" name="KisMemento*" elementReference="1358" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1365" isRoot="false" isAbstract="false" name="KoStore*" elementReference="1347" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1371" isRoot="false" isAbstract="false" name="Q_INT32&amp;" elementReference="463" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1395" isRoot="false" isAbstract="false" name="Q_UINT8*" elementReference="1388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1371" isRoot="false" isAbstract="false" name="TQ_INT32&amp;" elementReference="463" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1395" isRoot="false" isAbstract="false" name="TQ_UINT8*" elementReference="1388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1398" isRoot="false" isAbstract="false" name="KisDataManager*" elementReference="423" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1443" isRoot="false" isAbstract="false" name="KisImage*" elementReference="383" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1448" isRoot="false" isAbstract="false" name="const KisPaintDevice&amp;" elementReference="388" />
@ -100,7 +100,7 @@
<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="1537" isRoot="false" isAbstract="false" name="const Q_UINT8*" elementReference="1388" />
<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" />
@ -1356,7 +1356,7 @@ the value of a byte signifies whether a corresponding pixel is selected, or not.
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1659" isRoot="false" isAbstract="false" name="~ KisSelection" />
<UML:Operation comment="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1660" isRoot="false" isAbstract="false" name="maskImage" >
<UML:Operation comment="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(TQ_INT32 x, TQ_INT32 y);// // void setSelected(TQ_INT32 x, TQ_INT32 y, QUANTUM s);" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1660" isRoot="false" isAbstract="false" name="maskImage" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="5400" type="879" />
</UML:BehavioralFeature.parameter>
@ -1423,7 +1423,7 @@ the tile manager, are responsible for:
that may allow deferred loading.
A datamanager knows nothing about the type of pixel data except
how many Q_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="423" isRoot="false" isAbstract="false" name="KisDataManager" >
how many TQ_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="423" isRoot="false" isAbstract="false" name="KisDataManager" >
<UML:GeneralizableElement.generalization>
<UML:Generalization xmi.idref="1349" />
</UML:GeneralizableElement.generalization>
@ -1800,7 +1800,7 @@ and contains data that must be associated with an image for purposes of import/e
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="455" isRoot="false" isAbstract="false" name=TQWIDGET_OBJECT_NAME_STRING />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="456" isRoot="false" isAbstract="false" name="KisRect" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="457" isRoot="false" isAbstract="false" name="KisPoint" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="463" isRoot="false" isAbstract="false" name="Q_INT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="463" isRoot="false" isAbstract="false" name="TQ_INT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="475" isRoot="false" isAbstract="false" name="QRect" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="497" isRoot="false" isAbstract="false" name=TQPOINT_OBJECT_NAME_STRING />
<UML:Class comment="The canvas subject is the subset of operations that are directy available to
@ -2679,7 +2679,7 @@ the resource has been saved." isSpecification="false" isLeaf="false" visibility=
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="869" isRoot="false" isAbstract="false" name=TQOBJECT_OBJECT_NAME_STRING />
<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="924" isRoot="false" isAbstract="false" name="Q_UINT32" />
<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" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="941" isRoot="false" isAbstract="false" name="icProfileClassSignature" />
@ -3158,7 +3158,7 @@ MITCHELL_FILTER
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1347" isRoot="false" isAbstract="false" name="KoStore" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1348" isRoot="false" isAbstract="false" name="KisTiledDataManager" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1358" isRoot="false" isAbstract="false" name="KisMemento" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1388" isRoot="false" isAbstract="false" name="Q_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1388" isRoot="false" isAbstract="false" name="TQ_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1424" isRoot="false" isAbstract="false" name="KisRectIterator" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1425" isRoot="false" isAbstract="false" name="KisHLineIterator" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1426" isRoot="false" isAbstract="false" name="KisVLineIterator" />
@ -3168,7 +3168,7 @@ MITCHELL_FILTER
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1430" isRoot="false" isAbstract="false" name="KisVLineIteratorPixel" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1431" isRoot="false" isAbstract="false" name="KisHLineIteratorPixel" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1432" isRoot="false" isAbstract="false" name="KNamedCommand" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1618" isRoot="false" isAbstract="false" name="Q_INT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1618" isRoot="false" isAbstract="false" name="TQ_INT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1674" isRoot="false" isAbstract="false" name="KAction" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1675" isRoot="false" isAbstract="false" name="KisView" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1676" isRoot="false" isAbstract="false" name="KisDockFrameDocker" />
@ -5033,7 +5033,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 Q_INT32;&amp;#010;import QPoint;&amp;#010;import KisPoint;&amp;#010;import QRect;&amp;#010;import KisRect;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import QPoint;&amp;#010;import KisPoint;&amp;#010;import QRect;&amp;#010;import KisRect;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -5107,12 +5107,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="462" tag="operation_462" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="464" tag="operation_464" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="465" tag="operation_465" canDelete="false" indentLevel="1" >
@ -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 Q_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 Q_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 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;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -7153,12 +7153,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="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
<ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
<ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -7674,12 +7674,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1047" tag="operation_1047" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1048" tag="operation_1048" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1049" tag="operation_1049" canDelete="false" indentLevel="1" >
@ -7714,7 +7714,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1061" tag="operation_1061" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param layer &amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param layer &amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" >
@ -7764,17 +7764,17 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1085" tag="operation_1085" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1086" tag="operation_1086" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1087" tag="operation_1087" canDelete="false" indentLevel="1" >
@ -8077,7 +8077,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
<ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -8097,7 +8097,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
<ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<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 Q_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 Q_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 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;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -8787,12 +8787,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="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" >
<ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQ_INT32 m_x;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" >
<ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQ_INT32 m_y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -8817,12 +8817,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="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" >
<ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private TQ_INT32 m_pixelSize;" >
<header>
<codecomment tag="" indentLevel="1" text="// Cached for quick access" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" >
<ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private TQ_INT32 m_nChannels;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -9118,7 +9118,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1494" tag="operation_1494" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return Q_UINT8* " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return TQ_UINT8* " />
</header>
</codeoperation>
<codeoperation parent_id="1499" tag="operation_1499" canDelete="false" indentLevel="1" >
@ -9208,12 +9208,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1547" tag="operation_1547" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1549" tag="operation_1549" canDelete="false" indentLevel="1" >
@ -9511,7 +9511,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" >
<ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQ_INT32 m_x;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -9531,7 +9531,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" >
<ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQ_INT32 m_y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -9631,7 +9631,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" text="// Cached for quick access" />
</header>
<ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" >
<ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private TQ_INT32 m_pixelSize;" >
<header>
<codecomment tag="" indentLevel="1" text="// Cached for quick access" />
</header>
@ -9651,7 +9651,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" >
<ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private TQ_INT32 m_nChannels;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -10567,7 +10567,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1660" tag="operation_1660" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" />
<javacodedocumentation tag="" indentLevel="1" text="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(TQ_INT32 x, TQ_INT32 y);// // void setSelected(TQ_INT32 x, TQ_INT32 y, QUANTUM s);" />
</header>
</codeoperation>
<codeoperation parent_id="1661" tag="operation_1661" canDelete="false" indentLevel="1" >
@ -12510,14 +12510,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 Q_UINT32;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import Q_UINT8;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT32;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import TQ_UINT8;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="423" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class KisDataManager&amp;#010;// Change the following two lines to switch (at compiletime) to another datamanager/**&amp;#010;KisDataManager defines the interface that modules responsible for&amp;#010;storing and retrieving data must inmplement. Data modules, like&amp;#010;the tile manager, are responsible for:&amp;#010;&amp;#010;* Storing undo/redo data&amp;#010;* Offering ordererd and unordered iterators over rects of pixels&amp;#010;* (eventually) efficiently loading and saving data in a format&amp;#010;that may allow deferred loading.&amp;#010;&amp;#010;A datamanager knows nothing about the type of pixel data except&amp;#010;how many Q_UINT8's a single pixel takes." />
<javacodedocumentation tag="" text="Class KisDataManager&amp;#010;// Change the following two lines to switch (at compiletime) to another datamanager/**&amp;#010;KisDataManager defines the interface that modules responsible for&amp;#010;storing and retrieving data must inmplement. Data modules, like&amp;#010;the tile manager, are responsible for:&amp;#010;&amp;#010;* Storing undo/redo data&amp;#010;* Offering ordererd and unordered iterators over rects of pixels&amp;#010;* (eventually) efficiently loading and saving data in a format&amp;#010;that may allow deferred loading.&amp;#010;&amp;#010;A datamanager knows nothing about the type of pixel data except&amp;#010;how many TQ_UINT8's a single pixel takes." />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -12604,7 +12604,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1369" tag="operation_1369" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_UINT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_UINT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" >
@ -12639,7 +12639,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1406" tag="operation_1406" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@return Q_UINT8* " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@return TQ_UINT8* " />
</header>
</codeoperation>
<codeoperation parent_id="1409" tag="operation_1409" canDelete="false" indentLevel="1" >
@ -12649,7 +12649,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return Q_UINT8* " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return TQ_UINT8* " />
</header>
</codeoperation>
<codeoperation parent_id="1418" tag="operation_1418" canDelete="false" indentLevel="1" >
@ -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 Q_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 QImage;&amp;#010;import icColorSpaceSignature;&amp;#010;import icProfileClassSignature;&amp;#010;import QString;&amp;#010;import cmsHPROFILE;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -13976,7 +13976,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="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" >
<ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private TQ_UINT32 m_lcmsColorType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -14177,7 +14177,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="947" tag="operation_947" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_UINT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_UINT32 " />
</header>
</codeoperation>
<codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" >
@ -14410,7 +14410,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" >
<ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private TQ_UINT32 m_lcmsColorType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -16167,7 +16167,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="463" parent_class="463" fileExt=".java" fileName="Q_INT32" >
<classifiercodedocument writeOutCode="true" package="" id="463" parent_class="463" fileExt=".java" fileName="TQ_INT32" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -16181,7 +16181,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="463" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_INT32&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_INT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -16200,7 +16200,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 Q_INT32 ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -16692,7 +16692,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="508" parent_class="508" fileExt=".java" fileName="Q_INT32*" >
<classifiercodedocument writeOutCode="true" package="" id="508" parent_class="508" fileExt=".java" fileName="TQ_INT32*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -16706,7 +16706,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="508" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_INT32*&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_INT32*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -16725,7 +16725,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 Q_INT32* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -21999,7 +21999,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 KisGuideSP;&amp;#010;import Qt.Qt::Orientation;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import QSize;&amp;#010;import QPixmap;&amp;#010;import KisGuideMgr.vKisGuideSP;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import KisGuideSP;&amp;#010;import Qt.Qt::Orientation;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QSize;&amp;#010;import QPixmap;&amp;#010;import KisGuideMgr.vKisGuideSP;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -22265,7 +22265,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="712" tag="operation_712" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="713" tag="operation_713" canDelete="false" indentLevel="1" >
@ -24937,7 +24937,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 enumFilterType;&amp;#010;import Q_INT32;&amp;#010;import bool;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import enumFilterType;&amp;#010;import TQ_INT32;&amp;#010;import bool;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -25332,7 +25332,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 Q_INT32;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -25347,7 +25347,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="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" >
<ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 m_pixel;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -25435,7 +25435,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" >
<ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 m_pixel;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -25480,7 +25480,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 Q_INT32;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -25495,7 +25495,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="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" >
<ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 n;" >
<header>
<codecomment tag="" indentLevel="1" text="//number of contributors" />
</header>
@ -25583,7 +25583,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" text="//number of contributors" />
</header>
<ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" >
<ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 n;" >
<header>
<codecomment tag="" indentLevel="1" text="//number of contributors" />
</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 Q_INT32;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -25963,12 +25963,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="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
<ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
<ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
<ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -26144,12 +26144,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="892" tag="operation_892" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="893" tag="operation_893" canDelete="false" indentLevel="1" >
<header>
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
<javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="894" tag="operation_894" canDelete="false" indentLevel="1" >
@ -26317,7 +26317,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
<ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -26337,7 +26337,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
<ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
<ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@ -26941,7 +26941,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="924" parent_class="924" fileExt=".java" fileName="Q_UINT32" >
<classifiercodedocument writeOutCode="true" package="" id="924" parent_class="924" fileExt=".java" fileName="TQ_UINT32" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -26955,7 +26955,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="924" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_UINT32&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_UINT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -26974,7 +26974,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 Q_UINT32 ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT32 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -31783,7 +31783,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 Q_INT32;&amp;#010;import enumFilterType;&amp;#010;import bool;" >
<codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import enumFilterType;&amp;#010;import bool;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@ -32551,7 +32551,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1371" parent_class="1371" fileExt=".java" fileName="Q_INT32&amp;" >
<classifiercodedocument writeOutCode="true" package="" id="1371" parent_class="1371" fileExt=".java" fileName="TQ_INT32&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -32565,7 +32565,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1371" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_INT32&amp;&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_INT32&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -32584,7 +32584,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 Q_INT32&amp; ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -32626,7 +32626,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1388" parent_class="1388" fileExt=".java" fileName="Q_UINT8" >
<classifiercodedocument writeOutCode="true" package="" id="1388" parent_class="1388" fileExt=".java" fileName="TQ_UINT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -32640,7 +32640,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1388" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_UINT8&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_UINT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -32659,7 +32659,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 Q_UINT8 ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -32701,7 +32701,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1395" parent_class="1395" fileExt=".java" fileName="Q_UINT8*" >
<classifiercodedocument writeOutCode="true" package="" id="1395" parent_class="1395" fileExt=".java" fileName="TQ_UINT8*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -32715,7 +32715,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1395" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_UINT8*&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_UINT8*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -32734,7 +32734,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 Q_UINT8* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -33976,7 +33976,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1537" parent_class="1537" fileExt=".java" fileName="const Q_UINT8*" >
<classifiercodedocument writeOutCode="true" package="" id="1537" parent_class="1537" fileExt=".java" fileName="const TQ_UINT8*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -33990,7 +33990,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1537" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Const Q_UINT8*&amp;#010;" />
<javacodedocumentation tag="" text="Class Const TQ_UINT8*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -34009,7 +34009,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 Q_UINT8* ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQ_UINT8* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@ -34126,7 +34126,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="1618" parent_class="1618" fileExt=".java" fileName="Q_INT8" >
<classifiercodedocument writeOutCode="true" package="" id="1618" parent_class="1618" fileExt=".java" fileName="TQ_INT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@ -34140,7 +34140,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1618" tag="ClassDeclBlock" canDelete="false" >
<header>
<javacodedocumentation tag="" text="Class Q_INT8&amp;#010;" />
<javacodedocumentation tag="" text="Class TQ_INT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@ -34159,7 +34159,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 Q_INT8 ( ) { }" >
<codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>

@ -33,8 +33,8 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="236" isRoot="false" isAbstract="false" name="KisDataManager*" elementReference="233" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="245" isRoot="false" isAbstract="false" name="const KisRectIterator&amp;" elementReference="234" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="249" isRoot="false" isAbstract="false" name="KisRectIterator&amp;" elementReference="234" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="252" isRoot="false" isAbstract="false" name="Q_UINT8*" elementReference="251" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="254" isRoot="false" isAbstract="false" name="const Q_UINT8*" elementReference="251" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="252" isRoot="false" isAbstract="false" name="TQ_UINT8*" elementReference="251" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="254" isRoot="false" isAbstract="false" name="const TQ_UINT8*" elementReference="251" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="272" isRoot="false" isAbstract="false" name="const KisHLineIterator&amp;" elementReference="263" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="276" isRoot="false" isAbstract="false" name="KisHLineIterator&amp;" elementReference="263" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="297" isRoot="false" isAbstract="false" name="const KisVLineIterator&amp;" elementReference="288" />
@ -49,18 +49,18 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="392" isRoot="false" isAbstract="false" name="KisVLineIteratorPixel&amp;" elementReference="370" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="416" isRoot="false" isAbstract="false" name="const KisRectIteratorPixel&amp;" elementReference="11" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="511" isRoot="false" isAbstract="false" name="const enumHistogramType" elementReference="483" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="Q_INT32&amp;" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="TQ_INT32&amp;" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="576" isRoot="false" isAbstract="false" name="KisTiledDataManager*" elementReference="559" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="578" isRoot="false" isAbstract="false" name="KisTile**" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="585" isRoot="false" isAbstract="false" name="DeletedTile*" elementReference="582" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="593" isRoot="false" isAbstract="false" name="KisTile*" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="603" isRoot="false" isAbstract="false" name="KisTile&amp;" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="629" isRoot="false" isAbstract="false" name="const KisTile&amp;" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="638" isRoot="false" isAbstract="false" name="const Q_INT32" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="638" isRoot="false" isAbstract="false" name="const TQ_INT32" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="652" isRoot="false" isAbstract="false" name="const KisTiledDataManager&amp;" elementReference="559" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="656" isRoot="false" isAbstract="false" name="KisTiledDataManager&amp;" elementReference="559" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="667" isRoot="false" isAbstract="false" name="KoStore*" elementReference="643" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="773" isRoot="false" isAbstract="false" name="Q_INT32*" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="773" isRoot="false" isAbstract="false" name="TQ_INT32*" elementReference="43" />
<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" />
@ -263,7 +263,7 @@ The producer may only read the iterator, it may safely be constructed with write
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="26" isRoot="false" isAbstract="false" name="KisColorSpace" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="37" isRoot="false" isAbstract="false" name="KisID" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="40" isRoot="false" isAbstract="false" name="QValueVector" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="43" isRoot="false" isAbstract="false" name="Q_INT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="43" isRoot="false" isAbstract="false" name="TQ_INT32" />
<UML:Class stereotype="60" isSpecification="false" isLeaf="false" visibility="public" xmi.id="59" isRoot="false" isAbstract="false" name="KisHistogramProducerSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="61" isRoot="false" isAbstract="false" name="KisHistogramProducerFactory" >
<UML:Classifier.feature>
@ -679,7 +679,7 @@ the tile manager, are responsible for:
that may allow deferred loading.
A datamanager knows nothing about the type of pixel data except
how many Q_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="233" isRoot="false" isAbstract="false" name="KisDataManager" >
how many TQ_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="233" isRoot="false" isAbstract="false" name="KisDataManager" >
<UML:GeneralizableElement.generalization>
<UML:Generalization xmi.idref="780" />
</UML:GeneralizableElement.generalization>
@ -921,7 +921,7 @@ there is no guarantee that the iterator will work scanline by scanline." isSpeci
</UML:Operation>
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="251" isRoot="false" isAbstract="false" name="Q_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="251" isRoot="false" isAbstract="false" name="TQ_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="263" isRoot="false" isAbstract="false" name="KisHLineIterator" >
<UML:Classifier.feature>
<UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="287" isRoot="false" initialValue="" type="232" isAbstract="false" name="m_iter" />
@ -2698,7 +2698,7 @@ Doubles are in the 0-1 range, use the producer's positionToString function to di
<UML:EnumerationLiteral isSpecification="false" isLeaf="false" visibility="public" xmi.id="485" isRoot="false" isAbstract="false" name="LINEAR" />
<UML:EnumerationLiteral isSpecification="false" isLeaf="false" visibility="public" xmi.id="486" isRoot="false" isAbstract="false" name="LOGARITHMIC" />
</UML:Enumeration>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="497" isRoot="false" isAbstract="false" name="Q_UINT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="497" isRoot="false" isAbstract="false" name="TQ_UINT32" />
<UML:Class comment="Provides abstraction to a tile. A tile contains
a part of a PaintDevice, but only the individual pixels
are accesable and that only via iterators." isSpecification="false" isLeaf="false" visibility="public" xmi.id="558" isRoot="false" isAbstract="false" name="KisTile" >
@ -2800,7 +2800,7 @@ as other datamangers may also rely on the same interface.
that may allow deferred loading.
A datamanager knows nothing about the type of pixel data except
how many Q_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="559" isRoot="false" isAbstract="false" name="KisTiledDataManager" >
how many TQ_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="559" isRoot="false" isAbstract="false" name="KisTiledDataManager" >
<UML:GeneralizableElement.generalization>
<UML:Generalization xmi.idref="644" />
</UML:GeneralizableElement.generalization>
@ -3170,7 +3170,7 @@ of choice, and rounded to a reasonable precision to avoid 0.999999" isSpecificat
<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="1373" isRoot="false" isAbstract="false" name="Q_INT8" />
<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="" />
<UML:Generalization isSpecification="false" child="89" visibility="public" xmi.id="90" parent="14" discriminator="" name="" />

@ -592,7 +592,7 @@ void KisFilterInvert::process(KisPaintDeviceSP src, KisPaintDeviceSP dst,
setProgressTotalSteps(rect.width() * rect.height());
KisColorSpace * cs = src->colorSpace();
Q_INT32 psize = cs->pixelSize();
TQ_INT32 psize = cs->pixelSize();
while( ! srcIt.isDone() )
{
@ -718,7 +718,7 @@ class KisOilPaintFilterConfiguration : public KisFilterConfiguration
public:
KisOilPaintFilterConfiguration(Q_UINT32 brushSize, Q_UINT32 smooth)
KisOilPaintFilterConfiguration(TQ_UINT32 brushSize, TQ_UINT32 smooth)
: KisFilterConfiguration( "oilpaint", 1 )
{
setProperty("brushSize", brushSize);
@ -726,8 +726,8 @@ public:
};
public:
inline Q_UINT32 brushSize() { return getInt("brushSize"); };
inline Q_UINT32 smooth() {return getInt("smooth"); };
inline TQ_UINT32 brushSize() { return getInt("brushSize"); };
inline TQ_UINT32 smooth() {return getInt("smooth"); };
};
</programlisting>
@ -1094,7 +1094,7 @@ plugins.
KisPoint KisToolStar::starCoordinates(int N, double mx, double my, double x, double y)
{
double R=0, r=0;
Q_INT32 n=0;
TQ_INT32 n=0;
double angle;
vKisPoint starCoordinatesArray(2*N);
@ -1272,7 +1272,7 @@ cursor.
// Split the coordinates into integer plus fractional parts. The integer
// is where the dab will be positioned and the fractional part determines
// the sub-pixel positioning.
Q_INT32 x, y;
TQ_INT32 x, y;
double xFraction, yFraction;
splitCoordinate(pt.x(), &amp;x, &amp;xFraction);

@ -5471,7 +5471,7 @@ TODO: add
- simplification: now bof() is computed as m_at==0
- we are internally counting records from 1 and externally from 0
(what is visible using at()).
- m_at and thus at() has now Q_LLONG type
- m_at and thus at() has now TQ_LLONG type
2003-09-14
- KexiDB::Object::setErrorMsg renamed to setError

@ -569,7 +569,7 @@ for blobs...The client has to read the _entire_ blob into memory."; use:
- Implement tree structures using idea #5 described here http://www.depesz.com/various-sqltrees.php
(does pgsql require this hack?)
- double values are still rounded: consider storing them in memory as a decimal type
(e.g. using a special Q_LLONG+decimalplace class); needed e.g. in KexiQueryParameters::getParameters()
(e.g. using a special TQ_LLONG+decimalplace class); needed e.g. in KexiQueryParameters::getParameters()
- handle input mask using a special KexiDB::FieldInputMask class
--needed in forms (KexiDBLineEdit::setColumnInfo()) and table views
- add setValue() to cursors: this will REQUIRE a buffered cursor, since we cannot run sql

@ -510,7 +510,7 @@ using namespace KexiDB;
%union {
TQString* stringValue;
Q_LLONG integerValue;
TQ_LLONG integerValue;
bool booleanValue;
struct realType realValue;
KexiDB::Field::Type colType;

@ -76,7 +76,7 @@ endDesign
bytefield Byte DEFAULT=[int]11,
shortintfield ShortInteger DEFAULT=[int]22,
intfield Integer DEFAULT=[int]333,
bigintfield BigInteger DEFAULT=[Q_LLONG]1234567891011,
bigintfield BigInteger DEFAULT=[TQ_LLONG]1234567891011,
booleanfield Boolean NOTNULL DEFAULT=[bool]true,
datefield Date DEFAULT=[QDate]2006-08-09,
datetimefield DateTime DEFAULT=[QDateTime]2006-08-09T10:36:01,
@ -96,7 +96,7 @@ Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT
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)
Insert table field "bigintfield" at position 6 (bigintfield BigInteger DEFAULT=[Q_LLONG]1234567891011)
Insert table field "bigintfield" at position 6 (bigintfield BigInteger DEFAULT=[TQ_LLONG]1234567891011)
Insert table field "booleanfield" at position 7 (booleanfield Boolean NOTNULL DEFAULT=[bool]true)
Insert table field "datefield" at position 8 (datefield Date DEFAULT=[QDate]2006-08-09)
Insert table field "datetimefield" at position 9 (datetimefield DateTime DEFAULT=[QDateTime]2006-08-09T10:36:01)

@ -401,11 +401,11 @@
<functions>
<function access="private">init()</function>
<function access="private" specifier="non virtual">destroy()</function>
<function access="private" specifier="non virtual" returnType="Q_INT64">setValueMilliseconds( Q_INT64 milliseconds )</function>
<function access="private" specifier="non virtual" returnType="Q_INT64">setValueSeconds( Q_INT64 seconds )</function>
<function access="private" specifier="non virtual" returnType="Q_INT64">setValueMinutes( Q_INT64 mins )</function>
<function access="private" specifier="non virtual" returnType="Q_INT64">setValueHours( Q_INT64 mins )</function>
<function access="private" specifier="non virtual" returnType="Q_INT64">setValueDays( Q_INT64 mins )</function>
<function access="private" specifier="non virtual" returnType="TQ_INT64">setValueMilliseconds( TQ_INT64 milliseconds )</function>
<function access="private" specifier="non virtual" returnType="TQ_INT64">setValueSeconds( TQ_INT64 seconds )</function>
<function access="private" specifier="non virtual" returnType="TQ_INT64">setValueMinutes( TQ_INT64 mins )</function>
<function access="private" specifier="non virtual" returnType="TQ_INT64">setValueHours( TQ_INT64 mins )</function>
<function access="private" specifier="non virtual" returnType="TQ_INT64">setValueDays( TQ_INT64 mins )</function>
<function returnType="Duration">value() const</function>
<function>setVisibleFields( int fieldMask )</function>
<function returnType="int">visibleFields()</function>

Loading…
Cancel
Save