Q3ImageDrag Class Reference
|
Q3ImageDrag ( QImage image, QWidget * dragSource = 0, const char * name = 0 ) | |
Q3ImageDrag ( QWidget * dragSource = 0, const char * name = 0 ) | |
~Q3ImageDrag () | |
virtual void | setImage ( QImage image ) |
virtual QByteArray | encodedData ( const char * fmt ) const |
virtual const char * | format ( int i ) const |
bool | canDecode ( const QMimeSource * source ) |
bool | decode ( const QMimeSource * source, QImage & image ) |
bool | decode ( const QMimeSource * source, QPixmap & pixmap ) |
The Q3ImageDrag class provides a drag and drop object for transferring images.
Images are offered to the receiving application in multiple formats, determined by Qt's output formats.
Constructs an image drag object with the given name, and sets its data to image. The dragSource is the widget that the drag operation started from.
Constructs a default image drag object with the given name. The dragSource is the widget that the drag operation started from.
Destroys the image drag object.
Returns true if the information in the MIME source can be decoded into an image; otherwise returns false.
See also decode().
Decode the dropped information in the MIME source into the image. Возвращает true в случае успеха; при неудаче возвращается false.
See also canDecode().
Это перегруженная функция.
Decodes the dropped information in the MIME source into the pixmap. Возвращает true в случае успеха; при неудаче возвращается false.
This is a convenience function that converts the information to a QPixmap via a QImage.
See also canDecode().
Переопределено из QMimeSource::encodedData().
Переопределено из QMimeSource::format().
Sets the image to be dragged. You will need to call this if you did not pass the image during construction.
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |