Class

RmfGroup

since: 0

Description [src]

final class Rmf.Group : Rmf.MapObject
{
  /* No available fields */
}

A collection of child objects.

Available since: 0

Ancestors

Instance methods

Methods inherited from RmfMapObject (6)
rmf_map_object_get_children

Gets the children of the object.

since: 0

rmf_map_object_get_color

Gets the object’s editor color.

since: 0

rmf_map_object_get_n_children

Gets the number of children belonging to the object.

since: 0

rmf_map_object_get_object_type

Gets the object’s type.

since: 0

rmf_map_object_get_visgroup_id

Gets the ID of the visgroup this object belongs to.

since: 0

rmf_map_object_load

Reads the object’s data from the loader.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from RmfMapObject (5)
Rmf.MapObject:children

List of child objects.

since: 0

Rmf.MapObject:color

Editor color of the object.

since: 0

Rmf.MapObject:n-children

Number of child objects.

since: 0

Rmf.MapObject:object-type

The object’s type.

since: 0

Rmf.MapObject:visgroup-id

ID of the visgroup this object belongs to.

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 RmfGroupClass {
  RmfMapObjectClass parent_class;
  
}
No description available.
Class members
parent_class: RmfMapObjectClass
No description available.