xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QAbstractOpenGLFunctions.x
浏览该文件的文档.
1//xlang Source, Name:qt5/widgets/QAbstractOpenGLFunctions.x
2//Date: Tue Mar 21:28:49 2021
3package Qt{
4 class QAbstractOpenGLFunctions : QCore{
5 protected QAbstractOpenGLFunctions(){
6
7 }
8 public QAbstractOpenGLFunctions(long h){
9 super(h);
10 if (h == 0){
11 throw new IllegalArgumentException("could not new Object");
12 }
13 }
15 return false;
16 }
17 };
18};