| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2.Objects.HitTestResult
Contents
Description
- newtype HitTestResult = HitTestResult (ManagedPtr HitTestResult)
- class GObject o => IsHitTestResult o
- toHitTestResult :: IsHitTestResult o => o -> IO HitTestResult
- noHitTestResult :: Maybe HitTestResult
- data HitTestResultContextIsEditableMethodInfo
- hitTestResultContextIsEditable :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Bool
- data HitTestResultContextIsImageMethodInfo
- hitTestResultContextIsImage :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Bool
- data HitTestResultContextIsLinkMethodInfo
- hitTestResultContextIsLink :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Bool
- data HitTestResultContextIsMediaMethodInfo
- hitTestResultContextIsMedia :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Bool
- data HitTestResultContextIsScrollbarMethodInfo
- hitTestResultContextIsScrollbar :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Bool
- data HitTestResultContextIsSelectionMethodInfo
- hitTestResultContextIsSelection :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Bool
- data HitTestResultGetContextMethodInfo
- hitTestResultGetContext :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Word32
- data HitTestResultGetImageUriMethodInfo
- hitTestResultGetImageUri :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Text
- data HitTestResultGetLinkLabelMethodInfo
- hitTestResultGetLinkLabel :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Text
- data HitTestResultGetLinkTitleMethodInfo
- hitTestResultGetLinkTitle :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Text
- data HitTestResultGetLinkUriMethodInfo
- hitTestResultGetLinkUri :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Text
- data HitTestResultGetMediaUriMethodInfo
- hitTestResultGetMediaUri :: (HasCallStack, MonadIO m, IsHitTestResult a) => a -> m Text
- data HitTestResultContextPropertyInfo
- constructHitTestResultContext :: IsHitTestResult o => Word32 -> IO (GValueConstruct o)
- getHitTestResultContext :: (MonadIO m, IsHitTestResult o) => o -> m Word32
- hitTestResultContext :: AttrLabelProxy "context"
- data HitTestResultImageUriPropertyInfo
- constructHitTestResultImageUri :: IsHitTestResult o => Text -> IO (GValueConstruct o)
- getHitTestResultImageUri :: (MonadIO m, IsHitTestResult o) => o -> m Text
- hitTestResultImageUri :: AttrLabelProxy "imageUri"
- data HitTestResultLinkLabelPropertyInfo
- constructHitTestResultLinkLabel :: IsHitTestResult o => Text -> IO (GValueConstruct o)
- getHitTestResultLinkLabel :: (MonadIO m, IsHitTestResult o) => o -> m Text
- hitTestResultLinkLabel :: AttrLabelProxy "linkLabel"
- data HitTestResultLinkTitlePropertyInfo
- constructHitTestResultLinkTitle :: IsHitTestResult o => Text -> IO (GValueConstruct o)
- getHitTestResultLinkTitle :: (MonadIO m, IsHitTestResult o) => o -> m Text
- hitTestResultLinkTitle :: AttrLabelProxy "linkTitle"
- data HitTestResultLinkUriPropertyInfo
- constructHitTestResultLinkUri :: IsHitTestResult o => Text -> IO (GValueConstruct o)
- getHitTestResultLinkUri :: (MonadIO m, IsHitTestResult o) => o -> m Text
- hitTestResultLinkUri :: AttrLabelProxy "linkUri"
- data HitTestResultMediaUriPropertyInfo
- constructHitTestResultMediaUri :: IsHitTestResult o => Text -> IO (GValueConstruct o)
- getHitTestResultMediaUri :: (MonadIO m, IsHitTestResult o) => o -> m Text
- hitTestResultMediaUri :: AttrLabelProxy "mediaUri"
Exported types
newtype HitTestResult Source #
Constructors
| HitTestResult (ManagedPtr HitTestResult) |
Instances
| GObject HitTestResult Source # | |
| IsObject HitTestResult Source # | |
| IsHitTestResult HitTestResult Source # | |
| ((~) * info (ResolveHitTestResultMethod t HitTestResult), MethodInfo * info HitTestResult p) => IsLabel t (HitTestResult -> p) Source # | |
| ((~) * info (ResolveHitTestResultMethod t HitTestResult), MethodInfo * info HitTestResult p) => IsLabelProxy t (HitTestResult -> p) Source # | |
| HasAttributeList * HitTestResult Source # | |
| type AttributeList HitTestResult Source # | |
| type SignalList HitTestResult Source # | |
class GObject o => IsHitTestResult o Source #
Instances
toHitTestResult :: IsHitTestResult o => o -> IO HitTestResult Source #
Methods
contextIsEditable
data HitTestResultContextIsEditableMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultContextIsEditableMethodInfo a signature Source # | |
hitTestResultContextIsEditable Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Bool | Returns: |
Gets whether HitTestResultContextEditable flag is present in
HitTestResult:context.
contextIsImage
data HitTestResultContextIsImageMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultContextIsImageMethodInfo a signature Source # | |
hitTestResultContextIsImage Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Bool | Returns: |
Gets whether HitTestResultContextImage flag is present in
HitTestResult:context.
contextIsLink
data HitTestResultContextIsLinkMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultContextIsLinkMethodInfo a signature Source # | |
hitTestResultContextIsLink Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Bool | Returns: |
Gets whether HitTestResultContextLink flag is present in
HitTestResult:context.
contextIsMedia
data HitTestResultContextIsMediaMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultContextIsMediaMethodInfo a signature Source # | |
hitTestResultContextIsMedia Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Bool | Returns: |
Gets whether HitTestResultContextMedia flag is present in
HitTestResult:context.
contextIsScrollbar
data HitTestResultContextIsScrollbarMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultContextIsScrollbarMethodInfo a signature Source # | |
hitTestResultContextIsScrollbar Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Bool | Returns: |
Gets whether HitTestResultContextScrollbar flag is present in
HitTestResult:context.
contextIsSelection
data HitTestResultContextIsSelectionMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultContextIsSelectionMethodInfo a signature Source # | |
hitTestResultContextIsSelection Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Bool | Returns: |
Gets whether HitTestResultContextSelection flag is present in
HitTestResult:context.
Since: 2.8
getContext
data HitTestResultGetContextMethodInfo Source #
Instances
| ((~) * signature (m Word32), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultGetContextMethodInfo a signature Source # | |
hitTestResultGetContext Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Word32 | Returns: a bitmask of |
Gets the value of the HitTestResult:context property.
getImageUri
data HitTestResultGetImageUriMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultGetImageUriMethodInfo a signature Source # | |
hitTestResultGetImageUri Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Text | Returns: the URI of the image element in the coordinates of the Hit Test,
or |
Gets the value of the HitTestResult:image-uri property.
getLinkLabel
data HitTestResultGetLinkLabelMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultGetLinkLabelMethodInfo a signature Source # | |
hitTestResultGetLinkLabel Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Text | Returns: the label of the link element in the coordinates of the Hit Test,
or |
Gets the value of the HitTestResult:link-label property.
getLinkTitle
data HitTestResultGetLinkTitleMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultGetLinkTitleMethodInfo a signature Source # | |
hitTestResultGetLinkTitle Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Text | Returns: the title of the link element in the coordinates of the Hit Test,
or |
Gets the value of the HitTestResult:link-title property.
getLinkUri
data HitTestResultGetLinkUriMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultGetLinkUriMethodInfo a signature Source # | |
hitTestResultGetLinkUri Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Text | Returns: the URI of the link element in the coordinates of the Hit Test,
or |
Gets the value of the HitTestResult:link-uri property.
getMediaUri
data HitTestResultGetMediaUriMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsHitTestResult a) => MethodInfo * HitTestResultGetMediaUriMethodInfo a signature Source # | |
hitTestResultGetMediaUri Source #
Arguments
| :: (HasCallStack, MonadIO m, IsHitTestResult a) | |
| => a |
|
| -> m Text | Returns: the URI of the media element in the coordinates of the Hit Test,
or |
Gets the value of the HitTestResult:media-uri property.
Properties
context
data HitTestResultContextPropertyInfo Source #
Instances
constructHitTestResultContext :: IsHitTestResult o => Word32 -> IO (GValueConstruct o) Source #
getHitTestResultContext :: (MonadIO m, IsHitTestResult o) => o -> m Word32 Source #
hitTestResultContext :: AttrLabelProxy "context" Source #
imageUri
data HitTestResultImageUriPropertyInfo Source #
Instances
constructHitTestResultImageUri :: IsHitTestResult o => Text -> IO (GValueConstruct o) Source #
getHitTestResultImageUri :: (MonadIO m, IsHitTestResult o) => o -> m Text Source #
hitTestResultImageUri :: AttrLabelProxy "imageUri" Source #
linkLabel
data HitTestResultLinkLabelPropertyInfo Source #
Instances
constructHitTestResultLinkLabel :: IsHitTestResult o => Text -> IO (GValueConstruct o) Source #
getHitTestResultLinkLabel :: (MonadIO m, IsHitTestResult o) => o -> m Text Source #
hitTestResultLinkLabel :: AttrLabelProxy "linkLabel" Source #
linkTitle
data HitTestResultLinkTitlePropertyInfo Source #
Instances
constructHitTestResultLinkTitle :: IsHitTestResult o => Text -> IO (GValueConstruct o) Source #
getHitTestResultLinkTitle :: (MonadIO m, IsHitTestResult o) => o -> m Text Source #
hitTestResultLinkTitle :: AttrLabelProxy "linkTitle" Source #
linkUri
data HitTestResultLinkUriPropertyInfo Source #
Instances
constructHitTestResultLinkUri :: IsHitTestResult o => Text -> IO (GValueConstruct o) Source #
getHitTestResultLinkUri :: (MonadIO m, IsHitTestResult o) => o -> m Text Source #
hitTestResultLinkUri :: AttrLabelProxy "linkUri" Source #
mediaUri
data HitTestResultMediaUriPropertyInfo Source #
Instances
constructHitTestResultMediaUri :: IsHitTestResult o => Text -> IO (GValueConstruct o) Source #
getHitTestResultMediaUri :: (MonadIO m, IsHitTestResult o) => o -> m Text Source #
hitTestResultMediaUri :: AttrLabelProxy "mediaUri" Source #