Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Examples

VOS::RemoteVobject Member List

This is the complete list of members for VOS::RemoteVobject, including all inherited members.
acquire()VOS::RemoteVobject [virtual]
addChildListener(ChildChangeListener *cl, bool notifyImmediately=true)VOS::RemoteVobject [virtual]
addExciseListener(ObjectExciseListener *oel)VOS::RefCounted [virtual]
addFlag(const string &flag)VOS::VobjectImplementation [virtual]
addMessageHandler(const string &method, T *theobj, void(T::*MessageHandler)(Message *), bool addExListener=false)VOS::VobjectImplementation [inline]
addParentListener(ParentChangeListener *pl, bool notifyImmediately=true)VOS::RemoteVobject [virtual]
addType(const string &type)VOS::RemoteVobject [virtual]
VOS::VobjectImplementation::addType(Vobject *requester, const string &s)VOS::VobjectImplementation [virtual]
addTypeListener(TypeChangeListener *tl, bool notifyImmediately=true)VOS::RemoteVobject [virtual]
addUpdateHandler(const string &method, T *theobj, void(T::*MessageHandler)(Message *), bool addExListener=false)VOS::VobjectImplementation [inline]
checkFlag(const string &flag)VOS::VobjectImplementation [virtual]
ChildList typedefVOS::Vobject
childListenersVOS::VobjectImplementation [protected]
childrenVOS::VobjectImplementation [protected]
children_mapVOS::VobjectImplementation [protected]
destroy()VOS::RefCounted [virtual]
excise()VOS::VobjectImplementation [virtual]
findChild(const string &path)VOS::RemoteVobject [virtual]
findObject(const string &path)VOS::RemoteVobject [virtual]
findObjectFromRoot(const string &path)VOS::Vobject [static]
findParent(Vobject &parent)VOS::VobjectImplementation [virtual]
flagstringsVOS::VobjectImplementation [protected]
getChildren()VOS::RemoteVobject [virtual]
getCount()VOS::RefCounted [virtual]
getName()VOS::VobjectImplementation [inline, virtual]
getParents()VOS::RemoteVobject [virtual]
getQueueMsgs()VOS::VobjectImplementation [inline, virtual]
getQueueMsgsDefault()VOS::VobjectImplementation [inline, static]
getQueueUpdateMsgs()VOS::VobjectImplementation [inline, virtual]
getQueueUpdateMsgsDefault()VOS::VobjectImplementation [inline, static]
getSite()VOS::VobjectImplementation [virtual]
getTypes()VOS::RemoteVobject [virtual]
getURL()VOS::VobjectImplementation [inline, virtual]
HandlerMap typedefVOS::VobjectImplementation [protected]
hasMessageAvailable()VOS::VobjectImplementation [virtual]
hasUpdateMessageAvailable()VOS::VobjectImplementation [virtual]
incomingMessageQueueVOS::VobjectImplementation [protected]
incomingUpdateMessageQueueVOS::VobjectImplementation [protected]
initFields(Vobject *v, Message *m, const string &method, bool withnonce)VOS::RemoteVobject [static]
insertChild(int position, const string &contextual_name, Vobject *child)VOS::RemoteVobject [virtual]
VOS::VobjectImplementation::insertChild(Vobject *requester, int position, const string &contextual_name, Vobject *child)VOS::VobjectImplementation [virtual]
isLocal()VOS::VobjectImplementation [inline, virtual]
isRemote()VOS::VobjectImplementation [inline, virtual]
msghandlersVOS::VobjectImplementation [protected]
nameVOS::VobjectImplementation [protected]
notifyObjectExcise(RefCounted *rc)VOS::VobjectImplementation [virtual]
operator==(Vobject &v)VOS::Vobject
operator==(Vobject *v)VOS::Vobject
parentListenersVOS::VobjectImplementation [protected]
parentsVOS::VobjectImplementation [protected]
ParentSet typedefVOS::Vobject
queueMsgsVOS::VobjectImplementation [protected]
queueMsgs_defVOS::VobjectImplementation [protected, static]
queueUpdateMsgsVOS::VobjectImplementation [protected]
queueUpdateMsgs_defVOS::VobjectImplementation [protected, static]
receiveMessage()VOS::VobjectImplementation [virtual]
receiveUpdateMessage()VOS::VobjectImplementation [virtual]
RefCounted()VOS::RefCounted [inline]
RefCounted(const RefCounted &)VOS::RefCounted [inline]
release()VOS::RemoteVobject [virtual]
RemoteVobject(const string &name, RemoteSite *remotesite)VOS::RemoteVobject [protected]
VOS::VobjectImplementation::RemoteVobject classVOS::VobjectImplementation [friend]
removeChild(int position)VOS::RemoteVobject [virtual]
VOS::VobjectImplementation::removeChild(Vobject *requester, int position)VOS::VobjectImplementation [virtual]
removeChildListener(ChildChangeListener *cl)VOS::RemoteVobject [virtual]
removeExciseListener(ObjectExciseListener *oel, bool releaseIfRefcounted=true)VOS::RefCounted [virtual]
removeFlag(const string &flag)VOS::VobjectImplementation [virtual]
removeMessageHandler(const string &method, T *theobj, void(T::*MessageHandler)(Message *))VOS::VobjectImplementation [inline]
removeParentListener(ParentChangeListener *pl)VOS::RemoteVobject [virtual]
removeTypeListener(TypeChangeListener *tl)VOS::RemoteVobject [virtual]
removeUpdateHandler(const string &method, T *theobj, void(T::*MessageHandler)(Message *))VOS::VobjectImplementation [inline]
saveState(MessageBlock &output, set< string > &types, bool portable)VOS::VobjectImplementation [virtual]
sendMessage(Message *m)VOS::RemoteVobject [virtual]
sendMessage(MessageBlock *m)VOS::RemoteVobject [virtual]
sendUpdateMessage(Message *m)VOS::RemoteVobject [virtual]
setChild(int position, const string &contextual_name, Vobject *child)VOS::RemoteVobject [virtual]
VOS::VobjectImplementation::setChild(Vobject *requester, int position, const string &contextual_name, Vobject *child)VOS::VobjectImplementation [virtual]
setQueueMsgs(bool t)VOS::VobjectImplementation [inline, virtual]
setQueueMsgsDefault(bool t)VOS::VobjectImplementation [inline, static]
setQueueUpdateMsgs(bool t)VOS::VobjectImplementation [inline, virtual]
setQueueUpdateMsgsDefault(bool t)VOS::VobjectImplementation [inline, static]
typeListenersVOS::VobjectImplementation [protected]
typesVOS::VobjectImplementation [protected]
TypeSet typedefVOS::Vobject
updatehandlersVOS::VobjectImplementation [protected]
urlVOS::VobjectImplementation [protected]
VobjectImplementation(const string &name, Site *remotesite, bool islocalobj)VOS::VobjectImplementation [protected]
~RefCounted()VOS::RefCounted [inline, virtual]
~RemoteVobject()VOS::RemoteVobject [virtual]
~VobjectImplementation()VOS::VobjectImplementation [virtual]

Generated on Tue Aug 12 03:56:06 2003 for Interreality Project - VOS by doxygen 1.3.2