gi-poppler-0.0.34.13: Poppler bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Structs.Point

Contents

Description

A #PopplerPoint is used to describe a location point on a page

Synopsis

Exported types

newtype Point Source

Constructors

Point (ForeignPtr Point) 

Instances

BoxedObject Point Source 

Methods

boxedType :: Point -> IO GType

((~) * info (ResolvePointMethod t Point), MethodInfo * info Point p) => IsLabel t (Point -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Point -> p

((~) * info (ResolvePointMethod t Point), MethodInfo * info Point p) => IsLabelProxy t (Point -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Point -> p

((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) PointFreeMethodInfo Point signature Source 
((~) (TYPE Lifted) signature (m Point), MonadIO m) => MethodInfo (TYPE Lifted) PointCopyMethodInfo Point signature Source 

newZeroPoint :: MonadIO m => m Point Source

Construct a Point struct initialized to zero.

Methods

pointCopy

pointFree

data PointFreeMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) PointFreeMethodInfo Point signature Source 

pointFree :: MonadIO m => Point -> m () Source

pointNew

Properties

X

Y