diff options
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 |