xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
QwtPlotGrid类 参考
类 QwtPlotGrid 继承关系图:
QCore

Public 成员函数

额外继承的成员函数

详细描述

在文件 QwtPlotGrid.x4 行定义.

构造及析构函数说明

◆ QwtPlotGrid()

QwtPlotGrid ( ) throws IllegalArgumentException

在文件 QwtPlotGrid.x5 行定义.

5 {
6 nativehandle = QtXnl.createNObject(QType.qtQwtPlotGrid, 0);
7 if (nativehandle == 0){
8 throw new IllegalArgumentException("can not new QwtPlotGrid");
9 }
10 }
long nativehandle
Definition QNative.xcsm:91

成员函数说明

◆ finalize()

void finalize ( )

在文件 QwtPlotGrid.x12 行定义.

12 {
13 QtXnl.widget_slot(nativehandle, Constant.QwtPlotGrid_CTOR);
14 }