From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/tqdragmoveevent.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqdragmoveevent.html') diff --git a/doc/html/tqdragmoveevent.html b/doc/html/tqdragmoveevent.html index f435e197b..cd132df80 100644 --- a/doc/html/tqdragmoveevent.html +++ b/doc/html/tqdragmoveevent.html @@ -59,7 +59,7 @@ the event to see what data it provides,

See also Drag And Drop Classes and Event Classes.


Member Function Documentation

-

TQDragMoveEvent::TQDragMoveEvent ( const TQPoint & pos, Type type = DragMove ) +

TQDragMoveEvent::TQDragMoveEvent ( const TQPoint & pos, Type type = DragMove )

Creates a TQDragMoveEvent for which the mouse is at point pos, @@ -67,28 +67,28 @@ and the event is of type type.

Warning: Do not create a TQDragMoveEvent yourself since these objects rely on TQt's internal state. -

void TQDragMoveEvent::accept ( const TQRect & r ) +

void TQDragMoveEvent::accept ( const TQRect & r )

The same as accept(), but also notifies that future moves will also be acceptable if they remain within the rectangle r on the widget: this can improve performance, but may also be ignored by the underlying system. -

If the rectangle is empty, then +

If the rectangle is empty, then drag move events will be sent continuously. This is useful if the source is scrolling in a timer event.

Examples: desktop/desktop.cpp and dirview/dirview.cpp. -

TQRect TQDragMoveEvent::answerRect () const +

TQRect TQDragMoveEvent::answerRect () const

Returns the rectangle for which the acceptance of the move event applies. -

void TQDragMoveEvent::ignore ( const TQRect & r ) +

void TQDragMoveEvent::ignore ( const TQRect & r )

-

The opposite of accept(const TQRect&), i.e. says that moves within +

The opposite of accept(const TQRect&), i.e. says that moves within rectangle r are not acceptable (will be ignored).

Example: dirview/dirview.cpp. -- cgit v1.2.3