BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Gui
IMDIView
clear
create
create
getDocument
getIGuiDocument
getObserverDelegate
setCenterWidget
setCustomWindowIcon
setCustomWindowTitle
setObserverDelegate
setShowMaximized
viewFit
widget
◆
create()
[1/2]
static
IMDIView
* create
(
const std::string &
name
,
double
width
,
double
height
,
QDialog *
parent
)
static
创建一个新的 MDI(多文档界面)视图
根据给定名称、尺寸和父窗口,实例化一个 MDI 视图。
参数
[in]
name
新文档的名称
[in]
width
视图的宽度
[in]
height
视图的高度
[in]
parent
视图的父窗口指针
返回
创建成功的
IMDIView
指针