Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class QDoubleSpinBoxValue a where Source #
withQDoubleSpinBoxPtr :: a -> (QDoubleSpinBoxConst -> IO b) -> IO b Source #
Instances
QDoubleSpinBoxConstPtr a => QDoubleSpinBoxValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDoubleSpinBox withQDoubleSpinBoxPtr :: a -> (QDoubleSpinBoxConst -> IO b) -> IO b Source # |
class QAbstractSpinBoxConstPtr this => QDoubleSpinBoxConstPtr this where Source #
toQDoubleSpinBoxConst :: this -> QDoubleSpinBoxConst Source #
class (QDoubleSpinBoxConstPtr this, QAbstractSpinBoxPtr this) => QDoubleSpinBoxPtr this where Source #
toQDoubleSpinBox :: this -> QDoubleSpinBox Source #
Instances
QDoubleSpinBoxPtr QDoubleSpinBox Source # | |
data QDoubleSpinBoxConst Source #
Instances
data QDoubleSpinBox Source #
Instances
castConst :: QDoubleSpinBoxConstPtr this => this -> QDoubleSpinBoxConst Source #
cast :: QDoubleSpinBoxPtr this => this -> QDoubleSpinBox Source #
downCastConst :: QDoubleSpinBoxSuperConst a => a -> QDoubleSpinBoxConst Source #
downCast :: QDoubleSpinBoxSuper a => a -> QDoubleSpinBox Source #
new :: IO QDoubleSpinBox Source #
newWithParent :: QWidgetPtr arg'1 => arg'1 -> IO QDoubleSpinBox Source #
setDecimals :: QDoubleSpinBoxPtr arg'1 => arg'1 -> Int -> IO () Source #
setMaximum :: QDoubleSpinBoxPtr arg'1 => arg'1 -> Double -> IO () Source #
setMinimum :: QDoubleSpinBoxPtr arg'1 => arg'1 -> Double -> IO () Source #
setPrefix :: (QDoubleSpinBoxPtr arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO () Source #
setSingleStep :: QDoubleSpinBoxPtr arg'1 => arg'1 -> Double -> IO () Source #
setSuffix :: (QDoubleSpinBoxPtr arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO () Source #
singleStep :: QDoubleSpinBoxValue arg'1 => arg'1 -> IO Double Source #
textFromValue :: QDoubleSpinBoxValue arg'1 => arg'1 -> Double -> IO String Source #
valueFromText :: (QDoubleSpinBoxValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO Double Source #
valueChangedDoubleSignal :: QDoubleSpinBoxPtr object => Signal object (Double -> IO ()) Source #
valueChangedStringSignal :: QDoubleSpinBoxPtr object => Signal object (String -> IO ()) Source #