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

Public 成员函数

额外继承的成员函数

详细描述

在文件 DockLayoutPanel.x4 行定义.

构造及析构函数说明

◆ DockLayoutPanel()

DockLayoutPanel ( long  handle)

在文件 DockLayoutPanel.x5 行定义.

5 {
6 super(handle);
7 }

成员函数说明

◆ childCount()

int childCount ( )

在文件 DockLayoutPanel.x17 行定义.

17 {
19 }
static const int QTNDLP_CHILDCOUNT
Definition Constant.x:856
int cdecl widget_get_int_value(long h, int proid)
Definition QCefQuery.x:3

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

◆ isEmpty()

bool isEmpty ( )

在文件 DockLayoutPanel.x13 行定义.

13 {
15 }
static const int QTNDLP_ISEMPTY
Definition Constant.x:855
bool cdecl widget_get_bool_value(long h, int proid)

引用了 Constant.QTNDLP_ISEMPTY , 以及 QtXnl.widget_get_bool_value().

◆ layoutType()

LayoutType layoutType ( )

在文件 DockLayoutPanel.x9 行定义.

9 {
10 return (LayoutType)Qt.QtXnl.widget_get_int_value(nativehandle, Qt.Constant.QTNDLP_LAYOUTTYPE);
11 }
static const int QTNDLP_LAYOUTTYPE
Definition Constant.x:857

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