Documentation
class QqCursorPos x1 where #
qCursorPos :: x1 -> IO Point #
Instances
QqCursorPos () # | |
Defined in Qtc.Gui.QCursor qCursorPos :: () -> IO Point # | |
QqCursorPos (QScreen t1) # | |
Defined in Qtc.Gui.QCursor qCursorPos :: QScreen t1 -> IO Point # |
class QqqCursorPos x1 where #
qqCursorPos :: x1 -> IO (QPoint ()) #
Instances
QqqCursorPos () # | |
Defined in Qtc.Gui.QCursor qqCursorPos :: () -> IO (QPoint ()) # | |
QqqCursorPos (QScreen t1) # | |
Defined in Qtc.Gui.QCursor qqCursorPos :: QScreen t1 -> IO (QPoint ()) # |
Instances
QqCursor () # | |
Defined in Qtc.Gui.QCursor | |
QqCursor CursorShape # | |
Defined in Qtc.Gui.QCursor qCursor :: CursorShape -> IO (QCursor ()) # | |
QqCursor (QCursor t1) # | |
Defined in Qtc.Gui.QCursor | |
QqCursor (QPixmap t1) # | |
Defined in Qtc.Gui.QCursor | |
QqCursor (QBitmap t1, QBitmap t2) # | |
QqCursor (QPixmap t1, Int) # | |
Defined in Qtc.Gui.QCursor | |
QqCursor (QBitmap t1, QBitmap t2, Int) # | |
QqCursor (QPixmap t1, Int, Int) # | |
Defined in Qtc.Gui.QCursor | |
QqCursor (QBitmap t1, QBitmap t2, Int, Int) # | |
class QqCursor_nf x1 where #
qCursor_nf :: x1 -> IO (QCursor ()) #
Instances
class QqCursorSetPos x1 where #
qCursorSetPos :: x1 -> IO () #
Instances
QqCursorSetPos Point # | |
Defined in Qtc.Gui.QCursor qCursorSetPos :: Point -> IO () # | |
QqCursorSetPos (Int, Int) # | |
Defined in Qtc.Gui.QCursor qCursorSetPos :: (Int, Int) -> IO () # | |
QqCursorSetPos (QScreen t1, Point) # | |
Defined in Qtc.Gui.QCursor qCursorSetPos :: (QScreen t1, Point) -> IO () # | |
QqCursorSetPos (QScreen t1, Int, Int) # | |
Defined in Qtc.Gui.QCursor qCursorSetPos :: (QScreen t1, Int, Int) -> IO () # |
class QqqCursorSetPos x1 where #
qqCursorSetPos :: x1 -> IO () #
Instances
QqqCursorSetPos (QPoint t1) # | |
Defined in Qtc.Gui.QCursor qqCursorSetPos :: QPoint t1 -> IO () # | |
QqqCursorSetPos (QScreen t1, QPoint t2) # | |
Defined in Qtc.Gui.QCursor qqCursorSetPos :: (QScreen t1, QPoint t2) -> IO () # |
qCursor_delete :: QCursor a -> IO () #
Orphan instances
QsetShape (QCursor a) CursorShape # | |
setShape :: QCursor a -> CursorShape -> IO () # | |
Qpixmap_nf (QCursor a) () # | |
Qpixmap (QCursor a) () # | |
Qshape (QCursor a) () (IO CursorShape) # | |
shape :: QCursor a -> () -> IO CursorShape # | |
Qmask (QCursor a) () (IO (QBitmap ())) # | |
QqhotSpot (QCursor a) () (IO (QPoint ())) # | |
QhotSpot (QCursor a) () (IO Point) # | |
Qqswap (QCursor ()) (QCursor t1) # | |
Qqswap (QCursorSc a) (QCursor t1) # | |
Qqot (QCursor ()) (QCursor t1) (IO (QCursor ())) # | |
Qqot (QCursorSc a) (QCursor t1) (IO (QCursor ())) # | |