SetGroup

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_group_free on a struct that was created manually.

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(gda.set_node.SetNode node)

Creates a new #GdaSetGroup struct. If source is null then new group contains just one #GdaSetNode.

Members

Functions

_cPtr
void* _cPtr(Flag!"Dup" dup)
addNode
void addNode(gda.set_node.SetNode node)
copy
gda.set_group.SetGroup copy()

Copy constructor.

getNNodes
int getNNodes()
getNode
gda.set_node.SetNode getNode()

This method always return first #GdaSetNode in sg.

getNodes
gda.set_node.SetNode[] getNodes()

Returns a #GSList with the #GdaSetNode grouped by sg. You must use #g_slist_free on returned list.

getSource
gda.set_source.SetSource getSource()
self
SetGroup self()

Returns this, for use in with statements.

setSource
void setSource(gda.set_source.SetSource source)

Properties

_gType
GType _gType [@property getter]
nodesSource
gda.set_source.SetSource nodesSource [@property getter]

Get nodesSource field.

nodesSource
gda.set_source.SetSource nodesSource [@property setter]

Set nodesSource field.

Static functions

_getGType
GType _getGType()

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

_getGType
GType _getGType()

Get the GType of this boxed type.

_gType
GType _gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.