- Add1D
void Add1D(const(char)* name, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Add2D
void Add2D(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Add3D
void Add3D(double x, double y, double z)
Undocumented in source. Be warned that the author may not have intended to support it.
- Begin
void Begin(int dim)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawLine
void DrawLine(double x1, double y1, double z1, double x2, double y2, double z2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawMark
void DrawMark(double x, double y, double z)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawText
void DrawText(const(char)* text, double x, double y, double z)
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.
- Insert1D
void Insert1D(int ds_index, int sample_index, const(char)** names, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- Insert2D
void Insert2D(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.
- Insert3D
void Insert3D(int ds_index, int sample_index, double* x, double* y, double* z, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- LoadData
void LoadData(int ds_index, const(char)* filename, int count_x, int count_y, int count_z)
Undocumented in source. Be warned that the author may not have intended to support it.
- NewDataSet
int NewDataSet(int dim)
Undocumented in source. Be warned that the author may not have intended to support it.
- PaintTo
void PaintTo(const(char)* format, int w, int h, double dpi, ubyte* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- PaintTo
void PaintTo(const(char)* format, int w, int h, double dpi, const(char)* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- Set1D
void Set1D(int ds_index, const(char)** names, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- Set2D
void Set2D(int ds_index, double* x, double* y, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- Set3D
void Set3D(int ds_index, double* x, double* y, double* z, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetData
void SetData(int ds_index, double* data, int count_x, int count_y, int count_z)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetFormula
void SetFormula(int ds_index, const(char)* formulaX, const(char)* formulaY, const(char)* formulaZ, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetFromFormula
void SetFromFormula(int ds_index, const(char)* formula, int count_x, int count_y, int count_z)
Undocumented in source. Be warned that the author may not have intended to support it.
- Transform
void Transform(double x, double y, double z, int ix, int iy)
Undocumented in source. Be warned that the author may not have intended to support it.
- TransformTo
void TransformTo(int ix, int iy, double x, double y, double z)
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.