| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Poppler.Structs.AnnotCalloutLine
Description
No description available in the introspection data.
Synopsis
- newtype AnnotCalloutLine = AnnotCalloutLine (ManagedPtr AnnotCalloutLine)
- newZeroAnnotCalloutLine :: MonadIO m => m AnnotCalloutLine
- noAnnotCalloutLine :: Maybe AnnotCalloutLine
- annotCalloutLineCopy :: (HasCallStack, MonadIO m) => AnnotCalloutLine -> m AnnotCalloutLine
- annotCalloutLineFree :: (HasCallStack, MonadIO m) => AnnotCalloutLine -> m ()
- annotCalloutLineNew :: (HasCallStack, MonadIO m) => m AnnotCalloutLine
- getAnnotCalloutLineMultiline :: MonadIO m => AnnotCalloutLine -> m Bool
- setAnnotCalloutLineMultiline :: MonadIO m => AnnotCalloutLine -> Bool -> m ()
- getAnnotCalloutLineX1 :: MonadIO m => AnnotCalloutLine -> m Double
- setAnnotCalloutLineX1 :: MonadIO m => AnnotCalloutLine -> Double -> m ()
- getAnnotCalloutLineX2 :: MonadIO m => AnnotCalloutLine -> m Double
- setAnnotCalloutLineX2 :: MonadIO m => AnnotCalloutLine -> Double -> m ()
- getAnnotCalloutLineX3 :: MonadIO m => AnnotCalloutLine -> m Double
- setAnnotCalloutLineX3 :: MonadIO m => AnnotCalloutLine -> Double -> m ()
- getAnnotCalloutLineY1 :: MonadIO m => AnnotCalloutLine -> m Double
- setAnnotCalloutLineY1 :: MonadIO m => AnnotCalloutLine -> Double -> m ()
- getAnnotCalloutLineY2 :: MonadIO m => AnnotCalloutLine -> m Double
- setAnnotCalloutLineY2 :: MonadIO m => AnnotCalloutLine -> Double -> m ()
- getAnnotCalloutLineY3 :: MonadIO m => AnnotCalloutLine -> m Double
- setAnnotCalloutLineY3 :: MonadIO m => AnnotCalloutLine -> Double -> m ()
Exported types
newtype AnnotCalloutLine Source #
Memory-managed wrapper type.
Constructors
| AnnotCalloutLine (ManagedPtr AnnotCalloutLine) |
Instances
| BoxedObject AnnotCalloutLine Source # | |
Defined in GI.Poppler.Structs.AnnotCalloutLine Methods boxedType :: AnnotCalloutLine -> IO GType # | |
| tag ~ AttrSet => Constructible AnnotCalloutLine tag Source # | |
Defined in GI.Poppler.Structs.AnnotCalloutLine Methods new :: MonadIO m => (ManagedPtr AnnotCalloutLine -> AnnotCalloutLine) -> [AttrOp AnnotCalloutLine tag] -> m AnnotCalloutLine # | |
newZeroAnnotCalloutLine :: MonadIO m => m AnnotCalloutLine Source #
Construct a AnnotCalloutLine struct initialized to zero.
noAnnotCalloutLine :: Maybe AnnotCalloutLine Source #
A convenience alias for Nothing :: Maybe AnnotCalloutLine.
Methods
copy
Arguments
| :: (HasCallStack, MonadIO m) | |
| => AnnotCalloutLine |
|
| -> m AnnotCalloutLine | Returns: a new allocated |
It does copy callout to a new AnnotCalloutLine.
free
Arguments
| :: (HasCallStack, MonadIO m) | |
| => AnnotCalloutLine |
|
| -> m () |
Frees the memory used by AnnotCalloutLine.
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m AnnotCalloutLine | Returns: a new allocated |
Creates a new empty AnnotCalloutLine.
Properties
multiline
No description available in the introspection data.
getAnnotCalloutLineMultiline :: MonadIO m => AnnotCalloutLine -> m Bool Source #
Get the value of the “multiline” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #multiline
setAnnotCalloutLineMultiline :: MonadIO m => AnnotCalloutLine -> Bool -> m () Source #
Set the value of the “multiline” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #multiline:=value ]
x1
No description available in the introspection data.
getAnnotCalloutLineX1 :: MonadIO m => AnnotCalloutLine -> m Double Source #
Get the value of the “x1” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #x1
setAnnotCalloutLineX1 :: MonadIO m => AnnotCalloutLine -> Double -> m () Source #
Set the value of the “x1” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #x1:=value ]
x2
No description available in the introspection data.
getAnnotCalloutLineX2 :: MonadIO m => AnnotCalloutLine -> m Double Source #
Get the value of the “x2” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #x2
setAnnotCalloutLineX2 :: MonadIO m => AnnotCalloutLine -> Double -> m () Source #
Set the value of the “x2” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #x2:=value ]
x3
No description available in the introspection data.
getAnnotCalloutLineX3 :: MonadIO m => AnnotCalloutLine -> m Double Source #
Get the value of the “x3” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #x3
setAnnotCalloutLineX3 :: MonadIO m => AnnotCalloutLine -> Double -> m () Source #
Set the value of the “x3” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #x3:=value ]
y1
No description available in the introspection data.
getAnnotCalloutLineY1 :: MonadIO m => AnnotCalloutLine -> m Double Source #
Get the value of the “y1” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #y1
setAnnotCalloutLineY1 :: MonadIO m => AnnotCalloutLine -> Double -> m () Source #
Set the value of the “y1” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #y1:=value ]
y2
No description available in the introspection data.
getAnnotCalloutLineY2 :: MonadIO m => AnnotCalloutLine -> m Double Source #
Get the value of the “y2” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #y2
setAnnotCalloutLineY2 :: MonadIO m => AnnotCalloutLine -> Double -> m () Source #
Set the value of the “y2” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #y2:=value ]
y3
No description available in the introspection data.
getAnnotCalloutLineY3 :: MonadIO m => AnnotCalloutLine -> m Double Source #
Get the value of the “y3” field.
When overloading is enabled, this is equivalent to
get annotCalloutLine #y3
setAnnotCalloutLineY3 :: MonadIO m => AnnotCalloutLine -> Double -> m () Source #
Set the value of the “y3” field.
When overloading is enabled, this is equivalent to
setannotCalloutLine [ #y3:=value ]