gda.set_source

Module for [SetSource] class

class SetSource

Types 1

Since 5.2, you must consider this struct as opaque. Any access to its internal must use public API. Don't try to use #gda_set_source_free on a struct that was created manually.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
SetSource self() nothrowReturns `this`, for use in `with` statements.
gda.data_model.DataModel dataModel() @property nothrowGet `dataModel` field. Returns: Can't be NULL
void dataModel(gda.data_model.DataModel propval) @property nothrowSet `dataModel` field. Params: propval = Can't be NULL
void addNode(gda.set_node.SetNode node) nothrowSet a #GdaDataModel
gda.set_source.SetSource copy() nothrowCopy constructor. Returns: a new #GdaSetSource
int getNNodes() nothrow
void setDataModel(gda.data_model.DataModel model) nothrowSet a #GdaDataModel
Constructors
this(void * ptr, Flag!"Take" take)
this(gda.data_model.DataModel model)Creates a new #GdaSetSource struct.