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.ActionAny

Description

Fields common to all Actions

Synopsis

Exported types

newtype ActionAny Source #

Memory-managed wrapper type.

Constructors

ActionAny (ManagedPtr ActionAny) 

Instances

Instances details
Eq ActionAny Source # 
Instance details

Defined in GI.Poppler.Structs.ActionAny

BoxedPtr ActionAny Source # 
Instance details

Defined in GI.Poppler.Structs.ActionAny

CallocPtr ActionAny Source # 
Instance details

Defined in GI.Poppler.Structs.ActionAny

ManagedPtrNewtype ActionAny Source # 
Instance details

Defined in GI.Poppler.Structs.ActionAny

Methods

toManagedPtr :: ActionAny -> ManagedPtr ActionAny

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

Defined in GI.Poppler.Structs.ActionAny

Methods

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

newZeroActionAny :: MonadIO m => m ActionAny Source #

Construct a ActionAny struct initialized to zero.

Methods

Properties

title

action title

clearActionAnyTitle :: MonadIO m => ActionAny -> m () Source #

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

clear #title

getActionAnyTitle :: MonadIO m => ActionAny -> m (Maybe Text) Source #

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

get actionAny #title

setActionAnyTitle :: MonadIO m => ActionAny -> CString -> m () Source #

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

set actionAny [ #title := value ]

type

action type

getActionAnyType :: MonadIO m => ActionAny -> m ActionType Source #

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

get actionAny #type

setActionAnyType :: MonadIO m => ActionAny -> ActionType -> m () Source #

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

set actionAny [ #type := value ]