- Add
void Add(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- AddSamples
void AddSamples(int ds_index, double* x, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- AddSegment
void AddSegment(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- AddStr
void AddStr(const(char)* x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- AddStrSamples
void AddStrSamples(int ds_index, const(char)** x, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- Begin
void Begin(int strXdata)
Undocumented in source. Be warned that the author may not have intended to support it.
- End
int End()
Undocumented in source. Be warned that the author may not have intended to support it.
- FindSample
int FindSample(double cnv_x, double cnv_y, int ds_index, int sample_index)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSample
void GetSample(int ds_index, int sample_index, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSampleExtra
double GetSampleExtra(int ds_index, int sample_index)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSampleSelection
int GetSampleSelection(int ds_index, int sample_index)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSampleStr
void GetSampleStr(int ds_index, int sample_index, const(char)** x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Insert
void Insert(int ds_index, int sample_index, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- InsertSamples
void InsertSamples(int ds_index, int sample_index, double* x, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- InsertSegment
void InsertSegment(int ds_index, int sample_index, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- InsertStr
void InsertStr(int ds_index, int sample_index, const(char)* x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- InsertStrSamples
void InsertStrSamples(int ds_index, int sample_index, const(char)** x, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- LoadData
int LoadData(const(char)* filename, int strXdata)
Undocumented in source. Be warned that the author may not have intended to support it.
- PaintTo
void PaintTo(cd.cd_plusD.Canvas cd_canvas)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetSample
void SetSample(int ds_index, int sample_index, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetSampleExtra
void SetSampleExtra(int ds_index, int sample_index, double extra)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetSampleSelection
void SetSampleSelection(int ds_index, int sample_index, int selected)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetSampleStr
void SetSampleStr(int ds_index, int sample_index, const(char)* x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Transform
void Transform(double x, double y, double cnv_x, double cnv_y)
Undocumented in source. Be warned that the author may not have intended to support it.
- TransformTo
void TransformTo(double cnv_x, double cnv_y, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.
- Redraw
void Redraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- Refresh
void Refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
- Detach
void Detach(Control child)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetBrother
Control GetBrother()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetParent
Container GetParent()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDialog
Dialog GetDialog()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDialogChild
Control GetDialogChild(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reparent
int Reparent(Container new_parent, Control ref_child)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetFocus
Control SetFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- PreviousField
Control PreviousField()
Undocumented in source. Be warned that the author may not have intended to support it.
- NextField
Control NextField()
Undocumented in source. Be warned that the author may not have intended to support it.
- ConvertLinColToPos
void ConvertLinColToPos(int lin, int col, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- ConvertPosToLinCol
void ConvertPosToLinCol(int pos, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- ConvertXYToPos
int ConvertXYToPos(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Show
int Show()
Undocumented in source. Be warned that the author may not have intended to support it.
- Hide
int Hide()
Undocumented in source. Be warned that the author may not have intended to support it.