gi-poppler-0.18.23: Poppler bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Structs.ActionOCGState

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ActionOCGState Source #

Memory-managed wrapper type.

Constructors

ActionOCGState (ManagedPtr ActionOCGState) 

Instances

Instances details
Eq ActionOCGState Source # 
Instance details

Defined in GI.Poppler.Structs.ActionOCGState

BoxedPtr ActionOCGState Source # 
Instance details

Defined in GI.Poppler.Structs.ActionOCGState

CallocPtr ActionOCGState Source # 
Instance details

Defined in GI.Poppler.Structs.ActionOCGState

ManagedPtrNewtype ActionOCGState Source # 
Instance details

Defined in GI.Poppler.Structs.ActionOCGState

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

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.

Methods

Overloaded methods

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

set actionOCGState [ #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

set actionOCGState [ #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

set actionOCGState [ #type := value ]