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)
GType _gType() @property
SetSource self()Returns `this`, for use in `with` statements.
gda.data_model.DataModel dataModel() @propertyGet `dataModel` field. Returns: Can't be NULL
void dataModel(gda.data_model.DataModel propval) @propertySet `dataModel` field. Params: propval = Can't be NULL
void addNode(gda.set_node.SetNode node)Set a #GdaDataModel
gda.set_source.SetSource copy()Copy constructor. Returns: a new #GdaSetSource
int getNNodes()
void setDataModel(gda.data_model.DataModel model)Set a #GdaDataModel
Constructors
this(void * ptr, Flag!"Take" take)
this(gda.data_model.DataModel model)Creates a new #GdaSetSource struct.