xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QNative类 参考
类 QNative 继承关系图:
Inheritance graph
QNative 的协作图:
Collaboration graph

Public 成员函数

静态 Public 成员函数

成员变量

详细描述

在文件 QNative.xcsm91 行定义.

构造及析构函数说明

◆ QNative() [1/2]

QNative ( )

在文件 QNative.xcsm93 行定义.

93 {
94 }

◆ QNative() [2/2]

QNative ( long  h)

在文件 QNative.xcsm95 行定义.

95 {
96 nativehandle = h;
97 }
long nativehandle
Definition QNative.xcsm:92

成员函数说明

◆ getScreenCount()

static int getScreenCount ( )
static

在文件 QNative.xcsm98 行定义.

98 {
99 return QtXnl.widget_get_int_value(0, Constant.SCREENCOUNT);
100 }

◆ isValid()

final bool isValid ( )

在文件 QNative.xcsm101 行定义.

101 {
102 return nativehandle != 0;
103 }

结构体成员变量说明

◆ nativehandle

long nativehandle

在文件 QNative.xcsm92 行定义.