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.GraphColumn
Description
No description available in the introspection data.
Synopsis
- newtype GraphColumn = GraphColumn (ManagedPtr GraphColumn)
- class (GObject o, IsDescendantOf GraphColumn o) => IsGraphColumn o
- toGraphColumn :: (MonadIO m, IsGraphColumn o) => o -> m GraphColumn
- graphColumnGetName :: (HasCallStack, MonadIO m, IsGraphColumn a) => a -> m Text
- graphColumnNew :: (HasCallStack, MonadIO m) => Text -> GType -> m GraphColumn
- graphColumnSetName :: (HasCallStack, MonadIO m, IsGraphColumn a) => a -> Text -> m ()
- constructGraphColumnName :: (IsGraphColumn o, MonadIO m) => Text -> m (GValueConstruct o)
- getGraphColumnName :: (MonadIO m, IsGraphColumn o) => o -> m Text
- setGraphColumnName :: (MonadIO m, IsGraphColumn o) => o -> Text -> m ()
- constructGraphColumnValueType :: (IsGraphColumn o, MonadIO m) => GType -> m (GValueConstruct o)
- getGraphColumnValueType :: (MonadIO m, IsGraphColumn o) => o -> m GType
Exported types
newtype GraphColumn Source #
Memory-managed wrapper type.
Constructors
GraphColumn (ManagedPtr GraphColumn) |
Instances
Eq GraphColumn Source # | |
Defined in GI.Dazzle.Objects.GraphColumn | |
GObject GraphColumn Source # | |
Defined in GI.Dazzle.Objects.GraphColumn | |
ManagedPtrNewtype GraphColumn Source # | |
Defined in GI.Dazzle.Objects.GraphColumn Methods toManagedPtr :: GraphColumn -> ManagedPtr GraphColumn | |
TypedObject GraphColumn Source # | |
Defined in GI.Dazzle.Objects.GraphColumn | |
HasParentTypes GraphColumn Source # | |
Defined in GI.Dazzle.Objects.GraphColumn | |
IsGValue (Maybe GraphColumn) Source # | Convert |
Defined in GI.Dazzle.Objects.GraphColumn Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe GraphColumn -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe GraphColumn) | |
type ParentTypes GraphColumn Source # | |
Defined in GI.Dazzle.Objects.GraphColumn type ParentTypes GraphColumn = '[Object] |
class (GObject o, IsDescendantOf GraphColumn o) => IsGraphColumn o Source #
Type class for types which can be safely cast to GraphColumn
, for instance with toGraphColumn
.
Instances
(GObject o, IsDescendantOf GraphColumn o) => IsGraphColumn o Source # | |
Defined in GI.Dazzle.Objects.GraphColumn |
toGraphColumn :: (MonadIO m, IsGraphColumn o) => o -> m GraphColumn Source #
Cast to GraphColumn
, 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, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getName, getProperty, getQdata.
Setters
getName
graphColumnGetName :: (HasCallStack, MonadIO m, IsGraphColumn a) => a -> m Text Source #
No description available in the introspection data.
new
graphColumnNew :: (HasCallStack, MonadIO m) => Text -> GType -> m GraphColumn Source #
No description available in the introspection data.
setName
graphColumnSetName :: (HasCallStack, MonadIO m, IsGraphColumn a) => a -> Text -> m () Source #
No description available in the introspection data.
Properties
name
No description available in the introspection data.
constructGraphColumnName :: (IsGraphColumn o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “name
” property. This is rarely needed directly, but it is used by new
.
getGraphColumnName :: (MonadIO m, IsGraphColumn o) => o -> m Text Source #
Get the value of the “name
” property.
When overloading is enabled, this is equivalent to
get
graphColumn #name
setGraphColumnName :: (MonadIO m, IsGraphColumn o) => o -> Text -> m () Source #
Set the value of the “name
” property.
When overloading is enabled, this is equivalent to
set
graphColumn [ #name:=
value ]
valueType
No description available in the introspection data.
constructGraphColumnValueType :: (IsGraphColumn o, MonadIO m) => GType -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “value-type
” property. This is rarely needed directly, but it is used by new
.
getGraphColumnValueType :: (MonadIO m, IsGraphColumn o) => o -> m GType Source #
Get the value of the “value-type
” property.
When overloading is enabled, this is equivalent to
get
graphColumn #valueType