Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newDOMPointReadOnly :: MonadDOM m => DOMPointInit -> m DOMPointReadOnly
- newDOMPointReadOnly' :: MonadDOM m => Maybe Double -> Maybe Double -> Maybe Double -> Maybe Double -> m DOMPointReadOnly
- fromPoint :: MonadDOM m => Maybe DOMPointInit -> m DOMPointReadOnly
- fromPoint_ :: MonadDOM m => Maybe DOMPointInit -> m ()
- getX :: (MonadDOM m, IsDOMPointReadOnly self) => self -> m Double
- getY :: (MonadDOM m, IsDOMPointReadOnly self) => self -> m Double
- getZ :: (MonadDOM m, IsDOMPointReadOnly self) => self -> m Double
- getW :: (MonadDOM m, IsDOMPointReadOnly self) => self -> m Double
- newtype DOMPointReadOnly = DOMPointReadOnly {}
- gTypeDOMPointReadOnly :: JSM GType
- class IsGObject o => IsDOMPointReadOnly o
- toDOMPointReadOnly :: IsDOMPointReadOnly o => o -> DOMPointReadOnly
Documentation
newDOMPointReadOnly :: MonadDOM m => DOMPointInit -> m DOMPointReadOnly Source #
newDOMPointReadOnly' :: MonadDOM m => Maybe Double -> Maybe Double -> Maybe Double -> Maybe Double -> m DOMPointReadOnly Source #
fromPoint :: MonadDOM m => Maybe DOMPointInit -> m DOMPointReadOnly Source #
fromPoint_ :: MonadDOM m => Maybe DOMPointInit -> m () Source #
newtype DOMPointReadOnly Source #
Functions for this inteface are in JSDOM.DOMPointReadOnly.
Instances
PToJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types pToJSVal :: DOMPointReadOnly -> JSVal # | |
PFromJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> DOMPointReadOnly # | |
ToJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types toJSVal :: DOMPointReadOnly -> JSM JSVal # toJSValListOf :: [DOMPointReadOnly] -> JSM JSVal # | |
FromJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe DOMPointReadOnly) # fromJSValUnchecked :: JSVal -> JSM DOMPointReadOnly # fromJSValListOf :: JSVal -> JSM (Maybe [DOMPointReadOnly]) # fromJSValUncheckedListOf :: JSVal -> JSM [DOMPointReadOnly] # | |
MakeObject DOMPointReadOnly Source # | |
Defined in JSDOM.Types makeObject :: DOMPointReadOnly -> JSM Object # | |
IsDOMPointReadOnly DOMPointReadOnly Source # | |
Defined in JSDOM.Types | |
IsGObject DOMPointReadOnly Source # | |
Defined in JSDOM.Types typeGType :: DOMPointReadOnly -> JSM GType |
class IsGObject o => IsDOMPointReadOnly o Source #
Instances
IsDOMPointReadOnly DOMPointReadOnly Source # | |
Defined in JSDOM.Types | |
IsDOMPointReadOnly DOMPoint Source # | |
Defined in JSDOM.Types |
toDOMPointReadOnly :: IsDOMPointReadOnly o => o -> DOMPointReadOnly Source #