gi-poppler-0.18.27: Poppler bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Poppler.Structs.ActionNamed

Description

Predefined action

Synopsis

Exported types

newtype ActionNamed Source #

Memory-managed wrapper type.

Constructors

ActionNamed (ManagedPtr ActionNamed) 

Instances

Instances details
Eq ActionNamed Source # 
Instance details

Defined in GI.Poppler.Structs.ActionNamed

BoxedPtr ActionNamed Source # 
Instance details

Defined in GI.Poppler.Structs.ActionNamed

CallocPtr ActionNamed Source # 
Instance details

Defined in GI.Poppler.Structs.ActionNamed

ManagedPtrNewtype ActionNamed Source # 
Instance details

Defined in GI.Poppler.Structs.ActionNamed

Methods

toManagedPtr :: ActionNamed -> ManagedPtr ActionNamed

tag ~ 'AttrSet => Constructible ActionNamed tag Source # 
Instance details

Defined in GI.Poppler.Structs.ActionNamed

Methods

new :: MonadIO m => (ManagedPtr ActionNamed -> ActionNamed) -> [AttrOp ActionNamed tag] -> m ActionNamed

newZeroActionNamed :: MonadIO m => m ActionNamed Source #

Construct a ActionNamed struct initialized to zero.

Methods

Properties

namedDest

named destination

clearActionNamedNamedDest :: MonadIO m => ActionNamed -> m () Source #

Set the value of the “named_dest” field to Nothing. When overloading is enabled, this is equivalent to

clear #namedDest

getActionNamedNamedDest :: MonadIO m => ActionNamed -> m (Maybe Text) Source #

Get the value of the “named_dest” field. When overloading is enabled, this is equivalent to

get actionNamed #namedDest

setActionNamedNamedDest :: MonadIO m => ActionNamed -> CString -> m () Source #

Set the value of the “named_dest” field. When overloading is enabled, this is equivalent to

set actionNamed [ #namedDest := value ]

title

action title

clearActionNamedTitle :: MonadIO m => ActionNamed -> m () Source #

Set the value of the “title” field to Nothing. When overloading is enabled, this is equivalent to

clear #title

getActionNamedTitle :: MonadIO m => ActionNamed -> m (Maybe Text) Source #

Get the value of the “title” field. When overloading is enabled, this is equivalent to

get actionNamed #title

setActionNamedTitle :: MonadIO m => ActionNamed -> CString -> m () Source #

Set the value of the “title” field. When overloading is enabled, this is equivalent to

set actionNamed [ #title := value ]

type

action type (ActionTypeNamed)

getActionNamedType :: MonadIO m => ActionNamed -> m ActionType Source #

Get the value of the “type” field. When overloading is enabled, this is equivalent to

get actionNamed #type

setActionNamedType :: MonadIO m => ActionNamed -> ActionType -> m () Source #

Set the value of the “type” field. When overloading is enabled, this is equivalent to

set actionNamed [ #type := value ]