From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/ntqgridview.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqgridview.html') 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 TQScrollView constructor. Destroys the grid view. -

TQRect TQGridView::cellGeometry ( int row, int column ) +

TQRect TQGridView::cellGeometry ( int row, int column )

Returns the geometry of cell (row, column) in the content coordinate system. @@ -124,12 +124,12 @@ coordinate system.

int TQGridView::cellHeight () const

Returns the height of a grid row. See the "cellHeight" property for details. -

TQRect TQGridView::cellRect () const +

TQRect TQGridView::cellRect () const

Returns the geometry of a cell in a cell's coordinate system. This is a convenience function useful in paintCell(). It is equivalent -to TQRect( 0, 0, cellWidth(), cellHeight() ). +to TQRect( 0, 0, cellWidth(), cellHeight() ).

See also cellGeometry().

@@ -175,7 +175,7 @@ See the "numRows" property for detai paintCell() is called and must remain open.

The coordinate system is translated so that the origin is at the top-left corner of the cell to be painted, i.e. cell coordinates. Do not scale or shear -the coordinate system (or if you do, restore the transformation matrix before you return). +the coordinate system (or if you do, restore the transformation matrix before you return).

The painter is not clipped by default in order to get maximum efficiency. If you want clipping, use

-- 
cgit v1.2.3