码迷,mamicode.com
首页 > 其他好文 > 详细

QDrag

时间:2021-06-07 20:00:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:const   tsp   head   exec   fun   qpixmap   tac   EDA   pix   

Header: #include <QDrag>
qmake: QT += gui

 

Public Functions

QDrag(QObject *dragSource)
virtual ~QDrag()
Qt::DropAction defaultAction() const
QPixmap dragCursor(Qt::DropAction action) const
Qt::DropAction exec(Qt::DropActions supportedActions = Qt::MoveAction)
Qt::DropAction exec(Qt::DropActions supportedActions, Qt::DropAction defaultDropAction)
QPoint hotSpot() const
QMimeData * mimeData() const
QPixmap pixmap() const
void setDragCursor(const QPixmap &cursor, Qt::DropAction action)
void setHotSpot(const QPoint &hotspot)
void setMimeData(QMimeData *data)
void setPixmap(const QPixmap &pixmap)
QObject * source() const
Qt::DropActions supportedActions() const
QObject * target() const

 

 

 

 

 

 

 

 

################################

QDrag

标签:const   tsp   head   exec   fun   qpixmap   tac   EDA   pix   

原文地址:https://www.cnblogs.com/herd/p/14856329.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!