| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QCursor
Documentation
class QCursorValue a where Source #
Minimal complete definition
Methods
withQCursorPtr :: a -> (QCursorConst -> IO b) -> IO b Source #
Instances
| QCursorConstPtr a => QCursorValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor Methods withQCursorPtr :: a -> (QCursorConst -> IO b) -> IO b Source # | |
class CppPtr this => QCursorConstPtr this where Source #
Minimal complete definition
Methods
toQCursorConst :: this -> QCursorConst Source #
Instances
| QCursorConstPtr QCursor Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor Methods toQCursorConst :: QCursor -> QCursorConst Source # | |
| QCursorConstPtr QCursorConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor Methods | |
class QCursorConstPtr this => QCursorPtr this where Source #
Minimal complete definition
Instances
| QCursorPtr QCursor Source # | |
data QCursorConst Source #
Instances
Instances
| Eq QCursor Source # | |
| Ord QCursor Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor | |
| Show QCursor Source # | |
| CppPtr QCursor Source # | |
| Deletable QCursor Source # | |
| QCursorPtr QCursor Source # | |
| QCursorConstPtr QCursor Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor Methods toQCursorConst :: QCursor -> QCursorConst Source # | |
| QCursorValue a => Assignable QCursor a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor | |
| Copyable QCursor QCursor Source # | |
| Copyable QCursorConst QCursor Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor Methods copy :: QCursorConst -> IO QCursor # | |
| Decodable QCursor QCursor Source # | |
| Decodable QCursorConst QCursor Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QCursor Methods decode :: QCursorConst -> IO QCursor # | |
| Assignable (Ptr (Ptr QCursor)) QCursor Source # | |
| Decodable (Ptr (Ptr QCursor)) QCursor Source # | |
castConst :: QCursorConstPtr this => this -> QCursorConst Source #
cast :: QCursorPtr this => this -> QCursor Source #
downCastConst :: QCursorSuperConst a => a -> QCursorConst 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 #