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 |
No description available in the introspection data.
Synopsis
- newtype AnnotScreen = AnnotScreen (ManagedPtr AnnotScreen)
- class (GObject o, IsDescendantOf AnnotScreen o) => IsAnnotScreen o
- toAnnotScreen :: (MonadIO m, IsAnnotScreen o) => o -> m AnnotScreen
- annotScreenGetAction :: (HasCallStack, MonadIO m, IsAnnotScreen a) => a -> m Action
Exported types
newtype AnnotScreen Source #
Memory-managed wrapper type.
AnnotScreen (ManagedPtr AnnotScreen) |
Instances
Eq AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen (==) :: AnnotScreen -> AnnotScreen -> Bool # (/=) :: AnnotScreen -> AnnotScreen -> Bool # | |
GObject AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
ManagedPtrNewtype AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen toManagedPtr :: AnnotScreen -> ManagedPtr AnnotScreen | |
TypedObject AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
HasParentTypes AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen | |
IsGValue (Maybe AnnotScreen) Source # | Convert |
Defined in GI.Poppler.Objects.AnnotScreen gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe AnnotScreen -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe AnnotScreen) | |
type ParentTypes AnnotScreen Source # | |
Defined in GI.Poppler.Objects.AnnotScreen |
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
(GObject o, IsDescendantOf AnnotScreen o) => IsAnnotScreen o 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
.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getAction, getAnnotType, getColor, getContents, getData, getFlags, getModified, getName, getPageIndex, getProperty, getQdata, getRectangle.
Setters
setColor, setContents, setData, setDataFull, setFlags, setProperty, setRectangle.
getAction
:: (HasCallStack, MonadIO m, IsAnnotScreen a) | |
=> a |
|
-> m Action | Returns: the action to perform. The returned
object is owned by |
Retrieves the action (tAction
) that shall be performed when popplerAnnot
is activated
Since: 0.14