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

Public 成员函数

Protected 成员函数

额外继承的成员函数

详细描述

在文件 QAbstractOpenGLFunctions.x4 行定义.

构造及析构函数说明

◆ QAbstractOpenGLFunctions() [1/2]

QAbstractOpenGLFunctions ( )
protected

在文件 QAbstractOpenGLFunctions.x5 行定义.

5 {
6
7 }

◆ QAbstractOpenGLFunctions() [2/2]

QAbstractOpenGLFunctions ( long  h)

在文件 QAbstractOpenGLFunctions.x8 行定义.

8 {
9 super(h);
10 if (h == 0){
11 throw new IllegalArgumentException("could not new Object");
12 }
13 }

成员函数说明

◆ initializeOpenGLFunctions()

bool initializeOpenGLFunctions ( )

QOpenGLFunctions_1_0, QOpenGLFunctions_1_1 , 以及 QOpenGLFunctions_ES2 重载.

在文件 QAbstractOpenGLFunctions.x14 行定义.

14 {
15 return false;
16 }