|
The Vish Visualization Shell 0.3
Vish
|
The callback class for iterating over the input objects (i.e. More...
#include <ocean/plankton/VSlot.hpp>
Public Member Functions | |
| virtual bool | apply (const RefPtr< VSlot > &what, int expertLevel)=0 |
| Callback function, return false to terminate the iteration. | |
| virtual | ~VSlotIterator () |
| virtual destructor. | |
The callback class for iterating over the input objects (i.e.
parameters) of a VObject.
|
pure virtual |
Callback function, return false to terminate the iteration.
| name | The name of the parameter |
| what | Reference to the parameter instance |
| member | Which member of the parameter is used. |
| expertLevel | The parameter's visibility level in the current context |
Implemented in Wizt::VFindLongestObjectInputName.
Referenced by Wizt::VSlotSet::iterate().