| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Poppler.Objects.AnnotScreen
Contents
Description
No description available in the introspection data.
Synopsis
- newtype AnnotScreen = AnnotScreen (ManagedPtr AnnotScreen)
- class GObject o => IsAnnotScreen o
- toAnnotScreen :: (MonadIO m, IsAnnotScreen o) => o -> m AnnotScreen
- noAnnotScreen :: Maybe AnnotScreen
- annotScreenGetAction :: (HasCallStack, MonadIO m, IsAnnotScreen a) => a -> m Action
Exported types
newtype AnnotScreen Source #
Memory-managed wrapper type.
Constructors
| AnnotScreen (ManagedPtr AnnotScreen) |
Instances
| GObject AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen Methods gobjectType :: AnnotScreen -> IO GType # | |
| IsObject AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
| IsAnnot AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
| IsAnnotScreen AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
class GObject o => IsAnnotScreen o Source #
Type class for types which can be safely cast to AnnotScreen, for instance with toAnnotScreen.
Instances
| (GObject a, (UnknownAncestorError AnnotScreen a :: Constraint)) => IsAnnotScreen a Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
| IsAnnotScreen AnnotScreen Source # | |
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.
noAnnotScreen :: Maybe AnnotScreen Source #
A convenience alias for Nothing :: Maybe AnnotScreen.
Methods
getAction
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotScreen a) | |
| => a |
|
| -> m Action | Returns: the action to perform. The returned
object is owned by |
Retrieves the action (Action) that shall be performed when popplerAnnot is activated
Since: 0.14