iup.pplot

Undocumented in source.

Members

Functions

IupPPlot
Ihandle* IupPPlot()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotAdd
void IupPPlotAdd(Ihandle* ih, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotAddPoints
void IupPPlotAddPoints(Ihandle* ih, int index, float* x, float* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotAddStr
void IupPPlotAddStr(Ihandle* ih, const(char)* x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotAddStrPoints
void IupPPlotAddStrPoints(Ihandle* ih, int index, const(char)** x, float* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotBegin
void IupPPlotBegin(Ihandle* ih, int strXdata)
IupPPlotEnd
int IupPPlotEnd(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotGetSample
void IupPPlotGetSample(Ihandle* ih, int index, int sample_index, float* x, float* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotGetSampleStr
void IupPPlotGetSampleStr(Ihandle* ih, int index, int sample_index, const(char)** x, float* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotInsert
void IupPPlotInsert(Ihandle* ih, int index, int sample_index, float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotInsertPoints
void IupPPlotInsertPoints(Ihandle* ih, int index, int sample_index, float* x, float* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotInsertStr
void IupPPlotInsertStr(Ihandle* ih, int index, int sample_index, const(char)* x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotInsertStrPoints
void IupPPlotInsertStrPoints(Ihandle* ih, int index, int sample_index, const(char)** x, float* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotOpen
void IupPPlotOpen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotPaintTo
void IupPPlotPaintTo(Ihandle* ih, void* cnv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotTransform
void IupPPlotTransform(Ihandle* ih, float x, float y, int* ix, int* iy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPPlotTransformTo
void IupPPlotTransformTo(Ihandle* ih, int x, int y, float* rx, float* ry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta