gi-vips-8.0.4: libvips GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Vips.Objects.ForeignSave

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ForeignSave Source #

Memory-managed wrapper type.

Constructors

ForeignSave (ManagedPtr ForeignSave) 

Instances

Instances details
Eq ForeignSave Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

GObject ForeignSave Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

ManagedPtrNewtype ForeignSave Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

Methods

toManagedPtr :: ForeignSave -> ManagedPtr ForeignSave

TypedObject ForeignSave Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

Methods

glibType :: IO GType

HasParentTypes ForeignSave Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

IsGValue (Maybe ForeignSave) Source #

Convert ForeignSave to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Vips.Objects.ForeignSave

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ForeignSave -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ForeignSave)

type ParentTypes ForeignSave Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

type ParentTypes ForeignSave = '[Foreign, Operation, Object, Object]

class (GObject o, IsDescendantOf ForeignSave o) => IsForeignSave o Source #

Type class for types which can be safely cast to ForeignSave, for instance with toForeignSave.

Instances

Instances details
(GObject o, IsDescendantOf ForeignSave o) => IsForeignSave o Source # 
Instance details

Defined in GI.Vips.Objects.ForeignSave

toForeignSave :: (MonadIO m, IsForeignSave o) => o -> m ForeignSave Source #

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

Methods

Properties

background

No description available in the introspection data.

clearForeignSaveBackground :: (MonadIO m, IsForeignSave o) => o -> m () Source #

Set the value of the “background” property to Nothing. When overloading is enabled, this is equivalent to

clear #background

constructForeignSaveBackground :: (IsForeignSave o, MonadIO m) => ArrayDouble -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “background” property. This is rarely needed directly, but it is used by new.

getForeignSaveBackground :: (MonadIO m, IsForeignSave o) => o -> m (Maybe ArrayDouble) Source #

Get the value of the “background” property. When overloading is enabled, this is equivalent to

get foreignSave #background

setForeignSaveBackground :: (MonadIO m, IsForeignSave o) => o -> ArrayDouble -> m () Source #

Set the value of the “background” property. When overloading is enabled, this is equivalent to

set foreignSave [ #background := value ]

in

No description available in the introspection data.

clearForeignSaveIn :: (MonadIO m, IsForeignSave o) => o -> m () Source #

Set the value of the “in” property to Nothing. When overloading is enabled, this is equivalent to

clear #in

constructForeignSaveIn :: (IsForeignSave o, MonadIO m, IsImage a) => a -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “in” property. This is rarely needed directly, but it is used by new.

getForeignSaveIn :: (MonadIO m, IsForeignSave o) => o -> m (Maybe Image) Source #

Get the value of the “in” property. When overloading is enabled, this is equivalent to

get foreignSave #in

setForeignSaveIn :: (MonadIO m, IsForeignSave o, IsImage a) => o -> a -> m () Source #

Set the value of the “in” property. When overloading is enabled, this is equivalent to

set foreignSave [ #in := value ]

pageHeight

No description available in the introspection data.

constructForeignSavePageHeight :: (IsForeignSave o, MonadIO m) => Int32 -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “page-height” property. This is rarely needed directly, but it is used by new.

getForeignSavePageHeight :: (MonadIO m, IsForeignSave o) => o -> m Int32 Source #

Get the value of the “page-height” property. When overloading is enabled, this is equivalent to

get foreignSave #pageHeight

setForeignSavePageHeight :: (MonadIO m, IsForeignSave o) => o -> Int32 -> m () Source #

Set the value of the “page-height” property. When overloading is enabled, this is equivalent to

set foreignSave [ #pageHeight := value ]

strip

No description available in the introspection data.

constructForeignSaveStrip :: (IsForeignSave o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “strip” property. This is rarely needed directly, but it is used by new.

getForeignSaveStrip :: (MonadIO m, IsForeignSave o) => o -> m Bool Source #

Get the value of the “strip” property. When overloading is enabled, this is equivalent to

get foreignSave #strip

setForeignSaveStrip :: (MonadIO m, IsForeignSave o) => o -> Bool -> m () Source #

Set the value of the “strip” property. When overloading is enabled, this is equivalent to

set foreignSave [ #strip := value ]