xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
qt5
widgets
QLineSeries.x
浏览该文件的文档.
1
//xlang Source, Name:qt5/widgets/QLineSeries.x
2
//Date: Fri Sep 01:41:07 2022
3
4
package
Qt{
5
@SuppressWarnings public class QLineSeries : QXYSeries{
6
public QLineSeries(){
7
nativehandle = QtXnl.createQObject(QType.qtLineSeries, this, 0);
8
if
(nativehandle == 0){
9
throw
new
Exception
(
"can not create QLineSeries"
);
10
}
11
}
12
13
public
QLineSeries
(
long
handle){
14
super(handle);
15
}
16
};
17
};
Exception
异常类
Definition
BuiltinObjects.x:158
Qt.QLineSeries.QLineSeries
QLineSeries(long handle)
Definition
QLineSeries.x:13
制作者
1.9.8