| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GI.Poppler.Structs.ActionOCGState
Description
No description available in the introspection data.
Synopsis
- newtype ActionOCGState = ActionOCGState (ManagedPtr ActionOCGState)
 - newZeroActionOCGState :: MonadIO m => m ActionOCGState
 - noActionOCGState :: Maybe ActionOCGState
 - clearActionOCGStateStateList :: MonadIO m => ActionOCGState -> m ()
 - getActionOCGStateStateList :: MonadIO m => ActionOCGState -> m [Ptr ()]
 - setActionOCGStateStateList :: MonadIO m => ActionOCGState -> Ptr (GList (Ptr ())) -> m ()
 - clearActionOCGStateTitle :: MonadIO m => ActionOCGState -> m ()
 - getActionOCGStateTitle :: MonadIO m => ActionOCGState -> m (Maybe Text)
 - setActionOCGStateTitle :: MonadIO m => ActionOCGState -> CString -> m ()
 - getActionOCGStateType :: MonadIO m => ActionOCGState -> m ActionType
 - setActionOCGStateType :: MonadIO m => ActionOCGState -> ActionType -> m ()
 
Exported types
newtype ActionOCGState Source #
Memory-managed wrapper type.
Constructors
| ActionOCGState (ManagedPtr ActionOCGState) | 
Instances
| WrappedPtr ActionOCGState Source # | |
Defined in GI.Poppler.Structs.ActionOCGState Methods wrappedPtrCalloc :: IO (Ptr ActionOCGState) #  | |
| tag ~ AttrSet => Constructible ActionOCGState tag Source # | |
Defined in GI.Poppler.Structs.ActionOCGState Methods new :: MonadIO m => (ManagedPtr ActionOCGState -> ActionOCGState) -> [AttrOp ActionOCGState tag] -> m ActionOCGState #  | |
newZeroActionOCGState :: MonadIO m => m ActionOCGState Source #
Construct a ActionOCGState struct initialized to zero.
noActionOCGState :: Maybe ActionOCGState Source #
A convenience alias for Nothing :: Maybe ActionOCGState.
Properties
stateList
No description available in the introspection data.
clearActionOCGStateStateList :: MonadIO m => ActionOCGState -> m () Source #
Set the value of the “state_list” field to Nothing.
When overloading is enabled, this is equivalent to
clear #stateList
getActionOCGStateStateList :: MonadIO m => ActionOCGState -> m [Ptr ()] Source #
Get the value of the “state_list” field.
When overloading is enabled, this is equivalent to
get actionOCGState #stateList
setActionOCGStateStateList :: MonadIO m => ActionOCGState -> Ptr (GList (Ptr ())) -> m () Source #
Set the value of the “state_list” field.
When overloading is enabled, this is equivalent to
setactionOCGState [ #stateList:=value ]
title
No description available in the introspection data.
clearActionOCGStateTitle :: MonadIO m => ActionOCGState -> m () Source #
Set the value of the “title” field to Nothing.
When overloading is enabled, this is equivalent to
clear #title
getActionOCGStateTitle :: MonadIO m => ActionOCGState -> m (Maybe Text) Source #
Get the value of the “title” field.
When overloading is enabled, this is equivalent to
get actionOCGState #title
setActionOCGStateTitle :: MonadIO m => ActionOCGState -> CString -> m () Source #
Set the value of the “title” field.
When overloading is enabled, this is equivalent to
setactionOCGState [ #title:=value ]
type
No description available in the introspection data.
getActionOCGStateType :: MonadIO m => ActionOCGState -> m ActionType Source #
Get the value of the “type” field.
When overloading is enabled, this is equivalent to
get actionOCGState #type
setActionOCGStateType :: MonadIO m => ActionOCGState -> ActionType -> m () Source #
Set the value of the “type” field.
When overloading is enabled, this is equivalent to
setactionOCGState [ #type:=value ]