qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QCursor

Documentation

class QCursorValue a where Source #

Minimal complete definition

withQCursorPtr

Methods

withQCursorPtr :: a -> (QCursorConst -> IO b) -> IO b Source #

Instances
QCursorConstPtr a => QCursorValue a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

withQCursorPtr :: a -> (QCursorConst -> IO b) -> IO b Source #

class QCursorConstPtr this => QCursorPtr this where Source #

Minimal complete definition

toQCursor

Methods

toQCursor :: this -> QCursor Source #

data QCursorConst Source #

Instances
Eq QCursorConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Ord QCursorConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Show QCursorConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

CppPtr QCursorConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Deletable QCursorConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

QCursorConstPtr QCursorConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Copyable QCursorConst QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Decodable QCursorConst QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

data QCursor Source #

Instances
Eq QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

(==) :: QCursor -> QCursor -> Bool #

(/=) :: QCursor -> QCursor -> Bool #

Ord QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Show QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

CppPtr QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Deletable QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

delete :: QCursor -> IO () #

toGc :: QCursor -> IO QCursor #

QCursorPtr QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

QCursorConstPtr QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

QCursorValue a => Assignable QCursor a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

assign :: QCursor -> a -> IO () #

Copyable QCursor QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

copy :: QCursor -> IO QCursor #

Copyable QCursorConst QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Decodable QCursor QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

decode :: QCursor -> IO QCursor #

Decodable QCursorConst QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Assignable (Ptr (Ptr QCursor)) QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

assign :: Ptr (Ptr QCursor) -> QCursor -> IO () #

Decodable (Ptr (Ptr QCursor)) QCursor Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QCursor

Methods

decode :: Ptr (Ptr QCursor) -> IO QCursor #

cast :: QCursorPtr this => this -> QCursor Source #

downCastConst :: QCursorSuperConst a => a -> QCursorConst Source #

downCast :: QCursorSuper a => a -> QCursor Source #

newCopy :: QCursorValue arg'1 => arg'1 -> IO QCursor Source #

aSSIGN :: (QCursorPtr arg'1, QCursorValue arg'2) => arg'1 -> arg'2 -> IO QCursor Source #

eQ :: (QCursorValue arg'1, QCursorValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

nE :: (QCursorValue arg'1, QCursorValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

setPos :: QPointValue arg'1 => arg'1 -> IO () Source #

setPosRaw :: Int -> Int -> IO () Source #