![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2009 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: DtCigiAnimationMappingInterface.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *********************************************************************/ 00008 00012 00013 #ifndef DtCigiAnimationMappingInterface_H_ 00014 #define DtCigiAnimationMappingInterface_H_ 00015 00016 #include <vrvCigiQt/vrvCigiQt.h> 00017 #include <vrvCigiQt/DtCigiSettingsInterface.h> 00018 00019 #include <boost/signal.hpp> 00020 00021 namespace makVrv 00022 { 00027 class DT_DLL_VRVCIGIQT DtCigiAnimationMappingInterface 00028 { 00029 public: 00031 DtCigiAnimationMappingInterface(); 00032 00034 virtual ~DtCigiAnimationMappingInterface(); 00035 00037 virtual void askUserForAnimationMapping() = 0; 00038 }; 00039 } 00040 00041 #endif