xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
QwtPlotGrid.x
浏览该文件的文档.
1
//xlang Source, Name:QwtPlotGrid.x
2
//Date: Wed Nov 04:19:36 2023
3
package
Qt{
4
@SuppressWarnings public class QwtPlotGrid: QCore{
5
public QwtPlotGrid() throws IllegalArgumentException{
6
nativehandle = QtXnl.createNObject(QType.qtQwtPlotGrid, 0);
7
if
(nativehandle == 0){
8
throw
new
IllegalArgumentException
(
"can not new QwtPlotGrid"
);
9
}
10
}
11
12
public
void
finalize
(){
13
QtXnl.widget_slot(nativehandle, Constant.QwtPlotGrid_CTOR);
14
}
15
};
16
};
IllegalArgumentException
参数异常
Definition
BuiltinObjects.x:501
Qt.QwtPlotGrid.finalize
void finalize()
Definition
QwtPlotGrid.x:12
制作者
1.9.8