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

Public 成员函数

额外继承的成员函数

详细描述

在文件 DockWindow.x4 行定义.

构造及析构函数说明

◆ DockWindow()

DockWindow ( long  handle)

在文件 DockWindow.x5 行定义.

5 {
6 super(handle);
7 }

成员函数说明

◆ create()

bool create ( @NotNilptr DockPanelManager  parent)

在文件 DockWindow.x9 行定义.

9 {
10 nativehandle = Qt.QtXnl.createQObject(Qt.QType.qtDockWindow, this, parent.nativehandle);
11 if (nativehandle == 0){
12 return false;
13 }
14 return true;
15 }
long nativehandle
Definition QNative.xcsm:91
static const int qtDockWindow
Definition QTypes.xcsm:79
long cdecl createQObject(int type, Object xobj, long parent)
Definition QCefQuery.x:3

引用了 QtXnl.createQObject() , 以及 QType.qtDockWindow.

◆ dockManager()

DockPanelManager dockManager ( )

在文件 DockWindow.x25 行定义.

25 {
26 return (DockPanelManager)Qt.QtXnl.widget_get_object(nativehandle, Qt.Constant.QTNDW_DOCKMANAGER);
27 }
static const int QTNDW_DOCKMANAGER
Definition Constant.x:819
Object cdecl widget_get_object(long h, int proid)

引用了 Constant.QTNDW_DOCKMANAGER , 以及 QtXnl.widget_get_object().

◆ finalizationWindow()

void finalizationWindow ( )

在文件 DockWindow.x21 行定义.

21 {
23 }
static const int QTNDW_FINALIZATIONWINDOW
Definition Constant.x:817
bool cdecl widget_get_bool_value(long h, int proid)

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

◆ initializationWindow()

void initializationWindow ( DockPanelBase  panelBase)

在文件 DockWindow.x17 行定义.

17 {
18 Qt.QtXnl.object_get_long_int(nativehandle, Qt.Constant.QTNDW_INITIALIZATIONWINDOW, panelBase.nativehandle, 0);
19 }
static const int QTNDW_INITIALIZATIONWINDOW
Definition Constant.x:820
long cdecl object_get_long_int(long h, int proid, long hv,int iv)

引用了 QtXnl.object_get_long_int() , 以及 Constant.QTNDW_INITIALIZATIONWINDOW.

◆ layoutPanel()

DockLayoutPanel layoutPanel ( )

在文件 DockWindow.x29 行定义.

29 {
30 return (DockLayoutPanel)Qt.QtXnl.widget_get_object(nativehandle, Qt.Constant.QTNDW_LAYOUTPANEL);
31 }
static const int QTNDW_LAYOUTPANEL
Definition Constant.x:818

引用了 Constant.QTNDW_LAYOUTPANEL , 以及 QtXnl.widget_get_object().