Public Member Functions

ObjectProxy Class Reference

Proxy class used to manipulate any type of (remote) objects in the peekabot server. More...

Inheritance diagram for ObjectProxy:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ObjectProxy (const ObjectProxyBase &p)
ObjectProxyoperator= (const ObjectProxy &p)
ObjectProxyoperator= (const ObjectProxyBase &p)
DelayedDispatch assign (PeekabotClient &client, const std::string &path)
 Assign the proxy to the object with the given path.
DelayedDispatch assign (const ObjectProxyBase &parent, const std::string &rel_path)
 Assign the proxy to the object with the given parent and name.

Detailed Description

Proxy class used to manipulate any type of (remote) objects in the peekabot server.


Member Function Documentation

DelayedDispatch assign ( PeekabotClient client,
const std::string &  path 
)

Assign the proxy to the object with the given path.

Parameters:
client The client to use for this proxy.
path The path of the object in the peeakbot scene.
DelayedDispatch assign ( const ObjectProxyBase parent,
const std::string &  rel_path 
)

Assign the proxy to the object with the given parent and name.

Parameters:
parent The parent of the object referred to by name.
rel_path The path of the object, relative the parent object, to assign this proxy to.

The documentation for this class was generated from the following files: