xlang
v4.0 Release
程序设计语言基础库文档
Toggle main menu visibility
首页
包
Package List
数据类型
数据类型列表
数据类型索引
设计单元层次结构
数据项
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
函数/子程序
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
变量
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
文件
文件列表
•
全部
结构体
命名空间
文件
函数
变量
页
载入中...
搜索中...
未找到
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
}
6
public QLineSeries() {
…
}
12
13
public
QLineSeries
(
long
handle){
14
super(handle);
15
}
13
public
QLineSeries
(
long
handle) {
…
}
16
};
5
@SuppressWarnings public class QLineSeries : QXYSeries {
…
};
17
};
Exception
异常类
Definition
BuiltinObjects.x:158
Qt.QLineSeries.QLineSeries
QLineSeries(long handle)
Definition
QLineSeries.x:13
制作者
1.9.8