StripChartTrace
Object Hierarchy:
Description:
[
Deprecated ( since =
"0.4.0" ) ]
public class StripChartTrace :
Object,
Object,
Buildable
Warning: StripChartTrace is deprecated.
Content:
Properties:
- public string id { set; get; }
The identifier for the object.
- protected virtual string xml { public get; }
- protected virtual string xsd { public get; }
- protected virtual unowned Node* node { public set; public get; }
- public string ch_ref { set; get; }
- public Channel channel { set; get; }
- public bool channel_isset { get; }
- public bool highlight { set; get; }
- public int duration { set; get; }
Timeout in milliseconds duration to accumulate values over. XXX FIXME
Is this needed for anything???
- public int buffer_size { set; get; }
Size of the buffer in samples. XXX: buffer resize is completely
untested
- public TraceDrawType draw_type { set; get; }
Which simple drawing type to use to display the trace data.
- public double line_weight { set; get; }
Line width to use for drawing.
- public RGBA color { set; get; }
- public List<Point> window { get; }
Window of data to draw.
- public int window_size { set; get; }
Number of samples to use for the window. FIXME: setting the window
size should resize the window
- public int stride { set; get; }
Data sampling stride for the buffer - window.
Creation methods:
Methods:
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
All known members inherited from interface Dcs.Object
All known members inherited from interface Dcs.Buildable