xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QwtPlotSeriesItem.x
浏览该文件的文档.
1//xlang Source, Name:QwtPlotSeriesItem.x
2//Date: Thu Nov 16:49:19 2023
3package Qt{
4 @SuppressWarnings public class QwtPlotSeriesItem: QwtPlotItem{
5 public QwtPlotSeriesItem(){
6 }
7
8 public QwtPlotSeriesItem(long h){
9 nativehandle = h;
10 }
11 };
12};