From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/ntqtable.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqtable.html') diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index a31605864..a93192e44 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -726,7 +726,7 @@ immediately unless dragObject() returns 0. create a TQDragObject depending on the selected items.

See also dropped(). -

void TQTable::drawContents ( TQPainter * p, int cx, int cy, int cw, int ch ) [virtual protected] +

void TQTable::drawContents ( TQPainter * p, int cx, int cy, int cw, int ch ) [virtual protected]

Draws the table contents on the painter p. This function is optimized so that it only draws the cells inside the cw pixels @@ -918,7 +918,7 @@ See the "numRows" property for details.

int TQTable::numSelections () const

Returns the number of selections. See the "numSelections" property for details. -

void TQTable::paintCell ( TQPainter * p, int row, int col, const TQRect & cr, bool selected, const TQColorGroup & cg ) [virtual] +

void TQTable::paintCell ( TQPainter * p, int row, int col, const TQRect & cr, bool selected, const TQColorGroup & cg ) [virtual]

Paints the cell at row, col on the painter p. The painter has already been translated to the cell's origin. cr describes @@ -946,13 +946,13 @@ maximum efficiency. If you want clipping, use code like this: -

void TQTable::paintCell ( TQPainter * p, int row, int col, const TQRect & cr, bool selected ) [virtual] +

void TQTable::paintCell ( TQPainter * p, int row, int col, const TQRect & cr, bool selected ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Use the other paintCell() function. This function is only included for backwards compatibilty. -

void TQTable::paintEmptyArea ( TQPainter * p, int cx, int cy, int cw, int ch ) [virtual protected] +

void TQTable::paintEmptyArea ( TQPainter * p, int cx, int cy, int cw, int ch ) [virtual protected]

This function fills the cw pixels wide and ch pixels high rectangle starting at position cx, cy with the background @@ -960,7 +960,7 @@ color using the painter p.

paintEmptyArea() is invoked by drawContents() to erase or fill unused areas. -

void TQTable::paintFocus ( TQPainter * p, const TQRect & cr ) [virtual] +

void TQTable::paintFocus ( TQPainter * p, const TQRect & cr ) [virtual]

Draws the focus rectangle of the current cell (see currentRow(), currentColumn()). -- cgit v1.2.3