gda.set_source
Module for [SetSource] class
class SetSource
Types 1
classSetSource : gobject.boxed.Boxed
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 dataModel(gda.data_model.DataModel propval) @propertySet `dataModel` field. Params: propval = Can't be NULLvoid addNode(gda.set_node.SetNode node)Set a #GdaDataModelgda.set_source.SetSource copy()Copy constructor. Returns: a new #GdaSetSourceint getNNodes()void setDataModel(gda.data_model.DataModel model)Set a #GdaDataModelConstructors
this(gda.data_model.DataModel model)Creates a new #GdaSetSource struct.