Qtc.Gui.QDropEvent
Contents
Documentation
class QqqDropEvent x1 where #
Methods
qqDropEvent :: x1 -> IO (QDropEvent ()) #
Instances
QqqDropEvent (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) # | |
Defined in Qtc.Gui.QDropEvent Methods qqDropEvent :: (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) -> IO (QDropEvent ()) # | |
QqqDropEvent (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) # | |
Defined in Qtc.Gui.QDropEvent Methods qqDropEvent :: (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) -> IO (QDropEvent ()) # |
class QqDropEvent x1 where #
Methods
qDropEvent :: x1 -> IO (QDropEvent ()) #
Instances
QqDropEvent (QDropEvent t1) # | |
Defined in Qtc.Gui.QDropEvent Methods qDropEvent :: QDropEvent t1 -> IO (QDropEvent ()) # | |
QqDropEvent (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) # | |
Defined in Qtc.Gui.QDropEvent Methods qDropEvent :: (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) -> IO (QDropEvent ()) # | |
QqDropEvent (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) # | |
Defined in Qtc.Gui.QDropEvent Methods qDropEvent :: (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) -> IO (QDropEvent ()) # |
class QqqDropEvent_nf x1 where #
Methods
qqDropEvent_nf :: x1 -> IO (QDropEvent ()) #
Instances
QqqDropEvent_nf (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) # | |
Defined in Qtc.Gui.QDropEvent Methods qqDropEvent_nf :: (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) -> IO (QDropEvent ()) # | |
QqqDropEvent_nf (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) # | |
Defined in Qtc.Gui.QDropEvent Methods qqDropEvent_nf :: (QPointF t1, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) -> IO (QDropEvent ()) # |
class QqDropEvent_nf x1 where #
Methods
qDropEvent_nf :: x1 -> IO (QDropEvent ()) #
Instances
QqDropEvent_nf (QDropEvent t1) # | |
Defined in Qtc.Gui.QDropEvent Methods qDropEvent_nf :: QDropEvent t1 -> IO (QDropEvent ()) # | |
QqDropEvent_nf (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) # | |
Defined in Qtc.Gui.QDropEvent Methods qDropEvent_nf :: (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers) -> IO (QDropEvent ()) # | |
QqDropEvent_nf (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) # | |
Defined in Qtc.Gui.QDropEvent Methods qDropEvent_nf :: (PointF, DropActions, QMimeData t3, MouseButtons, KeyboardModifiers, QEvent_Type) -> IO (QDropEvent ()) # |
Methods
act :: x0 -> x1 -> IO DropActions #
Instances
Qact (QDropEvent ()) () # | |
Defined in Qtc.Gui.QDropEvent Methods act :: QDropEvent () -> () -> IO DropActions # | |
Qact (QDropEventSc a) () # | |
Defined in Qtc.Gui.QDropEvent Methods act :: QDropEventSc a -> () -> IO DropActions # |
class Qdefault_action x0 x1 where #
Methods
default_action :: x0 -> x1 -> IO DropAction #
Instances
Qdefault_action (QDropEvent ()) () # | |
Defined in Qtc.Gui.QDropEvent Methods default_action :: QDropEvent () -> () -> IO DropAction # | |
Qdefault_action (QDropEventSc a) () # | |
Defined in Qtc.Gui.QDropEvent Methods default_action :: QDropEventSc a -> () -> IO DropAction # |
class Qdrop_action x0 x1 where #
Methods
drop_action :: x0 -> x1 -> IO DropAction #
Instances
Qdrop_action (QDropEvent ()) () # | |
Defined in Qtc.Gui.QDropEvent Methods drop_action :: QDropEvent () -> () -> IO DropAction # | |
Qdrop_action (QDropEventSc a) () # | |
Defined in Qtc.Gui.QDropEvent Methods drop_action :: QDropEventSc a -> () -> IO DropAction # |
keyboardModifiers :: QDropEvent a -> () -> IO KeyboardModifiers #
Instances
Qmdata (QDropEvent ()) () # | |
Defined in Qtc.Gui.QDropEvent Methods mdata :: QDropEvent () -> () -> IO (QMimeData ()) # | |
Qmdata (QDropEventSc a) () # | |
Defined in Qtc.Gui.QDropEvent Methods mdata :: QDropEventSc a -> () -> IO (QMimeData ()) # |
mouseButtons :: QDropEvent a -> () -> IO MouseButtons #
Instances
QsetAct (QDropEvent ()) DropActions # | |
Defined in Qtc.Gui.QDropEvent Methods setAct :: QDropEvent () -> DropActions -> IO () # | |
QsetAct (QDropEventSc a) DropActions # | |
Defined in Qtc.Gui.QDropEvent Methods setAct :: QDropEventSc a -> DropActions -> IO () # |
class QsetDefault_action x0 x1 where #
Methods
setDefault_action :: x0 -> x1 -> IO () #
Instances
QsetDefault_action (QDropEvent ()) DropAction # | |
Defined in Qtc.Gui.QDropEvent Methods setDefault_action :: QDropEvent () -> DropAction -> IO () # | |
QsetDefault_action (QDropEventSc a) DropAction # | |
Defined in Qtc.Gui.QDropEvent Methods setDefault_action :: QDropEventSc a -> DropAction -> IO () # |
class QsetDrop_action x0 x1 where #
Methods
setDrop_action :: x0 -> x1 -> IO () #
Instances
QsetDrop_action (QDropEvent ()) DropAction # | |
Defined in Qtc.Gui.QDropEvent Methods setDrop_action :: QDropEvent () -> DropAction -> IO () # | |
QsetDrop_action (QDropEventSc a) DropAction # | |
Defined in Qtc.Gui.QDropEvent Methods setDrop_action :: QDropEventSc a -> DropAction -> IO () # |
Instances
QsetMdata (QDropEvent ()) (QMimeData t1) # | |
Defined in Qtc.Gui.QDropEvent Methods setMdata :: QDropEvent () -> QMimeData t1 -> IO () # | |
QsetMdata (QDropEventSc a) (QMimeData t1) # | |
Defined in Qtc.Gui.QDropEvent Methods setMdata :: QDropEventSc a -> QMimeData t1 -> IO () # |
qDropEvent_delete :: QDropEvent a -> IO () #
qDropEvent_delete1 :: QDropEvent a -> IO () #