xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QwtPlotGrid.x
浏览该文件的文档.
1//xlang Source, Name:QwtPlotGrid.x
2//Date: Wed Nov 04:19:36 2023
3package 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};
void finalize()
Definition QwtPlotGrid.x:12