| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Poppler.Structs.ActionNamed
Description
Predefined action
Synopsis
- newtype ActionNamed = ActionNamed (ManagedPtr ActionNamed)
- newZeroActionNamed :: MonadIO m => m ActionNamed
- clearActionNamedNamedDest :: MonadIO m => ActionNamed -> m ()
- getActionNamedNamedDest :: MonadIO m => ActionNamed -> m (Maybe Text)
- setActionNamedNamedDest :: MonadIO m => ActionNamed -> CString -> m ()
- clearActionNamedTitle :: MonadIO m => ActionNamed -> m ()
- getActionNamedTitle :: MonadIO m => ActionNamed -> m (Maybe Text)
- setActionNamedTitle :: MonadIO m => ActionNamed -> CString -> m ()
- getActionNamedType :: MonadIO m => ActionNamed -> m ActionType
- setActionNamedType :: MonadIO m => ActionNamed -> ActionType -> m ()
Exported types
newtype ActionNamed Source #
Memory-managed wrapper type.
Constructors
| ActionNamed (ManagedPtr ActionNamed) |
Instances
| Eq ActionNamed Source # | |
Defined in GI.Poppler.Structs.ActionNamed | |
| BoxedPtr ActionNamed Source # | |
Defined in GI.Poppler.Structs.ActionNamed | |
| CallocPtr ActionNamed Source # | |
Defined in GI.Poppler.Structs.ActionNamed Methods boxedPtrCalloc :: IO (Ptr ActionNamed) | |
| ManagedPtrNewtype ActionNamed Source # | |
Defined in GI.Poppler.Structs.ActionNamed Methods toManagedPtr :: ActionNamed -> ManagedPtr ActionNamed | |
| tag ~ 'AttrSet => Constructible ActionNamed tag Source # | |
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
setactionNamed [ #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
setactionNamed [ #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
setactionNamed [ #type:=value ]