protected override void DropEvent(QDropEvent e) { interceptor.Invoke("dropEvent#", "dropEvent(QDropEvent*)", typeof(void), typeof(QDropEvent), e); }
protected override void DropEvent(QDropEvent arg1) { interceptor.Invoke("dropEvent#", "dropEvent(QDropEvent*)", typeof(void), typeof(QDropEvent), arg1); }
public new virtual void DropEvent(QDropEvent arg1) { interceptor.Invoke("dropEvent#", "dropEvent(QDropEvent*)", typeof(void), typeof(QDropEvent), arg1); }
protected virtual void DropEvent(QDropEvent arg1) { interceptor.Invoke("dropEvent#", "dropEvent(QDropEvent*)", typeof(void), typeof(QDropEvent), arg1); }
protected void InternalDrop(QDropEvent e) { interceptor.Invoke("internalDrop#", "internalDrop(QDropEvent*)", typeof(void), typeof(QDropEvent), e); }
protected virtual void ReceivedDropEvent(int arg1, QDropEvent arg2) { interceptor.Invoke("receivedDropEvent$#", "receivedDropEvent(int, QDropEvent*)", typeof(void), typeof(int), arg1, typeof(QDropEvent), arg2); }
protected override void DropEvent(QDropEvent e) { SlotDropEvent(e); }
public void SlotDropEvent(QDropEvent e) { KUrl.List textlist = KUrl.List.FromMimeData(e.MimeData()); if (textlist.Count == 0) { return; } foreach (KUrl url in textlist) { SlotOpen(url); } }