| 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.ActionGotoDest
Description
Go to destination
Synopsis
- newtype ActionGotoDest = ActionGotoDest (ManagedPtr ActionGotoDest)
- newZeroActionGotoDest :: MonadIO m => m ActionGotoDest
- clearActionGotoDestDest :: MonadIO m => ActionGotoDest -> m ()
- getActionGotoDestDest :: MonadIO m => ActionGotoDest -> m (Maybe Dest)
- setActionGotoDestDest :: MonadIO m => ActionGotoDest -> Ptr Dest -> m ()
- clearActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m ()
- getActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m (Maybe Text)
- setActionGotoDestTitle :: MonadIO m => ActionGotoDest -> CString -> m ()
- getActionGotoDestType :: MonadIO m => ActionGotoDest -> m ActionType
- setActionGotoDestType :: MonadIO m => ActionGotoDest -> ActionType -> m ()
Exported types
newtype ActionGotoDest Source #
Memory-managed wrapper type.
Constructors
| ActionGotoDest (ManagedPtr ActionGotoDest) |
Instances
| Eq ActionGotoDest Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest Methods (==) :: ActionGotoDest -> ActionGotoDest -> Bool # (/=) :: ActionGotoDest -> ActionGotoDest -> Bool # | |
| BoxedPtr ActionGotoDest Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest | |
| CallocPtr ActionGotoDest Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest Methods | |
| ManagedPtrNewtype ActionGotoDest Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest Methods toManagedPtr :: ActionGotoDest -> ManagedPtr ActionGotoDest | |
| tag ~ 'AttrSet => Constructible ActionGotoDest tag Source # | |
Defined in GI.Poppler.Structs.ActionGotoDest Methods new :: MonadIO m => (ManagedPtr ActionGotoDest -> ActionGotoDest) -> [AttrOp ActionGotoDest tag] -> m ActionGotoDest | |
newZeroActionGotoDest :: MonadIO m => m ActionGotoDest Source #
Construct a ActionGotoDest struct initialized to zero.
Methods
Properties
dest
destination
clearActionGotoDestDest :: MonadIO m => ActionGotoDest -> m () Source #
Set the value of the “dest” field to Nothing.
When overloading is enabled, this is equivalent to
clear #dest
getActionGotoDestDest :: MonadIO m => ActionGotoDest -> m (Maybe Dest) Source #
Get the value of the “dest” field.
When overloading is enabled, this is equivalent to
get actionGotoDest #dest
setActionGotoDestDest :: MonadIO m => ActionGotoDest -> Ptr Dest -> m () Source #
Set the value of the “dest” field.
When overloading is enabled, this is equivalent to
setactionGotoDest [ #dest:=value ]
title
action title
clearActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionGotoDestTitle :: MonadIO m => ActionGotoDest -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionGotoDest #title
setActionGotoDestTitle :: MonadIO m => ActionGotoDest -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionGotoDest [ #title:=value ]
type
action type (ActionTypeGotoDest)
getActionGotoDestType :: MonadIO m => ActionGotoDest -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionGotoDest #type
setActionGotoDestType :: MonadIO m => ActionGotoDest -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionGotoDest [ #type:=value ]