Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Proxies need to store some data whose lifetime is tied to an interface. More...
#include <JSInterface_GUIProxy.h>
Public Member Functions | |
virtual | ~GUIProxyProps () |
virtual bool | has (const std::string &name) const =0 |
virtual JSObject * | get (const std::string &name) const =0 |
virtual bool | setFunction (const ScriptRequest &rq, const std::string &name, JSFunction *function)=0 |
Proxies need to store some data whose lifetime is tied to an interface.
This is the virtual interface of that data.
|
inlinevirtual |
|
pure virtual |
Implemented in JSInterface_GUIProxy::MapCache.
|
pure virtual |
Implemented in JSInterface_GUIProxy::MapCache.
|
pure virtual |
Implemented in JSInterface_GUIProxy::MapCache.