Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newDOMPointReadOnly :: MonadDOM m => DOMPointInit -> m DOMPointReadOnly
- newDOMPointReadOnly' :: MonadDOM m => Maybe Double -> Maybe Double -> Maybe Double -> Maybe Double -> m DOMPointReadOnly
- fromPoint :: (MonadDOM m, IsDOMPointReadOnly self) => self -> Maybe DOMPointInit -> m DOMPointReadOnly
- fromPoint_ :: (MonadDOM m, IsDOMPointReadOnly self) => self -> 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, IsDOMPointReadOnly self) => self -> Maybe DOMPointInit -> m DOMPointReadOnly Source #
fromPoint_ :: (MonadDOM m, IsDOMPointReadOnly self) => self -> Maybe DOMPointInit -> m () Source #
newtype DOMPointReadOnly Source #
Functions for this inteface are in JSDOM.DOMPointReadOnly.
class IsGObject o => IsDOMPointReadOnly o Source #
toDOMPointReadOnly :: IsDOMPointReadOnly o => o -> DOMPointReadOnly Source #