BIMHome v1.0.0
BIMHome接口文档说明

◆ BIMHOME_DELEGATE_DEFINE

#define BIMHOME_DELEGATE_DEFINE (   className)
值:
std::string className##::delegateName(){\
return #className; \
}\
void* className##::create(){\
return new className(); \
}\
static App::DelegateRegister oRegister(#className, &className##::create);
委托注册结构体
Definition IDelegateManager.h:56