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/ntqdropsite.html | 75 ----------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 doc/html/ntqdropsite.html (limited to 'doc/html/ntqdropsite.html') diff --git a/doc/html/ntqdropsite.html b/doc/html/ntqdropsite.html deleted file mode 100644 index cd49ff78e..000000000 --- a/doc/html/ntqdropsite.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -TQDropSite Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQDropSite Class Reference
[obsolete]

- -

The TQDropSite class provides nothing and does nothing. -More... -

#include <ntqdropsite.h> -

List of all member functions. -

Public Members

- -

Detailed Description

- - -The TQDropSite class provides nothing and does nothing. -

This class is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

If your code uses it, you can safely delete it. -

It was used in TQt 1.x to do some drag and drop; that has since been -folded into TQWidget. -

For detailed information about drag-and-drop, see the TQDragObject class. -

See also TQDragObject, TQTextDrag, and TQImageDrag. - -


Member Function Documentation

-

TQDropSite::TQDropSite ( TQWidget * self ) -

-Constructs a TQDropSite to handle events for the widget self. -

Pass this as the self parameter. -This enables dropping by calling TQWidget::setAcceptDrops(TRUE). - -

TQDropSite::~TQDropSite () [virtual] -

-Destroys the drop site. - - -

-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