summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgridview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqgridview.html')
-rw-r--r--doc/html/ntqgridview.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html
index 09ad6b085..3ea132d14 100644
--- a/doc/html/ntqgridview.html
+++ b/doc/html/ntqgridview.html
@@ -115,7 +115,7 @@ to the <a href="ntqscrollview.html">TQScrollView</a> constructor.
</h3>
Destroys the grid view.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="cellGeometry"></a>TQGridView::cellGeometry ( int&nbsp;row, int&nbsp;column )
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellGeometry"></a>TQGridView::cellGeometry ( int&nbsp;row, int&nbsp;column )
</h3>
Returns the geometry of cell (<em>row</em>, <em>column</em>) in the content
coordinate system.
@@ -124,12 +124,12 @@ coordinate system.
<h3 class=fn>int <a name="cellHeight"></a>TQGridView::cellHeight () const
</h3><p>Returns the height of a grid row.
See the <a href="ntqgridview.html#cellHeight-prop">"cellHeight"</a> property for details.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="cellRect"></a>TQGridView::cellRect () const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellRect"></a>TQGridView::cellRect () const
</h3>
<p> Returns the geometry of a cell in a cell's coordinate system. This
is a convenience function useful in <a href="#paintCell">paintCell</a>(). It is equivalent
-to <a href="ntqrect.html">TQRect</a>( 0, 0, <a href="#cellWidth">cellWidth</a>(), <a href="#cellHeight">cellHeight</a>() ).
+to <a href="tqrect.html">TQRect</a>( 0, 0, <a href="#cellWidth">cellWidth</a>(), <a href="#cellHeight">cellHeight</a>() ).
<p> <p>See also <a href="#cellGeometry">cellGeometry</a>().
<p>
@@ -175,7 +175,7 @@ See the <a href="ntqgridview.html#numRows-prop">"numRows"</a> property for detai
<a href="#paintCell">paintCell</a>() is called and must remain open.
<p> The coordinate system is <a href="tqpainter.html#translate">translated</a> so that the origin is at the top-left corner of the cell
to be painted, i.e. <em>cell</em> coordinates. Do not scale or shear
-the coordinate system (or if you do, restore the <a href="ntqwmatrix.html#TransformationMode">transformation matrix</a> before you return).
+the coordinate system (or if you do, restore the <a href="tqwmatrix.html#TransformationMode">transformation matrix</a> before you return).
<p> The painter is not clipped by default in order to get maximum
efficiency. If you want clipping, use
<p> <pre>