| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Gui.QMoveEvent
Description
Documentation
class QqqMoveEvent x1 where Source
Methods
qqMoveEvent :: x1 -> IO (QMoveEvent ()) Source
Instances
| QqqMoveEvent (QPoint t1, QPoint t2) |
class QqMoveEvent x1 where Source
Methods
qMoveEvent :: x1 -> IO (QMoveEvent ()) Source
Instances
| QqMoveEvent (QMoveEvent t1) | |
| QqMoveEvent (Point, Point) |
class QqqMoveEvent_nf x1 where Source
Methods
qqMoveEvent_nf :: x1 -> IO (QMoveEvent ()) Source
Instances
| QqqMoveEvent_nf (QPoint t1, QPoint t2) |
class QqMoveEvent_nf x1 where Source
Methods
qMoveEvent_nf :: x1 -> IO (QMoveEvent ()) Source
Instances
| QqMoveEvent_nf (QMoveEvent t1) | |
| QqMoveEvent_nf (Point, Point) |
qMoveEvent_delete :: QMoveEvent a -> IO () Source