From 628b0bb74c3fc327efff8add9c73ada04b1cbea2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 13:06:00 +0900 Subject: Rename drag-n-drop nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdragenterevent.html | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 doc/html/tqdragenterevent.html (limited to 'doc/html/tqdragenterevent.html') diff --git a/doc/html/tqdragenterevent.html b/doc/html/tqdragenterevent.html new file mode 100644 index 000000000..a4c7cd490 --- /dev/null +++ b/doc/html/tqdragenterevent.html @@ -0,0 +1,73 @@ + + + + + +TQDragEnterEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQDragEnterEvent Class Reference

+ +

The TQDragEnterEvent class provides an event which is sent to the widget when a drag and drop first drags onto the widget. +More... +

#include <ntqevent.h> +

Inherits TQDragMoveEvent. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQDragEnterEvent class provides an event which is sent to the widget when a drag and drop first drags onto the widget. +

+ +

This event is always immediately followed by a TQDragMoveEvent, so +you only need to respond to one or the other event. This class +inherits most of its functionality from TQDragMoveEvent, which in +turn inherits most of its functionality from TQDropEvent. +

See also TQDragLeaveEvent, TQDragMoveEvent, TQDropEvent, Drag And Drop Classes, and Event Classes. + +


Member Function Documentation

+

TQDragEnterEvent::TQDragEnterEvent ( const TQPoint & pos ) +

+ +

Constructs a TQDragEnterEvent entering at the given point, pos. +

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


+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1