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

Public 成员函数

额外继承的成员函数

详细描述

在文件 DockStyle.x5 行定义.

构造及析构函数说明

◆ DockStyle() [1/2]

DockStyle ( )

在文件 DockStyle.x6 行定义.

6 {
7
8 }

◆ DockStyle() [2/2]

DockStyle ( long  h)

在文件 DockStyle.x9 行定义.

9 {
10 super(h);
11 }

成员函数说明

◆ create()

bool create ( String  path,
Qt.QByteArray  qb 
)

在文件 DockStyle.x12 行定义.

12 {
14 if (nativehandle == 0){
15 return false;
16 }
17 return true;
18 }
long nativehandle
Definition QNative.xcsm:91
static const int qtDockStyle
Definition QTypes.xcsm:82
long cdecl createQSObject(int type, Object xobj, long parent, String param)
Definition QCefQuery.x:3

引用了 QtXnl.createQSObject() , 以及 QType.qtDockStyle.

◆ setTheme()

void setTheme ( Theme  theme)

在文件 DockStyle.x24 行定义.

24 {
25 Qt.QtXnl.widget_set_vint_value(nativehandle, Qt.Constant.QTNDS_SETTHEME, theme);
26 }
static const int QTNDS_SETTHEME
Definition Constant.x:862

引用了 Constant.QTNDS_SETTHEME.

◆ theme()

Theme theme ( )

在文件 DockStyle.x20 行定义.

20 {
21 return (Theme)Qt.QtXnl.widget_get_int_value(nativehandle, Qt.Constant.QTNDS_THEME);
22 }
static const int QTNDS_THEME
Definition Constant.x:861
int cdecl widget_get_int_value(long h, int proid)

引用了 Constant.QTNDS_THEME , 以及 QtXnl.widget_get_int_value().