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

静态 Public 成员函数

额外继承的成员函数

详细描述

在文件 QFileDialog.xcsm24 行定义.

成员函数说明

◆ getColor()

static int getColor ( String  caption,
QWidget  parent,
int  defcolor 
)
static

在文件 QFileDialog.xcsm25 行定义.

25 {
26 return (int)QtXnl.openfile_dlg_string3_obj(Constant.QCOLORSELECTOR, caption, "" + defcolor, nilptr, (parent != nilptr) ? parent.nativehandle : 0l);
27 }