◆ QwtPlotBarChart()
在文件 QwtPlotBarChart.x 第 24 行定义.
24 {
25 nativehandle = QtXnl.long_object_string(0, QType.qtQwtPlotBarChart,
this, title);
26 if (nativehandle == 0){
28 }
29 }
◆ barTitle()
QwtText barTitle |
( |
int |
sampleIndex | ) |
|
◆ delete()
在文件 QwtPlotBarChart.x 第 47 行定义.
47 {
48 QtXnl.widget_slot(nativehandle, Constant.QwtPlotBarChart_CTOR);
49 }
◆ setSamples()
void setSamples |
( |
float [] |
yData, |
|
|
int |
size |
|
) |
| |
在文件 QwtPlotBarChart.x 第 31 行定义.
31 {
32 QtXnl.pointer_intlong2(yData, Constant.QwtPlotBarChart_setSamples, nativehandle, size);
33 }
◆ setSymbol()
void setSymbol |
( |
QwtColumnSymbol |
s | ) |
|
在文件 QwtPlotBarChart.x 第 35 行定义.
35 {
36 QtXnl.object_set_long_int_long(nativehandle, Constant.QwtPlotBarChart_setSymbol, 0, 0, s.nativehandle);
37 }
◆ specialSymbol()
QwtColumnSymbol specialSymbol |
( |
int |
sampleIndex, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| |