Container
Object Hierarchy:
Description:
public interface Container : Object
A common interface inherited by any object that has its own list of sub objects.
All known implementing classes:
Content:
Properties:
Methods:
- public virtual void add_child (Object object)
Add a object to the array list of objects
- public virtual void remove_child (Object object)
Remove an object to the array list of objects
- public abstract void update_objects (Map<string,Object> val)
Update the internal object list.
- public virtual Object? get_object (string id)
Search the object list for the object with the given ID
- public virtual Map<string,Object> get_object_map (Type type)
Retrieves a map of all objects of a certain type.
- public virtual Map<string,Object> get_children (Type type)
Retrieve a map of the children of a certain type.
- public virtual void sort_objects ()
Sort the contents of the objects map collection.
- public virtual void print_objects (int depth = 0)
Recursively print the contents of the objects map.
Signals:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count