コード例 #1
0
 public bool DropMimeData(Phonon.ObjectDescriptionType type, QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
 {
     return((bool)interceptor.Invoke("dropMimeData$#$$$#", "dropMimeData(Phonon::ObjectDescriptionType, const QMimeData*, Qt::DropAction, int, int, const QModelIndex&)", typeof(bool), typeof(Phonon.ObjectDescriptionType), type, typeof(QMimeData), data, typeof(Qt.DropAction), action, typeof(int), row, typeof(int), column, typeof(QModelIndex), parent));
 }
コード例 #2
0
 public override bool DropMimeData(QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
 {
     return((bool)interceptor.Invoke("dropMimeData#$$$#", "dropMimeData(const QMimeData*, Qt::DropAction, int, int, const QModelIndex&)", typeof(bool), typeof(QMimeData), data, typeof(Qt.DropAction), action, typeof(int), row, typeof(int), column, typeof(QModelIndex), parent));
 }
コード例 #3
0
ファイル: QDropEvent.cs プロジェクト: micro-chen/qyoto
 public void SetDropAction(Qt.DropAction action)
 {
     interceptor.Invoke("setDropAction$", "setDropAction(Qt::DropAction)", typeof(void), typeof(Qt.DropAction), action);
 }
コード例 #4
0
ファイル: QTreeWidget.cs プロジェクト: micro-chen/qyoto
 protected virtual bool DropMimeData(QTreeWidgetItem parent, int index, QMimeData data, Qt.DropAction action)
 {
     return((bool)interceptor.Invoke("dropMimeData#$#$", "dropMimeData(QTreeWidgetItem*, int, const QMimeData*, Qt::DropAction)", typeof(bool), typeof(QTreeWidgetItem), parent, typeof(int), index, typeof(QMimeData), data, typeof(Qt.DropAction), action));
 }
コード例 #5
0
 public void SetDragCursor(QPixmap cursor, Qt.DropAction action)
 {
     interceptor.Invoke("setDragCursor#$", "setDragCursor(const QPixmap&, Qt::DropAction)", typeof(void), typeof(QPixmap), cursor, typeof(Qt.DropAction), action);
 }
コード例 #6
0
 public Qt.DropAction Exec(uint supportedActions, Qt.DropAction defaultAction)
 {
     return((Qt.DropAction)interceptor.Invoke("exec$$", "exec(Qt::DropActions, Qt::DropAction)", typeof(Qt.DropAction), typeof(uint), supportedActions, typeof(Qt.DropAction), defaultAction));
 }
コード例 #7
0
 protected virtual bool DropMimeData(int row, int column, QMimeData data, Qt.DropAction action)
 {
     return((bool)interceptor.Invoke("dropMimeData$$#$", "dropMimeData(int, int, const QMimeData*, Qt::DropAction)", typeof(bool), typeof(int), row, typeof(int), column, typeof(QMimeData), data, typeof(Qt.DropAction), action));
 }