| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Core.QTimer
Documentation
class QTimerValue a where Source #
Minimal complete definition
Methods
withQTimerPtr :: a -> (QTimerConst -> IO b) -> IO b Source #
Instances
| QTimerConstPtr a => QTimerValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimer Methods withQTimerPtr :: a -> (QTimerConst -> IO b) -> IO b Source # | |
class QObjectConstPtr this => QTimerConstPtr this where Source #
Minimal complete definition
Methods
toQTimerConst :: this -> QTimerConst Source #
Instances
| QTimerConstPtr QTimer Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimer Methods toQTimerConst :: QTimer -> QTimerConst Source # | |
| QTimerConstPtr QTimerConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimer Methods | |
class (QTimerConstPtr this, QObjectPtr this) => QTimerPtr this where Source #
Minimal complete definition
data QTimerConst Source #
Instances
Instances
| Eq QTimer Source # | |
| Ord QTimer Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimer | |
| Show QTimer Source # | |
| CppPtr QTimer Source # | |
| Deletable QTimer Source # | |
| QObjectPtr QTimer Source # | |
| QObjectConstPtr QTimer Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimer Methods toQObjectConst :: QTimer -> QObjectConst Source # | |
| QTimerPtr QTimer Source # | |
| QTimerConstPtr QTimer Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QTimer Methods toQTimerConst :: QTimer -> QTimerConst Source # | |
| Assignable (Ptr (Ptr QTimer)) QTimer Source # | |
| Decodable (Ptr (Ptr QTimer)) QTimer Source # | |
castConst :: QTimerConstPtr this => this -> QTimerConst Source #
downCastConst :: QTimerSuperConst a => a -> QTimerConst Source #
isSingleShot :: QTimerValue arg'1 => arg'1 -> IO Bool Source #
remainingTime :: QTimerValue arg'1 => arg'1 -> IO Int Source #