gi-webkit-3.0.7: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMWebKitPoint

Contents

Description

 

Synopsis

Exported types

newtype DOMWebKitPoint Source #

Constructors

DOMWebKitPoint (ManagedPtr DOMWebKitPoint) 

Instances

GObject DOMWebKitPoint Source # 
IsObject DOMWebKitPoint Source # 
IsDOMWebKitPoint DOMWebKitPoint Source # 
IsDOMObject DOMWebKitPoint Source # 
((~) * info (ResolveDOMWebKitPointMethod t DOMWebKitPoint), MethodInfo * info DOMWebKitPoint p) => IsLabel t (DOMWebKitPoint -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMWebKitPoint -> p #

((~) * info (ResolveDOMWebKitPointMethod t DOMWebKitPoint), MethodInfo * info DOMWebKitPoint p) => IsLabelProxy t (DOMWebKitPoint -> p) Source # 
HasAttributeList * DOMWebKitPoint Source # 
type SignalList DOMWebKitPoint Source # 
type SignalList DOMWebKitPoint
type AttributeList DOMWebKitPoint Source # 
type AttributeList DOMWebKitPoint

class GObject o => IsDOMWebKitPoint o Source #

Instances

Methods

getX

data DOMWebKitPointGetXMethodInfo Source #

Instances

((~) * signature (m Float), MonadIO m, IsDOMWebKitPoint a) => MethodInfo * DOMWebKitPointGetXMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMWebKitPointGetXMethodInfo a -> signature -> s

getY

data DOMWebKitPointGetYMethodInfo Source #

Instances

((~) * signature (m Float), MonadIO m, IsDOMWebKitPoint a) => MethodInfo * DOMWebKitPointGetYMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMWebKitPointGetYMethodInfo a -> signature -> s

setX

data DOMWebKitPointSetXMethodInfo Source #

Instances

((~) * signature (Float -> m ()), MonadIO m, IsDOMWebKitPoint a) => MethodInfo * DOMWebKitPointSetXMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMWebKitPointSetXMethodInfo a -> signature -> s

setY

data DOMWebKitPointSetYMethodInfo Source #

Instances

((~) * signature (Float -> m ()), MonadIO m, IsDOMWebKitPoint a) => MethodInfo * DOMWebKitPointSetYMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMWebKitPointSetYMethodInfo a -> signature -> s

Properties

x

data DOMWebKitPointXPropertyInfo Source #

Instances

AttrInfo DOMWebKitPointXPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMWebKitPointXPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMWebKitPointXPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo :: * -> Constraint

type AttrGetType DOMWebKitPointXPropertyInfo :: *

type AttrLabel DOMWebKitPointXPropertyInfo :: Symbol

type AttrOrigin DOMWebKitPointXPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo o => Proxy * DOMWebKitPointXPropertyInfo -> o -> IO (AttrGetType DOMWebKitPointXPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo o, AttrSetTypeConstraint DOMWebKitPointXPropertyInfo b) => Proxy * DOMWebKitPointXPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo o => Proxy * DOMWebKitPointXPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo o, AttrSetTypeConstraint DOMWebKitPointXPropertyInfo b) => Proxy * DOMWebKitPointXPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMWebKitPointXPropertyInfo Source # 
type AttrSetTypeConstraint DOMWebKitPointXPropertyInfo = * ~ Float
type AttrOrigin DOMWebKitPointXPropertyInfo Source # 
type AttrLabel DOMWebKitPointXPropertyInfo Source # 
type AttrLabel DOMWebKitPointXPropertyInfo = "x"
type AttrGetType DOMWebKitPointXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo = IsDOMWebKitPoint
type AttrAllowedOps DOMWebKitPointXPropertyInfo Source # 
type AttrAllowedOps DOMWebKitPointXPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMWebKitPointX :: IsDOMWebKitPoint o => Float -> IO (GValueConstruct o) Source #

dOMWebKitPointX :: AttrLabelProxy "x" Source #

y

data DOMWebKitPointYPropertyInfo Source #

Instances

AttrInfo DOMWebKitPointYPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMWebKitPointYPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMWebKitPointYPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo :: * -> Constraint

type AttrGetType DOMWebKitPointYPropertyInfo :: *

type AttrLabel DOMWebKitPointYPropertyInfo :: Symbol

type AttrOrigin DOMWebKitPointYPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo o => Proxy * DOMWebKitPointYPropertyInfo -> o -> IO (AttrGetType DOMWebKitPointYPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo o, AttrSetTypeConstraint DOMWebKitPointYPropertyInfo b) => Proxy * DOMWebKitPointYPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo o => Proxy * DOMWebKitPointYPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo o, AttrSetTypeConstraint DOMWebKitPointYPropertyInfo b) => Proxy * DOMWebKitPointYPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMWebKitPointYPropertyInfo Source # 
type AttrSetTypeConstraint DOMWebKitPointYPropertyInfo = * ~ Float
type AttrOrigin DOMWebKitPointYPropertyInfo Source # 
type AttrLabel DOMWebKitPointYPropertyInfo Source # 
type AttrLabel DOMWebKitPointYPropertyInfo = "y"
type AttrGetType DOMWebKitPointYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo = IsDOMWebKitPoint
type AttrAllowedOps DOMWebKitPointYPropertyInfo Source # 
type AttrAllowedOps DOMWebKitPointYPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMWebKitPointY :: IsDOMWebKitPoint o => Float -> IO (GValueConstruct o) Source #

dOMWebKitPointY :: AttrLabelProxy "y" Source #