Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.DOMPointReadOnly
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.
Constructors
DOMPointReadOnly | |
Fields |
Instances
PToJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types Methods pToJSVal :: DOMPointReadOnly -> JSVal # | |
PFromJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> DOMPointReadOnly # | |
ToJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types | |
FromJSVal DOMPointReadOnly Source # | |
Defined in JSDOM.Types Methods 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 Methods makeObject :: DOMPointReadOnly -> JSM Object # | |
IsDOMPointReadOnly DOMPointReadOnly Source # | |
Defined in JSDOM.Types | |
IsGObject DOMPointReadOnly Source # | |
Defined in JSDOM.Types Methods 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 #