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  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

Qt 3 Support Members for QDropEvent

The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.

Public Types

enum Action { Copy, Link, Move, Private, UserAction }

Public Functions

void accept ( bool accept )
void acceptAction ( bool accept = true )
Action action () const
QByteArray data ( const char * f ) const
virtual QByteArray encodedData ( const char * format ) const
virtual const char * format ( int n = 0 ) const
virtual bool provides ( const char * mimeType ) const
void setPoint ( const QPoint & point )

Member Type Documentation

enum QDropEvent::Action

When a drag and drop action is completed, the target is expected to perform an action on the data provided by the source. This will be one of the following:

ConstantValueDescription
QDropEvent::Copy0The default action. The source simply uses the data provided in the operation.
QDropEvent::Link1The source should somehow create a link to the location specified by the data.
QDropEvent::Move2The source should somehow move the object from the location specified by the data to a new location.
QDropEvent::Private3The target has special knowledge of the MIME type, which the source should respond to in a similar way to a Copy.
QDropEvent::UserActionPrivateThe source and target can co-operate using special actions. This feature is not currently supported.

The Link and Move actions only makes sense if the data is a reference, for example, text/uri-list file lists (see QUriDrag).


Member Function Documentation

void QDropEvent::accept ( bool accept )

Call setAccepted(accept) instead.

void QDropEvent::acceptAction ( bool accept = true )

Call this to indicate that the action described by action() is accepted (i.e. if accept is true, which is the default), not merely the default copy action. If you call acceptAction(true), there is no need to also call accept(true).

Action QDropEvent::action () const

Use dropAction() instead.

The table below shows the correspondance between the return type of action() and the return type of dropAction().

Old enum valueNew enum value
QDropEvent::CopyQt::CopyAction
QDropEvent::MoveQt::MoveAction
QDropEvent::LinkQt::LinkAction
otherQt::CopyAction

QByteArray QDropEvent::data ( const char * f ) const

The encoded data is in f. Use QDropEvent::encodedData().

QByteArray QDropEvent::encodedData ( const char * format ) const   [virtual]

Reimplemented from QMimeSource::encodedData().

Returns a byte array containing the drag's data, in format.

data() normally needs to get the data from the drag source, which is potentially very slow, so it's advisable to call this function only if you're sure that you will need the data in that particular format.

The resulting data will have a size of 0 if the format was not available.

See also format() and QByteArray::size().

const char * QDropEvent::format ( int n = 0 ) const   [virtual]

Reimplemented from QMimeSource::format().

Returns a string describing one of the available data types for this drag. Common examples are "text/plain" and "image/gif". If n is less than zero or greater than the number of available data types, format() returns 0.

This function is provided mainly for debugging. Most drop targets will use provides().

See also data() and provides().

bool QDropEvent::provides ( const char * mimeType ) const   [virtual]

Reimplemented from QMimeSource::provides().

Returns true if this event provides format mimeType; otherwise returns false.

See also data().

void QDropEvent::setPoint ( const QPoint & point )

Sets the drop to happen at the given point. You do not normally need to use this as it will be set internally before your widget receives the drop event.

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 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le Qt Developer Network au hasard

Logo

Compiler l'add-in Qt de Visual Studio

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 4.6
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