xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
qt5
titan
DockLayoutPanel.x
浏览该文件的文档.
1
//xlang Source, Name:qt5/titan/DockLayoutPanel.x
2
//Date: Tue Feb 12:04:48 2021
3
package
Qtitan{
4
@SuppressWarnings public class DockLayoutPanel : DockPanelBase{
5
public DockLayoutPanel(long handle){
6
super(handle);
7
}
8
9
public
LayoutType
layoutType
() {
10
return
(LayoutType)
Qt
.
QtXnl
.
widget_get_int_value
(nativehandle,
Qt
.
Constant
.
QTNDLP_LAYOUTTYPE
);
11
}
12
13
public
bool
isEmpty
() {
14
return
Qt
.
QtXnl
.
widget_get_bool_value
(nativehandle,
Qt
.
Constant
.
QTNDLP_ISEMPTY
);
15
}
16
17
public
int
childCount
() {
18
return
Qt
.
QtXnl
.
widget_get_int_value
(nativehandle,
Qt
.
Constant
.
QTNDLP_CHILDCOUNT
);
19
}
20
};
21
};
Qt.Constant
Definition
Constant.x:6
Qt.Constant.QTNDLP_CHILDCOUNT
static const int QTNDLP_CHILDCOUNT
Definition
Constant.x:856
Qt.Constant.QTNDLP_LAYOUTTYPE
static const int QTNDLP_LAYOUTTYPE
Definition
Constant.x:857
Qt.Constant.QTNDLP_ISEMPTY
static const int QTNDLP_ISEMPTY
Definition
Constant.x:855
Qt.QtXnl
Definition
QNative.xcsm:2
Qt.QtXnl.widget_get_int_value
int cdecl widget_get_int_value(long h, int proid)
Qt.QtXnl.widget_get_bool_value
bool cdecl widget_get_bool_value(long h, int proid)
Qtitan.DockLayoutPanel.childCount
int childCount()
Definition
DockLayoutPanel.x:17
Qtitan.DockLayoutPanel.isEmpty
bool isEmpty()
Definition
DockLayoutPanel.x:13
Qtitan.DockLayoutPanel.layoutType
LayoutType layoutType()
Definition
DockLayoutPanel.x:9
Qt
Definition
QCefQuery.x:3
制作者
1.9.8