Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

QDragObject Class Reference


The QDragObject class encapsulates MIME-based information transfer. More...

#include <qdragobject.h>

Inherits QMimeSource and QObject.

Inherited by QIconDrag, QImageDrag, QStoredDrag and QTextDrag.

List of all member functions.

Public Members

  • QDragObject ( QWidget * dragSource = 0, const char * name = 0 ) 
  • virtual ~QDragObject () 
  • bool drag () 
  • bool dragMove () 
  • void dragCopy () 
  • virtual void setPixmap ( QPixmap ) 
  • virtual void setPixmap ( QPixmap, QPoint hotspot ) 
  • QPixmap pixmap () const
  • QPoint pixmapHotSpot () const
  • QWidget* source () 
  • enum DragMode { DragDefault, DragCopy, DragMove, DragCopyOrMove }

Static Public Members

  • QWidget* target () 
  • void setTarget ( QWidget * ) (internal)

Protected Members

  • virtual bool drag ( DragMode ) 

Detailed Description

The QDragObject class encapsulates MIME-based information transfer.

QDragObject is the base class for all data that needs to be transferred between and within applications, both for drag-and-drop and for the clipboard.

See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.

See the QClipboard documentation for an overview of how to provide cut-and-paste in your application.


Member Type Documentation

QDragObject::DragMode

This enum type decides which of several types of drag each individual drag is. The available types are:
  • DragDefault - the mode is determined heuristically.
  • DragCopy - the data is copied, never moved.
  • DragMove - the data is moved, if dragged at all.
  • DragCopyOrMove - the user chooses the mode by using control key to switch from the default.

Member Function Documentation

QDragObject::QDragObject ( QWidget * dragSource = 0, const char * name = 0 )

Constructs a drag object which is a child of dragSource and named name.

Note that the drag object will be deleted when dragSource is.

QDragObject::~QDragObject () [virtual]

Destructs the drag object, canceling any drag-and-drop operation in which it is involved, and frees up the storage used.

bool QDragObject::drag ()

Starts a drag operation using the contents of this object, using DragDefault mode.

The function returns TRUE if the caller should delete the original copy of the dragged data (but also note target()).

Note that if the drag contains references to information (eg. file names is a QUriDrag are references) then the return value should always be ignored, as the target is expected to manipulate the referred-to content directly. On X11 the return value should always be correct anyway, but on Windows this is not necessarily the case (eg. the file manager starts a background process to move files, so the source must not delete the files!).

bool QDragObject::drag ( DragMode mode ) [virtual protected]

Starts a drag operation using the contents of this object.

At this point, the object becomes owned by Qt, not the application. You should not delete the drag object nor anything it references. The actual transfer of data to the target application will be done during future event processing - after that time the drag object will be deleted.

Returns TRUE if the dragged data was dragged as a move, indicating that the caller should remove the original source of the data (the drag object must continue to have a copy).

Normally one of simpler drag(), dragMove(), or dragCopy() functions would be used instead.

Warning: in Qt 1.x, drag operations all return FALSE. This will change in later versions - the functions are provided in this way to assist preemptive development - code both move and copy with Qt 1.x to be prepared.

void QDragObject::dragCopy ()

Starts a drag operation using the contents of this object, using DragCopy mode.

See drag(DragMove) for important further information.

bool QDragObject::dragMove ()

Starts a drag operation using the contents of this object, using DragMove mode.

QPixmap QDragObject::pixmap () const

Returns the currently set pixmap (which isNull() if none is set).

QPoint QDragObject::pixmapHotSpot () const

Returns the currently set pixmap hotspot.

void QDragObject::setPixmap ( QPixmap pm, QPoint hotspot ) [virtual]

Set the pixmap pm to display while dragging the object. The platform-specific implementation will use this in a loose fashion - so provide a small masked pixmap, but do not require that the user ever sees it in all its splendor. In particular, cursors on Windows 95 are of limited size.

The hotspot is the point on (or off) the pixmap that should be under the cursor as it is dragged. It is relative to the top-left pixel of the pixmap.

void QDragObject::setPixmap ( QPixmap pm ) [virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Uses a hotspot that positions the pixmap below and to the right of the mouse pointer. This allows the user to clearly see the point on the window which they are dragging the data onto.

QWidget * QDragObject::source ()

Returns a pointer to the drag source where this object originated.

QWidget * QDragObject::target () [static]

After the drag completes, this function will return the QWidget which received the drop, or 0 if the data was dropped on some other program.

This can be useful for detecting the case where drag-and-drop is to and from the same widget.

void QDragObject::setTarget ( QWidget * t ) [static]

For internal use only.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2005 Trolltech, all rights reserved.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 102
  2. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 53
  3. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 73
  4. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 28
  5. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 11
Page suivante
  1. Linus Torvalds : le "C++ est un langage horrible", en justifiant le choix du C pour le système de gestion de version Git 100
  2. Comment prendre en compte l'utilisateur dans vos applications ? Pour un développeur, « 90 % des utilisateurs sont des idiots » 229
  3. Quel est LE livre que tout développeur doit lire absolument ? Celui qui vous a le plus marqué et inspiré 96
  4. Apple cède et s'engage à payer des droits à Nokia, le conflit des brevets entre les deux firmes s'achève 158
  5. Nokia porte à nouveau plainte contre Apple pour violation de sept nouveaux brevets 158
  6. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 102
  7. Quel est le code dont vous êtes le plus fier ? Pourquoi l'avez-vous écrit ? Et pourquoi vous a-t-il donné autant de satisfaction ? 83
Page suivante

Le Qt Developer Network au hasard

Logo

Livre blanc de l'outillage de Qt Quick

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 2.3
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web