diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqgridview.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqgridview.html')
-rw-r--r-- | doc/html/ntqgridview.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html index 51ac665d8..09ad6b085 100644 --- a/doc/html/ntqgridview.html +++ b/doc/html/ntqgridview.html @@ -167,13 +167,13 @@ See the <a href="ntqgridview.html#numCols-prop">"numCols"</a> property for detai <h3 class=fn>int <a name="numRows"></a>TQGridView::numRows () const </h3><p>Returns the number of rows in the grid. See the <a href="ntqgridview.html#numRows-prop">"numRows"</a> property for details. -<h3 class=fn>void <a name="paintCell"></a>TQGridView::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, int row, int col )<tt> [pure virtual protected]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQGridView::paintCell ( <a href="tqpainter.html">TQPainter</a> * p, int row, int col )<tt> [pure virtual protected]</tt> </h3> <p> This pure virtual function is called to paint the single cell at (<em>row</em>, <em>col</em>) using painter <em>p</em>. The painter must be open when <a href="#paintCell">paintCell</a>() is called and must remain open. -<p> The coordinate system is <a href="ntqpainter.html#translate">translated</a> so that the origin is at the top-left corner of the cell +<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). <p> The painter is not clipped by default in order to get maximum @@ -186,7 +186,7 @@ efficiency. If you want clipping, use </pre> -<h3 class=fn>void <a name="paintEmptyArea"></a>TQGridView::paintEmptyArea ( <a href="ntqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintEmptyArea"></a>TQGridView::paintEmptyArea ( <a href="tqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> This function fills the <em>cw</em> pixels wide and <em>ch</em> pixels high rectangle starting at position (<em>cx</em>, <em>cy</em>) with the background |