ChannelVector
Object Hierarchy:
Description:
public class ChannelVector :
Object,
Object,
Container,
Buildable,
CldAdapter
Contains a group of Cld.Channels such that the values can be accessed as a vector to be used in a multi-channel chart trace.
Content:
Properties:
- public string id { set; get; }
The identifier for the object.
- public Map<string,Object> objects { set; get; }
The map collection of the objects that belong to the container.
- protected string xml { public get; }
- protected string xsd { public get; }
- protected virtual unowned Node* node { public set; public get; }
- protected bool satisfied { public set; public get; }
Flag to determine whether or not the Cld requirements of the class
have been fulfilled.
Creation methods:
Methods:
- public void offer_cld_object (Object object)
A generic setter for the requested data, without knowing how the
implementing class intends to structure itself.
- protected async void request_data ()
All implementing classes need to request the data themselves.
- public SimplePoint[] to_array ()
- public void update_objects (Map<string,Object> val)
Update the internal object list.
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
All known members inherited from interface Dcs.Object
All known members inherited from interface Dcs.Container
All known members inherited from interface Dcs.Buildable
All known members inherited from interface Dcs.CldAdapter