| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.HarfBuzz.Structs.OtVarAxisT
Description
Use OtVarAxisInfoT instead.
Since: 1.4.2
Synopsis
- newtype OtVarAxisT = OtVarAxisT (ManagedPtr OtVarAxisT)
- newZeroOtVarAxisT :: MonadIO m => m OtVarAxisT
- getOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> m Float
- setOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> Float -> m ()
- getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Float
- setOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> Float -> m ()
- getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Float
- setOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> Float -> m ()
- getOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> m Word32
- setOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> Word32 -> m ()
- getOtVarAxisTTag :: MonadIO m => OtVarAxisT -> m Word32
- setOtVarAxisTTag :: MonadIO m => OtVarAxisT -> Word32 -> m ()
Exported types
newtype OtVarAxisT Source #
Memory-managed wrapper type.
Constructors
| OtVarAxisT (ManagedPtr OtVarAxisT) |
Instances
| Eq OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT | |
| BoxedPtr OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT | |
| CallocPtr OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT Methods boxedPtrCalloc :: IO (Ptr OtVarAxisT) | |
| ManagedPtrNewtype OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT Methods toManagedPtr :: OtVarAxisT -> ManagedPtr OtVarAxisT | |
| tag ~ 'AttrSet => Constructible OtVarAxisT tag Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT Methods new :: MonadIO m => (ManagedPtr OtVarAxisT -> OtVarAxisT) -> [AttrOp OtVarAxisT tag] -> m OtVarAxisT | |
newZeroOtVarAxisT :: MonadIO m => m OtVarAxisT Source #
Construct a OtVarAxisT struct initialized to zero.
Methods
Properties
defaultValue
default value of the axis
getOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> m Float Source #
Get the value of the “default_value” field.
When overloading is enabled, this is equivalent to
get otVarAxisT #defaultValue
setOtVarAxisTDefaultValue :: MonadIO m => OtVarAxisT -> Float -> m () Source #
Set the value of the “default_value” field.
When overloading is enabled, this is equivalent to
setotVarAxisT [ #defaultValue:=value ]
maxValue
maximum value of the axis
getOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> m Float Source #
Get the value of the “max_value” field.
When overloading is enabled, this is equivalent to
get otVarAxisT #maxValue
setOtVarAxisTMaxValue :: MonadIO m => OtVarAxisT -> Float -> m () Source #
Set the value of the “max_value” field.
When overloading is enabled, this is equivalent to
setotVarAxisT [ #maxValue:=value ]
minValue
minimum value of the axis
getOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> m Float Source #
Get the value of the “min_value” field.
When overloading is enabled, this is equivalent to
get otVarAxisT #minValue
setOtVarAxisTMinValue :: MonadIO m => OtVarAxisT -> Float -> m () Source #
Set the value of the “min_value” field.
When overloading is enabled, this is equivalent to
setotVarAxisT [ #minValue:=value ]
nameId
axis name identifier
getOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> m Word32 Source #
Get the value of the “name_id” field.
When overloading is enabled, this is equivalent to
get otVarAxisT #nameId
setOtVarAxisTNameId :: MonadIO m => OtVarAxisT -> Word32 -> m () Source #
Set the value of the “name_id” field.
When overloading is enabled, this is equivalent to
setotVarAxisT [ #nameId:=value ]
tag
axis tag
getOtVarAxisTTag :: MonadIO m => OtVarAxisT -> m Word32 Source #
Get the value of the “tag” field.
When overloading is enabled, this is equivalent to
get otVarAxisT #tag
setOtVarAxisTTag :: MonadIO m => OtVarAxisT -> Word32 -> m () Source #
Set the value of the “tag” field.
When overloading is enabled, this is equivalent to
setotVarAxisT [ #tag:=value ]