IVisualisationManager::IVisualisationTreeEnum Class Reference

An interface used to iteratively notify its creator of the existence of IVisualisationTree objects. More...

List of all members.

Public Member Functions

virtual OpenViBE::boolean callback (const OpenViBE::CIdentifier &rVisualisationTreeIdentifier, const OpenViBE::Kernel::IVisualisationTree &rVisualisationTree)=0
 Callback method called iteratively as the IVisualisationManager goes through a set of IVisualisationTree objects.

Detailed Description

An interface used to iteratively notify its creator of the existence of IVisualisationTree objects.


Member Function Documentation

virtual OpenViBE::boolean callback ( const OpenViBE::CIdentifier rVisualisationTreeIdentifier,
const OpenViBE::Kernel::IVisualisationTree rVisualisationTree 
) [pure virtual]

Callback method called iteratively as the IVisualisationManager goes through a set of IVisualisationTree objects.

Parameters:
rVisualisationTreeIdentifier[in] identifier of an IVisualisationTree object
rVisualisationTree[in] corresponding IVisualisationTree object
Returns:
True if IVisualisationTree object was successfully registered, false otherwise