Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QDial
Documentation
class QDialValue a where Source #
Minimal complete definition
Methods
withQDialPtr :: a -> (QDialConst -> IO b) -> IO b Source #
Instances
QDialConstPtr a => QDialValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods withQDialPtr :: a -> (QDialConst -> IO b) -> IO b Source # |
class QAbstractSliderConstPtr this => QDialConstPtr this where Source #
Minimal complete definition
Methods
toQDialConst :: this -> QDialConst Source #
Instances
QDialConstPtr QDial Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods toQDialConst :: QDial -> QDialConst Source # | |
QDialConstPtr QDialConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods toQDialConst :: QDialConst -> QDialConst Source # |
class (QDialConstPtr this, QAbstractSliderPtr this) => QDialPtr this where Source #
Minimal complete definition
data QDialConst Source #
Instances
Instances
Eq QDial Source # | |
Ord QDial Source # | |
Show QDial Source # | |
CppPtr QDial Source # | |
Deletable QDial Source # | |
QObjectPtr QDial Source # | |
QObjectConstPtr QDial Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods toQObjectConst :: QDial -> QObjectConst Source # | |
QWidgetPtr QDial Source # | |
QWidgetConstPtr QDial Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods toQWidgetConst :: QDial -> QWidgetConst Source # | |
QAbstractSliderPtr QDial Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods | |
QAbstractSliderConstPtr QDial Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods toQAbstractSliderConst :: QDial -> QAbstractSliderConst Source # | |
QDialPtr QDial Source # | |
QDialConstPtr QDial Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDial Methods toQDialConst :: QDial -> QDialConst Source # | |
Assignable (Ptr (Ptr QDial)) QDial Source # | |
Decodable (Ptr (Ptr QDial)) QDial Source # | |
castConst :: QDialConstPtr this => this -> QDialConst Source #
downCastConst :: QDialSuperConst a => a -> QDialConst Source #
newWithParent :: QWidgetPtr arg'1 => arg'1 -> IO QDial Source #
notchTarget :: QDialValue arg'1 => arg'1 -> IO Double Source #
notchesVisible :: QDialValue arg'1 => arg'1 -> IO Bool Source #