| 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.AnnotCircle
Description
No description available in the introspection data.
Synopsis
- newtype AnnotCircle = AnnotCircle (ManagedPtr AnnotCircle)
- class GObject o => IsAnnotCircle o
- toAnnotCircle :: (MonadIO m, IsAnnotCircle o) => o -> m AnnotCircle
- noAnnotCircle :: Maybe AnnotCircle
- annotCircleGetInteriorColor :: (HasCallStack, MonadIO m, IsAnnotCircle a) => a -> m Color
- annotCircleNew :: (HasCallStack, MonadIO m, IsDocument a) => a -> Rectangle -> m AnnotCircle
- annotCircleSetInteriorColor :: (HasCallStack, MonadIO m, IsAnnotCircle a) => a -> Maybe Color -> m ()
Exported types
newtype AnnotCircle Source #
Memory-managed wrapper type.
Constructors
| AnnotCircle (ManagedPtr AnnotCircle) |
Instances
| GObject AnnotCircle Source # | |
Defined in GI.Poppler.Objects.AnnotCircle Methods gobjectType :: AnnotCircle -> IO GType # | |
| IsObject AnnotCircle Source # | |
Defined in GI.Poppler.Objects.AnnotCircle | |
| IsAnnot AnnotCircle Source # | |
Defined in GI.Poppler.Objects.AnnotCircle | |
| IsAnnotMarkup AnnotCircle Source # | |
Defined in GI.Poppler.Objects.AnnotCircle | |
| IsAnnotCircle AnnotCircle Source # | |
Defined in GI.Poppler.Objects.AnnotCircle | |
class GObject o => IsAnnotCircle o Source #
Type class for types which can be safely cast to AnnotCircle, for instance with toAnnotCircle.
Instances
| (GObject a, (UnknownAncestorError AnnotCircle a :: Constraint)) => IsAnnotCircle a Source # | |
Defined in GI.Poppler.Objects.AnnotCircle | |
| IsAnnotCircle AnnotCircle Source # | |
Defined in GI.Poppler.Objects.AnnotCircle | |
toAnnotCircle :: (MonadIO m, IsAnnotCircle o) => o -> m AnnotCircle Source #
Cast to AnnotCircle, for types for which this is known to be safe. For general casts, use castTo.
noAnnotCircle :: Maybe AnnotCircle Source #
A convenience alias for Nothing :: Maybe AnnotCircle.
Methods
getInteriorColor
annotCircleGetInteriorColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotCircle a) | |
| => a |
|
| -> m Color | Returns: a new allocated |
Retrieves the interior color of popplerAnnot.
Since: 0.26
new
Arguments
| :: (HasCallStack, MonadIO m, IsDocument a) | |
| => a |
|
| -> Rectangle |
|
| -> m AnnotCircle | Returns: a newly created |
Creates a new Circle annotation that will be
located on rect when added to a page. See
pageAddAnnot
Since: 0.26
setInteriorColor
annotCircleSetInteriorColor Source #
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotCircle a) | |
| => a |
|
| -> Maybe Color | |
| -> m () |
Sets the interior color of popplerAnnot.
Since: 0.26