From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/tqlistview.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqlistview.html') diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html index 64469e7d0..4e0cbc8f2 100644 --- a/doc/html/tqlistview.html +++ b/doc/html/tqlistview.html @@ -501,24 +501,24 @@ Returns the WidthMode for column c.

int TQListView::columns () const

Returns the number of columns in this list view. See the "columns" property for details. -

void TQListView::contentsMouseDoubleClickEvent ( TQMouseEvent * e ) [virtual protected] +

void TQListView::contentsMouseDoubleClickEvent ( TQMouseEvent * e ) [virtual protected]

Processes the mouse double-click event e on behalf of the viewed widget.

Reimplemented from TQScrollView. -

void TQListView::contentsMouseMoveEvent ( TQMouseEvent * e ) [virtual protected] +

void TQListView::contentsMouseMoveEvent ( TQMouseEvent * e ) [virtual protected]

Processes the mouse move event e on behalf of the viewed widget.

Example: dirview/dirview.cpp.

Reimplemented from TQScrollView. -

void TQListView::contentsMousePressEvent ( TQMouseEvent * e ) [virtual protected] +

void TQListView::contentsMousePressEvent ( TQMouseEvent * e ) [virtual protected]

Processes the mouse press event e on behalf of the viewed widget.

Example: dirview/dirview.cpp.

Reimplemented from TQScrollView. -

void TQListView::contentsMouseReleaseEvent ( TQMouseEvent * e ) [virtual protected] +

void TQListView::contentsMouseReleaseEvent ( TQMouseEvent * e ) [virtual protected]

Processes the mouse release event e on behalf of the viewed widget. @@ -867,7 +867,7 @@ list view will be cleared. Repaints item on the screen if item is currently visible. Takes care to avoid multiple repaints. -

void TQListView::resizeEvent ( TQResizeEvent * e ) [virtual protected] +

void TQListView::resizeEvent ( TQResizeEvent * e ) [virtual protected]

Ensures that the header is correctly sized and positioned when the resize event e occurs. -- cgit v1.2.3