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

GI.Clutter.Objects.ShaderMatrix

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ShaderMatrix Source #

Memory-managed wrapper type.

Constructors

ShaderMatrix (ManagedPtr ShaderMatrix) 

Instances

Instances details
Eq ShaderMatrix Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

BoxedPtr ShaderMatrix Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

ManagedPtrNewtype ShaderMatrix Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

Methods

toManagedPtr :: ShaderMatrix -> ManagedPtr ShaderMatrix

TypedObject ShaderMatrix Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

Methods

glibType :: IO GType

HasParentTypes ShaderMatrix Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

type ParentTypes ShaderMatrix Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

type ParentTypes ShaderMatrix = '[] :: [Type]

class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderMatrix o) => IsShaderMatrix o Source #

Type class for types which can be safely cast to ShaderMatrix, for instance with toShaderMatrix.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ShaderMatrix o) => IsShaderMatrix o Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

toShaderMatrix :: (MonadIO m, IsShaderMatrix o) => o -> m ShaderMatrix Source #

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

Methods