gi-poppler-0.18.11: 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.Objects.Layer

Contents

Description

 

Synopsis

Exported types

newtype Layer Source #

Constructors

Layer (ManagedPtr Layer) 

Instances

GObject Layer Source # 

Methods

gobjectType :: Layer -> IO GType #

IsObject Layer Source # 
IsLayer Layer Source # 
((~) * info (ResolveLayerMethod t Layer), MethodInfo * info Layer p) => IsLabel t (Layer -> p) Source # 

Methods

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

((~) * info (ResolveLayerMethod t Layer), MethodInfo * info Layer p) => IsLabelProxy t (Layer -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Layer -> p #

HasAttributeList * Layer Source # 
type AttributeList Layer Source # 
type SignalList Layer Source # 

Methods

getRadioButtonGroupId

layerGetRadioButtonGroupId Source #

Arguments

:: (HasCallStack, MonadIO m, IsLayer a) 
=> a

layer: a Layer

-> m Int32

Returns: the ID of the radio button group associated with layer, or 0 if the layer is not associated to any radio button group

Returns the numeric ID the radio button group associated with layer.

Since: 0.12

getTitle

data LayerGetTitleMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsLayer a) => MethodInfo * LayerGetTitleMethodInfo a signature Source # 

layerGetTitle Source #

Arguments

:: (HasCallStack, MonadIO m, IsLayer a) 
=> a

layer: a Layer

-> m Text

Returns: a string containing the title of the layer

Returns the name of the layer suitable for presentation as a title in a viewer's GUI

Since: 0.12

hide

data LayerHideMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsLayer a) => MethodInfo * LayerHideMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy LayerHideMethodInfo a -> signature -> s #

layerHide Source #

Arguments

:: (HasCallStack, MonadIO m, IsLayer a) 
=> a

layer: a Layer

-> m () 

Hides layer. If layer is the parent of other nested layers, such layers will be also hidden and will be blocked until layer is shown again

Since: 0.12

isParent

data LayerIsParentMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsLayer a) => MethodInfo * LayerIsParentMethodInfo a signature Source # 

layerIsParent Source #

Arguments

:: (HasCallStack, MonadIO m, IsLayer a) 
=> a

layer: a Layer

-> m Bool

Returns: True if layer is a parent layer

Returns whether layer is parent of other nested layers.

Since: 0.12

isVisible

data LayerIsVisibleMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsLayer a) => MethodInfo * LayerIsVisibleMethodInfo a signature Source # 

layerIsVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsLayer a) 
=> a

layer: a Layer

-> m Bool

Returns: True if layer is visible

Returns whether layer is visible

Since: 0.12

show

data LayerShowMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsLayer a) => MethodInfo * LayerShowMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy LayerShowMethodInfo a -> signature -> s #

layerShow Source #

Arguments

:: (HasCallStack, MonadIO m, IsLayer a) 
=> a

layer: a Layer

-> m () 

Shows layer

Since: 0.12