OMKSceneDetailsExtension.h

Go to the documentation of this file.
00001 #ifndef OMK_INP_SCENEDETAILSEXTENSION_H
00002 #define OMK_INP_SCENEDETAILSEXTENSION_H
00003 
00004 #include "OMKGenericKeyExtension.h"
00005 namespace Ogre { class Camera ; }
00006 namespace OMK
00007 {
00008   namespace Vis { class OgreVis ; }
00009 
00010   namespace Inp
00011   {
00012 
00056 class OMKINPUTS_API SceneDetailsExtension:  
00057   public OMK::Inp::GenericKeyExtension< OMK::Vis::OgreVis >
00058 {
00061   DECLARE_EXTENSION_FACTORY( SceneDetailsExtension ) ;
00062 protected:
00066   Ogre::Camera *_camera ;
00071   int _sceneDetailIndex ;
00074   virtual void action() ;
00075 };
00076   } // namespace Inp
00077 } // namespace OMK
00078 
00079 #endif // OMK_INP_SCENEDETAILSEXTENSION_H

logo OpenMask

Documentation generated on Mon Jun 9 11:45:57 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007