OMK::Iii::InteractorOutputCreatorT< T > Class Template Reference
[Interactive object]

Connector creator of InteractorOutputT. More...

#include <OMKInteractorOutput.h>

Inheritance diagram for OMK::Iii::InteractorOutputCreatorT< T >:

Inheritance graph
[legend]
Collaboration diagram for OMK::Iii::InteractorOutputCreatorT< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual InteractorOutputoperator() (const Name &id, const Name &attributeId, InteractorExtension *interactor, const Name &category, bool setByEvent) const

Detailed Description

template<class T>
class OMK::Iii::InteractorOutputCreatorT< T >

Connector creator of InteractorOutputT.

Date:
2007-10-11
Author:
Benoît Chanclou

Definition at line 165 of file OMKInteractorOutput.h.


Member Function Documentation

template<class T>
virtual InteractorOutput* OMK::Iii::InteractorOutputCreatorT< T >::operator() ( const Name id,
const Name attributeId,
InteractorExtension interactor,
const Name category,
bool  setByEvent 
) const [inline, virtual]

Reimplemented from OMK::Iii::InteractorOutputCreator.

Definition at line 168 of file OMKInteractorOutput.h.

00172         {
00173                 return new T( id, attributeId, interactor, category, setByEvent ) ;
00174         }


logo OpenMask

Documentation generated on Mon Jun 9 11:46:04 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007