| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLMapElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLMapElement = DOMHTMLMapElement (ManagedPtr DOMHTMLMapElement)
- class (GObject o, IsDescendantOf DOMHTMLMapElement o) => IsDOMHTMLMapElement o
- toDOMHTMLMapElement :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m DOMHTMLMapElement
- noDOMHTMLMapElement :: Maybe DOMHTMLMapElement
- dOMHTMLMapElementGetAreas :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) => a -> m DOMHTMLCollection
- dOMHTMLMapElementGetName :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) => a -> m Text
- dOMHTMLMapElementSetName :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) => a -> Text -> m ()
- getDOMHTMLMapElementAreas :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe DOMHTMLCollection)
- constructDOMHTMLMapElementName :: IsDOMHTMLMapElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe Text)
- setDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLMapElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLMapElement (ManagedPtr DOMHTMLMapElement) |
Instances
| Eq DOMHTMLMapElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement Methods (==) :: DOMHTMLMapElement -> DOMHTMLMapElement -> Bool # (/=) :: DOMHTMLMapElement -> DOMHTMLMapElement -> Bool # | |
| IsGValue DOMHTMLMapElement Source # | Convert |
| GObject DOMHTMLMapElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLMapElement Source # | |
| type ParentTypes DOMHTMLMapElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLMapElement type ParentTypes DOMHTMLMapElement = '[DOMHTMLElement, DOMElement, DOMNode, DOMObject, Object, DOMEventTarget] | |
class (GObject o, IsDescendantOf DOMHTMLMapElement o) => IsDOMHTMLMapElement o Source #
Type class for types which can be safely cast to DOMHTMLMapElement, for instance with toDOMHTMLMapElement.
Instances
| (GObject o, IsDescendantOf DOMHTMLMapElement o) => IsDOMHTMLMapElement o Source # | |
toDOMHTMLMapElement :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m DOMHTMLMapElement Source #
Cast to DOMHTMLMapElement, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLMapElement :: Maybe DOMHTMLMapElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLMapElement.
Methods
Overloaded methods
getAreas
dOMHTMLMapElementGetAreas Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getName
dOMHTMLMapElementGetName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setName
dOMHTMLMapElementSetName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
areas
No description available in the introspection data.
getDOMHTMLMapElementAreas :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe DOMHTMLCollection) Source #
Get the value of the “areas” property.
When overloading is enabled, this is equivalent to
get dOMHTMLMapElement #areas
name
No description available in the introspection data.
constructDOMHTMLMapElementName :: IsDOMHTMLMapElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.
getDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe Text) Source #
Get the value of the “name” property.
When overloading is enabled, this is equivalent to
get dOMHTMLMapElement #name
setDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> Text -> m () Source #
Set the value of the “name” property.
When overloading is enabled, this is equivalent to
setdOMHTMLMapElement [ #name:=value ]