xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
QPropertyBrowser.QtDoublePropertyManager类 参考
类 QPropertyBrowser.QtDoublePropertyManager 继承关系图:
QPropertyBrowser.PropertyManager

Public 成员函数

额外继承的成员函数

详细描述

在文件 QPropertyBrowser.xcsm163 行定义.

构造及析构函数说明

◆ QtDoublePropertyManager() [1/3]

QtDoublePropertyManager ( long  handle)

在文件 QPropertyBrowser.xcsm164 行定义.

164 {
165 super(handle);
166 }

◆ QtDoublePropertyManager() [2/3]

QtDoublePropertyManager ( ) throws IllegalArgumentException

在文件 QPropertyBrowser.xcsm167 行定义.

167 {
168 nativehandle = QtXnl.createQObject(QType.qtDoublePropertyManager, this, 0);
169 if (nativehandle == 0){
170 throw new IllegalArgumentException("can't create Object QtBoolPropertyManager");
171 }
172 }
long nativehandle
Definition QNative.xcsm:91

◆ QtDoublePropertyManager() [3/3]

QtDoublePropertyManager ( @NotNilptr QObject  parent) throws IllegalArgumentException

在文件 QPropertyBrowser.xcsm173 行定义.

173 {
174 nativehandle = QtXnl.createQObject(QType.qtDoublePropertyManager, this, parent.nativehandle);
175 if (nativehandle == 0){
176 throw new IllegalArgumentException("can't create Object QtBoolPropertyManager");
177 }
178 }