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 |
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.
Instances
Eq OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT (==) :: OtVarAxisT -> OtVarAxisT -> Bool # (/=) :: OtVarAxisT -> OtVarAxisT -> Bool # | |
BoxedPtr OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT boxedPtrCopy :: OtVarAxisT -> IO OtVarAxisT # boxedPtrFree :: OtVarAxisT -> IO () # | |
CallocPtr OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT boxedPtrCalloc :: IO (Ptr OtVarAxisT) # | |
ManagedPtrNewtype OtVarAxisT Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT | |
tag ~ 'AttrSet => Constructible OtVarAxisT tag Source # | |
Defined in GI.HarfBuzz.Structs.OtVarAxisT 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
set
otVarAxisT [ #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
set
otVarAxisT [ #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
set
otVarAxisT [ #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
set
otVarAxisT [ #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
set
otVarAxisT [ #tag:=
value ]