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

Public 成员函数

额外继承的成员函数

详细描述

在文件 QPropertyBrowser.xcsm106 行定义.

构造及析构函数说明

◆ QtColorPropertyManager() [1/3]

QtColorPropertyManager ( long  handle)

在文件 QPropertyBrowser.xcsm107 行定义.

107 {
108 super(handle);
109 }

◆ QtColorPropertyManager() [2/3]

QtColorPropertyManager ( ) throws IllegalArgumentException

在文件 QPropertyBrowser.xcsm110 行定义.

110 {
111 nativehandle = QtXnl.createQObject(QType.qtColorPropertyManager, this, 0);
112 if (nativehandle == 0){
113 throw new IllegalArgumentException("can't create Object QtBoolPropertyManager");
114 }
115 }
long nativehandle
Definition QNative.xcsm:91

◆ QtColorPropertyManager() [3/3]

QtColorPropertyManager ( @NotNilptr QObject  parent) throws IllegalArgumentException

在文件 QPropertyBrowser.xcsm116 行定义.

116 {
117 nativehandle = QtXnl.createQObject(QType.qtColorPropertyManager, this, parent.nativehandle);
118 if (nativehandle == 0){
119 throw new IllegalArgumentException("can't create Object QtBoolPropertyManager");
120 }
121 }