BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
App
DocumentObjectObserverDelegate
addDynamicProperty
anyToBool
anyToDouble
anyToString
delegateName
documentObjectCreating
documentObjectExecute
documentObjectIsBeingDestructed
DocumentObjectObserverDelegate
documentObjectOnChange
getDocumentObject
getDynamicPoperty
getViewProviderDelegateName
getViewProviderName
hasDynamicPropertyByGivingName
m_pDocObj
setDocumentObject
~DocumentObjectObserverDelegate
◆
documentObjectOnChange()
virtual void documentObjectOnChange
(
const std::string &
sPropName
,
const boost::any &
sPropValue
)
virtual
文档对象属性改变时调用
当文档对象的属性发生改变时触发,可执行自定义逻辑。
参数
[in]
sPropName
属性名称
[in]
sPropValue
属性值