func (ptr *QGraphicsSceneDragDropEvent) ProposedAction() core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QGraphicsSceneDragDropEvent_ProposedAction(ptr.Pointer())) } return 0 }
func (ptr *QDrag) Exec2(supportedActions core.Qt__DropAction, defaultDropAction core.Qt__DropAction) core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QDrag_Exec2(ptr.Pointer(), C.int(supportedActions), C.int(defaultDropAction))) } return 0 }
func (ptr *QGraphicsSceneDragDropEvent) PossibleActions() core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QGraphicsSceneDragDropEvent_PossibleActions(ptr.Pointer())) } return 0 }
//export callbackQDragActionChanged func callbackQDragActionChanged(ptrName *C.char, action C.int) { qt.GetSignal(C.GoString(ptrName), "actionChanged").(func(core.Qt__DropAction))(core.Qt__DropAction(action)) }
func (ptr *QDrag) SupportedActions() core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QDrag_SupportedActions(ptr.Pointer())) } return 0 }
func (ptr *QDropEvent) ProposedAction() core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QDropEvent_ProposedAction(ptr.Pointer())) } return 0 }
func (ptr *QDropEvent) PossibleActions() core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QDropEvent_PossibleActions(ptr.Pointer())) } return 0 }
func (ptr *QFileSystemModel) SupportedDropActions() core.Qt__DropAction { if ptr.Pointer() != nil { return core.Qt__DropAction(C.QFileSystemModel_SupportedDropActions(ptr.Pointer())) } return 0 }