diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqgridview.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqgridview.html')
| -rw-r--r-- | doc/html/tqgridview.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqgridview.html b/doc/html/tqgridview.html index f5a88dbc9..1591ca476 100644 --- a/doc/html/tqgridview.html +++ b/doc/html/tqgridview.html @@ -53,7 +53,7 @@ fixed-size grids. <li class=fn>TQSize <a href="#gridSize"><b>gridSize</b></a> () const</li> <li class=fn>int <a href="#rowAt"><b>rowAt</b></a> ( int y ) const</li> <li class=fn>int <a href="#columnAt"><b>columnAt</b></a> ( int x ) const</li> -<li class=fn>void <a href="#repaintCell"><b>repaintCell</b></a> ( int row, int column, bool erase = TRUE )</li> +<li class=fn>void <a href="#repaintCell"><b>repaintCell</b></a> ( int row, int column, bool erase = true )</li> <li class=fn>void <a href="#updateCell"><b>updateCell</b></a> ( int row, int column )</li> <li class=fn>void <a href="#ensureCellVisible"><b>ensureCellVisible</b></a> ( int row, int column )</li> </ul> @@ -180,7 +180,7 @@ efficiency. If you want clipping, use <p> <pre> p->setClipRect( <a href="#cellRect">cellRect</a>(), TQPainter::CoordPainter ); //... your drawing code - p->setClipping( FALSE ); + p->setClipping( false ); </pre> @@ -193,10 +193,10 @@ color using the painter <em>p</em>. <p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="tqscrollview.html#drawContents">drawContents</a>() to erase or fill unused areas. -<h3 class=fn>void <a name="repaintCell"></a>TQGridView::repaintCell ( int row, int column, bool erase = TRUE ) +<h3 class=fn>void <a name="repaintCell"></a>TQGridView::repaintCell ( int row, int column, bool erase = true ) </h3> Repaints cell (<em>row</em>, <em>column</em>). -<p> If <em>erase</em> is TRUE, TQt erases the area of the cell before the +<p> If <em>erase</em> is true, TQt erases the area of the cell before the <a href="#paintCell">paintCell</a>() call; otherwise no erasing takes place. <p> <p>See also <a href="tqwidget.html#repaint">TQWidget::repaint</a>(). |
