Go to the source code of this file.
|
|
Value: { \
LocalSite::addLocalObjectExtension(typeid(CLASS).name(), &CLASS::new_##CLASS); \
vRef<MetaObject> o = (SITE)->createMetaObject(#CLASS, typeid(CLASS).name(), 0); \
vRef<CLASS> b = meta_cast<CLASS*>(&o); \
assert(&b); \
b->initialize(&NoPropertyAccessControl::static_); \
b->setup(DATA); \
(PARENT)->insertChild(-1, #CLASS, &o); \
}
Definition at line 28 of file avatarlist.cc. Referenced by VOSChatGUI::AvatarList::setup(). |
1.3.2