◆ QwtPlotCurve()
◆ delete()
在文件 QwtPlotCurve.x 第 217 行定义.
217 {
218 QtXnl.widget_slot(nativehandle, Constant.QwtPlotCurve_CTOR);
220 }
◆ setBaseline()
| void setBaseline |
( |
double |
v | ) |
|
在文件 QwtPlotCurve.x 第 193 行定义.
193 {
194 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotCurve_setBaseline, v);
195 }
◆ setCurveAttribute()
| void setCurveAttribute |
( |
CurveAttribute |
n, |
|
|
bool |
on |
|
) |
| |
在文件 QwtPlotCurve.x 第 201 行定义.
201 {
202 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotCurve_setCurveAttribute, n, on ? 1 : 0);
203 }
◆ setLegendAttributes()
| void setLegendAttributes |
( |
LegendAttribute |
n | ) |
|
在文件 QwtPlotCurve.x 第 209 行定义.
209 {
210 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotCurve_setLegendAttributes, n, 0);
211 }
◆ setPaintAttribute()
| void setPaintAttribute |
( |
PaintAttribute |
n, |
|
|
bool |
on |
|
) |
| |
在文件 QwtPlotCurve.x 第 205 行定义.
205 {
206 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotCurve_setPaintAttribute, n, on ? 1 : 0);
207 }
◆ setPen()
| void setPen |
( |
int |
color, |
|
|
float |
stroke |
|
) |
| |
在文件 QwtPlotCurve.x 第 178 行定义.
178 {
179 QtXnl.widget_set_v2int_double_value(nativehandle, Constant.QwtPlotCurve_setPen, color, stroke, 0);
180 }
◆ setSamples() [1/2]
| void setSamples |
( |
float [] |
xData, |
|
|
float [] |
yData, |
|
|
int |
size |
|
) |
| |
在文件 QwtPlotCurve.x 第 186 行定义.
186 {
187 float [] total = new float[size *2];
190 QtXnl.pointer_intlong2(total, Constant.QwtPlotCurve_setSamples2, nativehandle, size);
191 }
static final void arrayCopy(Object, long, Object, long, long)
引用了 _system_.arrayCopy().
◆ setSamples() [2/2]
| void setSamples |
( |
float [] |
yData, |
|
|
int |
size |
|
) |
| |
在文件 QwtPlotCurve.x 第 182 行定义.
182 {
183 QtXnl.pointer_intlong2(yData, Constant.QwtPlotCurve_setSamples, nativehandle, size);
184 }
◆ setStyle()
| void setStyle |
( |
CurveStyle |
style | ) |
|
在文件 QwtPlotCurve.x 第 213 行定义.
213 {
214 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotCurve_setStyle, style, 0);
215 }
◆ setSymbol()
| void setSymbol |
( |
QwtSymbol |
s | ) |
|
在文件 QwtPlotCurve.x 第 197 行定义.
197 {
198 QtXnl.widget_set_native_value(nativehandle, Constant.QwtPlotCurve_setSymbol, s.nativehandle);
199 }
◆ setTitle()
重载 QwtPlotItem .
在文件 QwtPlotCurve.x 第 174 行定义.
174 {
175 QtXnl.widget_slot_string(nativehandle, Constant.QwtPlotCurve_setTitle, title);
176 }