| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Dazzle.Objects.GraphLineRenderer
Description
No description available in the introspection data.
Synopsis
- newtype GraphLineRenderer = GraphLineRenderer (ManagedPtr GraphLineRenderer)
- class (GObject o, IsDescendantOf GraphLineRenderer o) => IsGraphLineRenderer o
- toGraphLineRenderer :: (MonadIO m, IsGraphLineRenderer o) => o -> m GraphLineRenderer
- graphLineRendererNew :: (HasCallStack, MonadIO m) => m GraphLineRenderer
- graphLineRendererSetStrokeColor :: (HasCallStack, MonadIO m, IsGraphLineRenderer a) => a -> Text -> m ()
- graphLineRendererSetStrokeColorRgba :: (HasCallStack, MonadIO m, IsGraphLineRenderer a) => a -> RGBA -> m ()
- constructGraphLineRendererColumn :: (IsGraphLineRenderer o, MonadIO m) => Word32 -> m (GValueConstruct o)
- getGraphLineRendererColumn :: (MonadIO m, IsGraphLineRenderer o) => o -> m Word32
- setGraphLineRendererColumn :: (MonadIO m, IsGraphLineRenderer o) => o -> Word32 -> m ()
- constructGraphLineRendererLineWidth :: (IsGraphLineRenderer o, MonadIO m) => Double -> m (GValueConstruct o)
- getGraphLineRendererLineWidth :: (MonadIO m, IsGraphLineRenderer o) => o -> m Double
- setGraphLineRendererLineWidth :: (MonadIO m, IsGraphLineRenderer o) => o -> Double -> m ()
- constructGraphLineRendererStrokeColor :: (IsGraphLineRenderer o, MonadIO m) => Text -> m (GValueConstruct o)
- getGraphLineRendererStrokeColor :: (MonadIO m, IsGraphLineRenderer o) => o -> m (Maybe Text)
- setGraphLineRendererStrokeColor :: (MonadIO m, IsGraphLineRenderer o) => o -> Text -> m ()
- constructGraphLineRendererStrokeColorRgba :: (IsGraphLineRenderer o, MonadIO m) => RGBA -> m (GValueConstruct o)
- getGraphLineRendererStrokeColorRgba :: (MonadIO m, IsGraphLineRenderer o) => o -> m RGBA
- setGraphLineRendererStrokeColorRgba :: (MonadIO m, IsGraphLineRenderer o) => o -> RGBA -> m ()
Exported types
newtype GraphLineRenderer Source #
Memory-managed wrapper type.
Constructors
| GraphLineRenderer (ManagedPtr GraphLineRenderer) |
Instances
class (GObject o, IsDescendantOf GraphLineRenderer o) => IsGraphLineRenderer o Source #
Type class for types which can be safely cast to GraphLineRenderer, for instance with toGraphLineRenderer.
Instances
| (GObject o, IsDescendantOf GraphLineRenderer o) => IsGraphLineRenderer o Source # | |
Defined in GI.Dazzle.Objects.GraphLineRenderer | |
toGraphLineRenderer :: (MonadIO m, IsGraphLineRenderer o) => o -> m GraphLineRenderer Source #
Cast to GraphLineRenderer, for types for which this is known to be safe. For general casts, use castTo.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, render, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getProperty, getQdata, getStrokeColorRgba.
Setters
setData, setDataFull, setProperty, setStrokeColor, setStrokeColorRgba.
new
graphLineRendererNew :: (HasCallStack, MonadIO m) => m GraphLineRenderer Source #
No description available in the introspection data.
setStrokeColor
graphLineRendererSetStrokeColor :: (HasCallStack, MonadIO m, IsGraphLineRenderer a) => a -> Text -> m () Source #
No description available in the introspection data.
setStrokeColorRgba
graphLineRendererSetStrokeColorRgba :: (HasCallStack, MonadIO m, IsGraphLineRenderer a) => a -> RGBA -> m () Source #
No description available in the introspection data.
Properties
column
No description available in the introspection data.
constructGraphLineRendererColumn :: (IsGraphLineRenderer o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “column” property. This is rarely needed directly, but it is used by new.
getGraphLineRendererColumn :: (MonadIO m, IsGraphLineRenderer o) => o -> m Word32 Source #
Get the value of the “column” property.
When overloading is enabled, this is equivalent to
get graphLineRenderer #column
setGraphLineRendererColumn :: (MonadIO m, IsGraphLineRenderer o) => o -> Word32 -> m () Source #
Set the value of the “column” property.
When overloading is enabled, this is equivalent to
setgraphLineRenderer [ #column:=value ]
lineWidth
No description available in the introspection data.
constructGraphLineRendererLineWidth :: (IsGraphLineRenderer o, MonadIO m) => Double -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “line-width” property. This is rarely needed directly, but it is used by new.
getGraphLineRendererLineWidth :: (MonadIO m, IsGraphLineRenderer o) => o -> m Double Source #
Get the value of the “line-width” property.
When overloading is enabled, this is equivalent to
get graphLineRenderer #lineWidth
setGraphLineRendererLineWidth :: (MonadIO m, IsGraphLineRenderer o) => o -> Double -> m () Source #
Set the value of the “line-width” property.
When overloading is enabled, this is equivalent to
setgraphLineRenderer [ #lineWidth:=value ]
strokeColor
No description available in the introspection data.
constructGraphLineRendererStrokeColor :: (IsGraphLineRenderer o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “stroke-color” property. This is rarely needed directly, but it is used by new.
getGraphLineRendererStrokeColor :: (MonadIO m, IsGraphLineRenderer o) => o -> m (Maybe Text) Source #
Get the value of the “stroke-color” property.
When overloading is enabled, this is equivalent to
get graphLineRenderer #strokeColor
setGraphLineRendererStrokeColor :: (MonadIO m, IsGraphLineRenderer o) => o -> Text -> m () Source #
Set the value of the “stroke-color” property.
When overloading is enabled, this is equivalent to
setgraphLineRenderer [ #strokeColor:=value ]
strokeColorRgba
No description available in the introspection data.
constructGraphLineRendererStrokeColorRgba :: (IsGraphLineRenderer o, MonadIO m) => RGBA -> m (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “stroke-color-rgba” property. This is rarely needed directly, but it is used by new.
getGraphLineRendererStrokeColorRgba :: (MonadIO m, IsGraphLineRenderer o) => o -> m RGBA Source #
Get the value of the “stroke-color-rgba” property.
When overloading is enabled, this is equivalent to
get graphLineRenderer #strokeColorRgba
setGraphLineRendererStrokeColorRgba :: (MonadIO m, IsGraphLineRenderer o) => o -> RGBA -> m () Source #
Set the value of the “stroke-color-rgba” property.
When overloading is enabled, this is equivalent to
setgraphLineRenderer [ #strokeColorRgba:=value ]