BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
App
IDocumentObject
addChild
adjustRelativeLinks
copyShapeFrom
create
create
enforceRecompute
getBoundingBox
getDocument
getExportName
getId
getIDocument
getInList
getInListEx
getInListRecursive
getLabel
getLocationInfo
getNameInBimPart
getNameWithDocId
getObserverDelegate
getOutList
getOutListRecursive
getParents
getPropertiesList
getPropertyAccessor
getStatusString
getSubObjectList
getSubObjects
getViewProviderDelegate
getViewProviderName
hasChildElement
isElementVisible
isImporting
isTouched
mustExecute
recomputeFeature
redirectSubName
removeChild
setDocument
setElementVisible
setLabel
touch
~IDocumentObject
◆
redirectSubName()
virtual bool redirectSubName
(
std::ostringstream &
ss
,
IDocumentObject
*
topParent
,
IDocumentObject
*
child
)
const
pure virtual
重定向子对象的子名称,并将重定向后的名称写入给定的 std::ostringstream 对象中
重定向子对象的子名称,并将重定向后的名称写入给定的 std::ostringstream 对象中
参数
[out]
ss
引用类型的 std::ostringstream 对象,用于接收重定向后的子名称
[in]
topParent
指向父对象的接口类型的指针
[in]
child
指向子对象的接口类型的指针
返回
如果有子元素,则返回 true;否则,返回 false