gi-poppler-0.18.24: 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.Objects.AnnotScreen

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AnnotScreen Source #

Memory-managed wrapper type.

Constructors

AnnotScreen (ManagedPtr AnnotScreen) 

Instances

Instances details
Eq AnnotScreen Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

Methods

(==) :: AnnotScreen -> AnnotScreen -> Bool

(/=) :: AnnotScreen -> AnnotScreen -> Bool

GObject AnnotScreen Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

ManagedPtrNewtype AnnotScreen Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

Methods

toManagedPtr :: AnnotScreen -> ManagedPtr AnnotScreen

TypedObject AnnotScreen Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

Methods

glibType :: IO GType

IsGValue AnnotScreen Source #

Convert AnnotScreen to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Poppler.Objects.AnnotScreen

Methods

toGValue :: AnnotScreen -> IO GValue

fromGValue :: GValue -> IO AnnotScreen

HasParentTypes AnnotScreen Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

type ParentTypes AnnotScreen Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

type ParentTypes AnnotScreen = '[Annot, Object]

class (GObject o, IsDescendantOf AnnotScreen o) => IsAnnotScreen o Source #

Type class for types which can be safely cast to AnnotScreen, for instance with toAnnotScreen.

Instances

Instances details
(GObject o, IsDescendantOf AnnotScreen o) => IsAnnotScreen o Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

toAnnotScreen :: (MonadIO m, IsAnnotScreen o) => o -> m AnnotScreen Source #

Cast to AnnotScreen, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getAction

annotScreenGetAction Source #

Arguments

:: (HasCallStack, MonadIO m, IsAnnotScreen a) 
=> a

popplerAnnot: a AnnotScreen

-> m Action

Returns: the action to perform. The returned object is owned by popplerAnnot and should not be freed

Retrieves the action (tAction) that shall be performed when popplerAnnot is activated

Since: 0.14