|
The Vish Visualization Shell 0.3
Vish
|
Base class for objects that may be accessed via a script interface. More...
#include <ocean/plankton/VScript.hpp>
Classes | |
| struct | iterator |
| Local iterator to allow traversal of all functors. More... | |
| struct | Map |
Public Member Functions | |
| RefPtr< VScriptFunctor > | findFunctor (const string &name) const |
| Find a functor. | |
| RefPtr< VScriptFunctor > | insertFunctor (const string &name, const RefPtr< VScriptFunctor > &) |
| Insert a function call, eventually replaces a former call. | |
| bool | iterate (iterator &it) |
| Iterate over all functors. | |
| int | nFunctors () const |
| How many functors are available? | |
| void | removeFunctor (const string &name) |
| Remove a functor. | |
Base class for objects that may be accessed via a script interface.
| RefPtr< VScriptFunctor > Wizt::VScriptable::insertFunctor | ( | const string & | name, |
| const RefPtr< VScriptFunctor > & | V | ||
| ) |
Insert a function call, eventually replaces a former call.
Referenced by Wizt::VObject::VObject().