xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
DockLayoutPanel.x
浏览该文件的文档.
1//xlang Source, Name:qt5/titan/DockLayoutPanel.x
2//Date: Tue Feb 12:04:48 2021
3package 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() {
15 }
16
17 public int childCount() {
19 }
20 };
21};
static const int QTNDLP_CHILDCOUNT
Definition Constant.x:856
static const int QTNDLP_LAYOUTTYPE
Definition Constant.x:857
static const int QTNDLP_ISEMPTY
Definition Constant.x:855
int cdecl widget_get_int_value(long h, int proid)
bool cdecl widget_get_bool_value(long h, int proid)
LayoutType layoutType()
Definition QCefQuery.x:3