The Vish Visualization Shell 0.3
Vish
VishControl::ValueIterator Struct Reference
Inheritance diagram for VishControl::ValueIterator:
Wizt::ValueShadowIterator

Public Member Functions

bool apply (const RefPtr< ValuePool > &ShadowPool, const RefPtr< VValueBase > &ShadowValue) override
 Virtual callback function.
Public Member Functions inherited from Wizt::ValueShadowIterator
virtual ~ValueShadowIterator ()
 Virtual destructor.

Member Function Documentation

◆ apply()

bool VishControl::ValueIterator::apply ( const RefPtr< ValuePool > & ShadowPool,
const RefPtr< VValueBase > & ShadowValue )
inlineoverridevirtual

Virtual callback function.

Returns
false if the iteration shall be stopped immediatly
See also
int ValueNotifierList::iterateShadows(ValueShadowIterator&SI).

Implements Wizt::ValueShadowIterator.