The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
Wizt::VSlotIterator Class Referenceabstract

The callback class for iterating over the input objects (i.e. More...

#include <ocean/plankton/VSlot.hpp>

Inheritance diagram for Wizt::VSlotIterator:
VWebControl::ParameterIterator VishControl::ParameterIterator Wizt::VFindLongestObjectInputName

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.
 

Detailed Description

The callback class for iterating over the input objects (i.e.

parameters) of a VObject.

Member Function Documentation

◆ apply()

virtual bool Wizt::VSlotIterator::apply ( const RefPtr< VSlot > &  what,
int  expertLevel 
)
pure virtual

Callback function, return false to terminate the iteration.

Parameters
nameThe name of the parameter
whatReference to the parameter instance
memberWhich member of the parameter is used.
expertLevelThe parameter's visibility level in the current context

Implemented in Wizt::VFindLongestObjectInputName.

Referenced by Wizt::VSlotSet::iterate().