Class

RmfRoot

since: 0

Description [src]

final class Rmf.Root : GObject.Object
{
  /* No available fields */
}

The top-level RMF object.

Available since: 0

Ancestors

Instance methods

rmf_root_get_docinfo

Gets the RMF’s DOCINFO block.

since: 0

rmf_root_get_n_visgroups

Gets the number of visgroups in the RMF.

since: 0

rmf_root_get_visgroups

Gets the list of visgroups in the RMF.

since: 0

rmf_root_get_worldspawn

Gets the worldspawn of the RMF.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rmf.Root:docinfo

The RMF data’s DOCINFO block.

since: 0

Rmf.Root:n-visgroups

The number of visgroups in the RMF data.

since: 0

Rmf.Root:visgroups

List of visgroups in the RMF data.

since: 0

Rmf.Root:worldspawn

The root object of the RMF data’s object tree.

since: 0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct RmfRootClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.